-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
72 lines (72 loc) · 1.87 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
{
"name": "react-nodify",
"version": "0.0.1",
"author": {
"name": "Pol Febrer",
"email": "[email protected]"
},
"main": "dist/index.js",
"homepage": "https://github.com/pfebrer/react-nodify",
"description": "React components to build graphical interfaces for the nodify python package.",
"license": "MIT",
"scripts": {
"build": "npx tsc"
},
"dependencies": {
"@dagrejs/dagre": "^1.0.4",
"@emotion/react": "^11.10.6",
"@emotion/styled": "^11.10.6",
"@mui/icons-material": "^5.11.11",
"@mui/material": "^5.11.12",
"lodash": "^4.17.21",
"plotly.js-dist-min": "^2.30.1",
"prismjs": "^1.29.0",
"react-grid-layout": "^1.3.4",
"react-hotkeys": "^2.0.0",
"react-icons": "^4.8.0",
"react-markdown": "^8.0.5",
"react-plotly.js": "^2.6.0",
"react-simple-code-editor": "^0.13.1",
"react-three-fiber": "^4.2.4",
"react-toastify": "^9.1.1",
"reactflow": "^11.11.3",
"sass": "^1.59.2",
"socket.io-client": "^4.6.1",
"three": "^0.150.1"
},
"peerDependencies": {
"react": ">=16"
},
"eslintConfig": {
"extends": "react-app"
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"devDependencies": {
"@types/plotly.js-dist-min": "^2.3.4",
"@types/prismjs": "^1.26.2",
"@types/react-color": "^3.0.6",
"@types/react-plotly.js": "^2.6.0",
"@types/react-syntax-highlighter": "^15.5.6",
"@types/jest": "^29.4.0",
"@types/lodash": "^4.14.191",
"@types/node": "^18.15.0",
"@types/react": "^18.0.28",
"@types/react-dom": "^18.0.11",
"concurrently": "^7.6.0",
"gh-pages": "^5.0.0",
"source-map-explorer": "^2.5.3",
"typescript": "^5.4.5",
"wait-on": "^7.0.1"
}
}