-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
28 lines (28 loc) · 743 Bytes
/
package.json
File metadata and controls
28 lines (28 loc) · 743 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
{
"name": "profs-react-demo",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"postinstall": "npm run webpack",
"webpack": "./node_modules/webpack/bin/webpack.js",
"test": "echo \"Error: no test specified\" && exit 1",
"start:dev": "npm run webpack -- -w & nodemon --ignore src/ --ignore dist/ server.js"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"babel-core": "^6.26.0",
"babel-loader": "^7.1.2",
"babel-preset-es2015": "^6.24.1",
"babel-preset-react": "^6.24.1",
"chalk": "^2.3.0",
"express": "^4.15.4",
"morgan": "^1.9.0",
"pg": "^7.3.0",
"react": "^15.6.1",
"react-dom": "^15.6.1",
"webpack": "^3.5.6"
}
}