-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
37 lines (37 loc) · 1.02 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
{
"name": "portfolio",
"version": "0.0.0",
"private": true,
"scripts": {
"start": "node ./bin/www",
"start-mon": "nodemon ./bin/www",
"build": "webpack --config ./webpack.config.js --progress --colors",
"postinstall": "npm run build"
},
"dependencies": {
"babel-core": "^6.24.1",
"babel-loader": "^7.0.0",
"babel-plugin-transform-class-properties": "^6.24.1",
"babel-preset-es2015": "^6.24.1",
"babel-preset-react": "^6.24.1",
"body-parser": "~1.17.1",
"cookie-parser": "~1.4.3",
"debug": "~2.6.3",
"express": "~4.15.2",
"hjs": "~0.0.6",
"morgan": "~1.8.1",
"react": "^15.5.4",
"react-breadcrumbs": "^1.6.6",
"react-dom": "^15.5.4",
"react-router": "^4.1.1",
"react-router-dom": "^4.1.1",
"react-router-transition": "^0.1.1",
"react-transition-group": "^1.1.3",
"react-typewriter": "^0.4.1",
"serve-favicon": "~2.4.2",
"webpack": "^2.5.1"
},
"devDependencies": {
"babel-plugin-transform-class-properties": "^6.24.1"
}
}