-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
46 lines (46 loc) · 1.23 KB
/
package.json
File metadata and controls
46 lines (46 loc) · 1.23 KB
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
{
"name": "nairaspin",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"start": "nodemon express.js & webpack -w",
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "",
"license": "ISC",
"dependencies": {
"axios": "^0.14.0",
"express": "^4.14.0",
"firebase": "^3.6.1",
"google-map-react": "^0.21.3",
"mobx": "^2.5.2",
"mobx-react": "^3.5.6",
"mongojs": "^2.4.0",
"node-sass": "^3.13.0",
"react": "^15.3.2",
"react-dom": "^15.3.2",
"react-pure-render": "^1.0.2",
"react-router": "^2.8.1",
"url-loader": "^0.5.7"
},
"devDependencies": {
"babel-core": "^6.14.0",
"babel-loader": "^6.2.5",
"babel-plugin-react": "^1.0.0",
"babel-plugin-react-html-attrs": "^2.0.0",
"babel-plugin-transform-class-properties": "^6.11.5",
"babel-plugin-transform-decorators-legacy": "^1.3.4",
"babel-preset-es2015": "^6.14.0",
"babel-preset-react": "^6.11.1",
"css-loader": "^0.25.0",
"file-loader": "^0.9.0",
"image-webpack-loader": "^3.0.0",
"node-sass": "^3.10.1",
"sass-loader": "^4.0.2",
"style-loader": "^0.13.1",
"stylus": "^0.54.5",
"stylus-loader": "^2.3.1",
"webpack": "^1.13.2"
}
}