-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
53 lines (53 loc) · 1.31 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
{
"name": "zrna-patcher",
"version": "0.1.0",
"private": true,
"dependencies": {
"@emotion/core": "^10.0.16",
"@emotion/styled": "^10.0.15",
"@projectstorm/react-diagrams": "^6.0.1-beta.2",
"@projectstorm/react-diagrams-defaults": "^6.0.1-beta.4",
"@types/jest": "24.0.18",
"@types/lodash": "^4.14.138",
"@types/node": "12.7.3",
"@types/react": "16.9.2",
"@types/react-dom": "16.9.0",
"@types/request": "^2.48.2",
"closest": "^0.0.1",
"dagre": "^0.8.4",
"lodash": "^4.17.15",
"mathjs": "^6.2.0",
"pathfinding": "^0.4.18",
"paths-js": "^0.4.10",
"react": "^16.9.0",
"react-dom": "^16.9.0",
"react-dropdown": "^1.6.4",
"react-icons": "^3.7.0",
"react-rotary-knob": "^1.1.5",
"react-rotary-knob-skin-pack": "^1.0.2",
"react-scripts": "3.1.1",
"request": "^2.88.0",
"typescript": "3.6.2"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"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"
]
}
}