-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
41 lines (41 loc) · 1.03 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
{
"name": "mush-portal",
"homepage": ".",
"version": "0.1.0",
"private": true,
"dependencies": {
"@material-ui/core": "^3.6.0",
"@material-ui/icons": "^3.0.1",
"annyang": "^2.6.1",
"file-saver": "^2.0.0",
"jspanel4": "^4.3.0",
"jss-nested": "^6.0.1",
"material-ui-chip-input": "^1.0.0-beta.9",
"react": "^16.6.3",
"react-ace": "^6.2.0",
"react-dom": "^16.6.3",
"react-scripts": "^2.1.1",
"shortid": "^2.2.14",
"tinycon": "^0.6.8"
},
"scripts": {
"start": "react-scripts start",
"build": "npm run clean && react-scripts build",
"clean": "rm -rf build",
"test": "react-scripts test --env=jsdom",
"eject": "react-scripts eject"
},
"devDependencies": {
"babel-plugin-transform-object-rest-spread": "^6.26.0",
"babel-plugin-transform-react-jsx-source": "^6.22.0",
"flow-bin": "^0.76.0",
"har-validator": "^5.1.3",
"react-test-renderer": "^16.6.3"
},
"browserslist": [
">0.2%",
"not dead",
"not ie <= 11",
"not op_mini all"
]
}