-
Notifications
You must be signed in to change notification settings - Fork 5
/
package.json
69 lines (69 loc) · 1.79 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
{
"name": "cayley-ui",
"version": "0.1.0",
"private": true,
"dependencies": {
"@monaco-editor/react": "^3.1.1",
"@types/d3-force": "^1.2.1",
"@types/downloadjs": "^1.4.1",
"@types/events": "^3.0.0",
"@types/jest": "^24.0.18",
"@types/lodash.sortby": "^4.7.6",
"@types/node": "^12.7.4",
"@types/react": "^16.9.2",
"@types/react-dom": "^16.9.0",
"@types/react-router-dom": "^5.1.3",
"@types/react-select": "^3.0.10",
"@types/use-persisted-state": "^0.3.0",
"@types/uuid": "^7.0.0",
"@vx/network": "^0.0.190",
"capital-case": "^1.0.3",
"d3-force": "^2.0.1",
"downloadjs": "^1.4.7",
"events": "^3.1.0",
"lodash.sortby": "^4.7.0",
"material-components-web": "^5.1.0",
"material-design-icons-iconfont": "^5.0.1",
"monaco-editor": "^0.20.0",
"prop-types": "^15.7.2",
"react": "^16.13.0",
"react-content-loader": "^5.0.2",
"react-dom": "^16.13.0",
"react-router-dom": "^5.1.2",
"react-scripts": "^3.4.0",
"react-select": "^3.0.8",
"react-use-dimensions": "^1.2.1",
"rmwc": "^6.0.10",
"typescript": "^3.7.5",
"use-dark-mode": "^2.3.1",
"use-persisted-state": "^0.3.0",
"use-timer": "^1.0.7",
"uuid": "^7.0.1"
},
"scripts": {
"start": "node scripts/start.js",
"build": "node scripts/build.js",
"test": "react-scripts test",
"eject": "react-scripts eject"
},
"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/classnames": "^2.2.9",
"eslint-plugin-react-hooks": "^2.0.1",
"fs-extra": "^8.1.0"
}
}