-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
47 lines (47 loc) · 1.12 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
{
"name": "muvement",
"version": "0.1.0",
"private": true,
"dependencies": {
"antd": "^3.10.0",
"firebase": "^5.5.5",
"konva": "^2.4.1",
"localforage": "^1.7.2",
"mixpanel-browser": "^2.26.0",
"react": "^16.5.2",
"react-beautiful-dnd": "^9.0.2",
"react-copy-to-clipboard": "^5.0.1",
"react-dom": "^16.5.2",
"react-draggable": "^3.0.5",
"react-ga": "^2.5.3",
"react-konva": "^1.7.16",
"react-redux": "^5.0.7",
"react-responsive": "^5.0.0",
"react-router-dom": "^4.3.1",
"react-scripts": "^2.1.3",
"redux": "^4.0.0",
"redux-persist": "^5.10.0",
"redux-thunk": "^2.3.0",
"reselect": "^4.0.0",
"wavesurfer": "^1.3.4",
"wavesurfer.js": "^2.1.0"
},
"scripts": {
"start": "react-scripts start",
"build": "GENERATE_SOURCEMAP=false react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject"
},
"eslintConfig": {
"extends": "react-app"
},
"browserslist": [
">0.2%",
"not dead",
"not ie <= 11",
"not op_mini all"
],
"devDependencies": {
"redux-devtools-extension": "^2.13.5"
}
}