-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
39 lines (39 loc) · 1022 Bytes
/
package.json
File metadata and controls
39 lines (39 loc) · 1022 Bytes
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": "immown-react-maps",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"dev": "webpack --watch",
"start": "npm run dev"
},
"author": "Christopher Hegre",
"license": "ISC",
"devDependencies": {
"babel-core": "^6.17.0",
"babel-loader": "^6.2.5",
"babel-preset-es2015": "^6.16.0",
"babel-preset-react": "^6.16.0",
"babel-preset-stage-2": "^6.17.0",
"browser-sync": "^2.17.2",
"browser-sync-webpack-plugin": "^1.1.3",
"google-map-react": "^0.20.0",
"http-proxy-middleware": "^0.17.2",
"node-sass": "^3.10.1",
"parallelshell": "^2.0.0",
"react": "^15.3.2",
"react-dom": "^15.3.2",
"react-redux": "^4.4.5",
"react-router": "^2.8.1",
"react-router-redux": "^4.0.6",
"redux": "^3.6.0",
"redux-thunk": "^2.1.0",
"shelljs": "^0.7.4",
"watch": "^1.0.1",
"webpack": "^1.13.2"
},
"dependencies": {
"immutable": "^3.8.1"
}
}