-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
45 lines (45 loc) · 1.06 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
{
"name": "react",
"version": "0.0.0",
"description": "Aplicacion WEB para la documentacion PMP",
"main": "server.js",
"author": "@angava14",
"dependencies": {
"express": "^4.15.3",
"firebase": "^4.5.0",
"firebase-auth": "^0.1.2",
"material-ui": "^0.19.4",
"material-ui-table-edit": "^3.0.3",
"react-datasheet": "^1.2.12",
"react-hot-loader": "^1.3.1",
"react-redux": "^5.0.6",
"react-router-dom": "^4.2.2",
"redux": "^3.7.2"
},
"devDependencies": {
"babel-core": "^5.3.3",
"babel-loader": "^5.0.0",
"clean-webpack-plugin": "^0.1.16",
"css-loader": "^0.12.0",
"extract-text-webpack-plugin": "^1.0.1",
"jsx-loader": "^0.13.2",
"node-sass": "^2.1.1",
"nodemon": "^1.11.0",
"react": "^15.3.2",
"react-dom": "^15.3.2",
"sass-loader": "^0.5.0",
"style-loader": "^0.12.2",
"webpack": "^1.9.5"
},
"scripts": {
"start": "nodemon --use_strict server.js",
"build": "webpack"
},
"keywords": [
"react",
"javascript",
"html",
"css"
],
"license": "ISC"
}