-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
44 lines (44 loc) · 1.14 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
{
"name": "frontend",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"webpack": "webpack --watch",
"start": "webpack-dev-server --inline"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"babel-core": "^6.24.0",
"babel-loader": "^6.4.1",
"babel-preset-es2015": "^6.24.0",
"babel-preset-react": "^6.23.0",
"bootstrap": "^3.3.7",
"konva": "^1.5.0",
"lodash": "^4.17.4",
"node-gyp": "^3.6.0",
"rc-scroll-anim": "^1.0.3",
"rc-slider": "^7.0.0",
"react": "^15.4.2",
"react-addons-css-transition-group": "^15.5.2",
"react-bootstrap-slider": "^1.1.7",
"react-dd-menu": "^2.0.0",
"react-dom": "^15.4.2",
"react-dropdown": "^1.2.1",
"react-input-range": "^1.1.2",
"react-konva": "^1.1.1",
"react-music": "^1.0.2",
"react-redux": "^5.0.3",
"react-simple-parallax": "^0.2.6",
"react-sound": "^0.5.2",
"rebuild": "^0.1.2",
"redux": "^3.6.0",
"sona": "^1.0.3",
"tone": "^0.10.0",
"webpack": "^2.3.2",
"webpack-dev-server": "^2.4.2"
}
}