-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
40 lines (40 loc) · 1.14 KB
/
package.json
File metadata and controls
40 lines (40 loc) · 1.14 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
{
"name": "boilerplate",
"version": "1.0.0",
"main": "index.js",
"scripts": {
"start": "nodemon server/server.js",
"build-webpack": "webpack",
"webpack-dev": "webpack-dev-server"
},
"author": "Jay Cogen",
"license": "ISC",
"dependencies": {
"css-loader": "^0.28.11",
"express": "^4.12.3",
"lightercollective": "^0.2.0",
"pg": "^7.8.0",
"pg-promise": "^8.5.5",
"react": "^16.2.0",
"react-dom": "^16.3.1",
"react-redux": "^5.0.7",
"redux": "^4.0.0",
"redux-devtools-extension": "^2.13.5",
"redux-thunk": "^2.3.0",
"style-loader": "^0.20.3",
"webpack": "^4.28.4"
},
"devDependencies": {
"@babel/core": "^7.2.2",
"@babel/plugin-proposal-class-properties": "^7.2.3",
"@babel/preset-env": "^7.2.3",
"@babel/preset-react": "^7.0.0",
"babel-loader": "^8.0.5",
"body-parser": "^1.18.3",
"dotenv": "^6.2.0",
"nodemon": "^1.18.9",
"request": "^2.88.0",
"webpack-cli": "^3.1.1",
"webpack-dev-server": "^3.1.14"
}
}