-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
49 lines (49 loc) · 1.21 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
{
"name": "stepsequencerv1",
"version": "0.1.0",
"private": true,
"dependencies": {
"@material-ui/core": "^3.9.4",
"@material-ui/lab": "^3.0.0-alpha.30",
"@material-ui/styles": "^3.0.0-alpha.10",
"downloadjs": "^1.4.7",
"node-sass": "^4.14.1",
"ramda": "^0.26.1",
"react": "^16.13.1",
"react-dom": "^16.13.1",
"react-rotary-knob": "^1.1.8",
"react-rotary-knob-skin-pack": "^1.0.2",
"react-router-dom": "^5.2.0",
"react-scripts": "^3.4.3",
"semantic-ui-css": "^2.4.1",
"semantic-ui-react": "^0.87.3",
"serve": "^11.3.2",
"styled-components": "^4.4.1",
"styled-system": "^4.2.4",
"tone": "^13.8.34",
"typescript": "^4.0.2"
},
"scripts": {
"dev": "react-scripts start",
"start": "serve -s build",
"build": "react-scripts build",
"test": "react-scripts test --env=jsdom",
"eject": "react-scripts eject",
"heroku-postbuild": "npm run build"
},
"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"
]
}
}