-
Notifications
You must be signed in to change notification settings - Fork 6
/
package.json
39 lines (39 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
{
"name": "react-planner-mobile",
"version": "0.0.1",
"scripts": {
"start": "npm run watch",
"serve": "webpack-dev-server",
"watch": "webpack-dev-server --inline",
"build": "webpack",
"test": "echo \"Error: no test specified\" && exit 1"
},
"dependencies": {
"babel-core": "6.22.1",
"babel-loader": "6.2.10",
"babel-plugin-transform-object-rest-spread": "6.22.0",
"babel-preset-es2015": "^6.22.0",
"babel-preset-react": "6.22.0",
"file-loader": "^0.9.0",
"immutable": "^3.8.1",
"open-browser-webpack-plugin": "0.0.3",
"react": "^15.4.2",
"react-dimensions": "1.2.0",
"react-dom": "^15.4.2",
"react-icons": "^2.2.1",
"react-planner": "^1.0.0",
"react-redux": "^4.4.5",
"react-svg-pan-zoom": "^2.4.4",
"redux": "^3.5.2",
"redux-thunk": "^2.1.0",
"three": "^0.83.0",
"webpack": "1.13.3",
"webpack-dev-server": "^1.16.2",
"whatwg-fetch": "^2.0.2"
},
"repository": {
"type": "git",
"url": "git+https://github.com/cvdlab/react-planner-mobile.git"
},
"homepage": "https://github.com/cvdlab/react-planner-mobile#readme"
}