-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
43 lines (43 loc) · 1.04 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
{
"name": "beethoven",
"version": "0.1.0",
"private": true,
"dependencies": {
"@material-ui/core": "^3.3.2",
"axios": "^0.18.0",
"bootstrap": "^4.1.3",
"jquery": "^3.3.1",
"package.json": "^2.0.1",
"react": "^16.5.2",
"react-dom": "^16.5.2",
"react-icons": "^3.2.1",
"react-iframe": "^1.3.3",
"react-redux": "^5.0.7",
"react-router": "4.3.1",
"react-router-dom": "4.3.1",
"react-scripts": "^2.1.2",
"react-websocket": "^2.0.0",
"reactstrap": "^6.5.0",
"redux": "^4.0.0",
"redux-thunk": "^2.3.0",
"vivus": "^0.4.4"
},
"scripts": {
"start": "PORT=5000 react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test --env=jsdom",
"eject": "react-scripts eject"
},
"browserslist": [
">0.2%",
"not dead",
"not ie <= 11",
"not op_mini all"
],
"devDependencies": {
"eslint-config-airbnb": "^17.1.0",
"eslint-plugin-import": "^2.14.0",
"eslint-plugin-jsx-a11y": "^6.1.2",
"eslint-plugin-react": "^7.11.1"
}
}