-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
33 lines (33 loc) · 933 Bytes
/
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
{
"name": "interviewed-angular",
"version": "0.0.1",
"private": true,
"dependencies": {
"body-parser": "1.15.0",
"express": "~4.13.4",
"lodash": "latest",
"moment": "^2.18.1",
"prop-types": "^15.5.10",
"react": "^15.6.1",
"react-dom": "^15.6.1",
"react-hot-loader": "^3.0.0-beta.7",
"react-router": "^3.0.2",
"sequelize": "^3.20.0",
"sqlite3": "latest",
"styled-components": "^2.1.1",
"webpack": "^3.4.1"
},
"devDependencies": {
"babel-core": "^6.25.0",
"babel-loader": "^7.1.1",
"babel-plugin-transform-decorators-legacy": "^1.3.4",
"babel-plugin-transform-runtime": "^6.23.0",
"babel-preset-es2015": "^6.24.1",
"babel-preset-react": "^6.24.1",
"babel-preset-stage-0": "^6.24.1"
},
"scripts": {
"start": "node app.js",
"build": "./node_modules/.bin/webpack --progress --display-error-details --colors --optimize-minimize"
}
}