-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
43 lines (43 loc) · 1.13 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
{
"name": "portfolio1",
"version": "0.1.0",
"private": true,
"engines": {
"node": "8.5.0",
"yarn": "1.0.2"
},
"dependencies": {
"prop-types": "^15.6.0",
"react": "^16.1.0",
"react-burger-menu": "^2.1.11",
"react-dom": "^16.1.0",
"react-reveal": "^0.7.3",
"react-scripts": "1.0.17",
"react-typist": "^2.0.4"
},
"scripts": {
"start": "webpack-dev-server",
"build": "react-scripts build",
"heroku-postbuild": "webpack -p --config ./webpack.prod.config.js --progress",
"test": "react-scripts test --env=jsdom",
"eject": "react-scripts eject"
},
"devDependencies": {
"babel-core": "^6.26.0",
"babel-loader": "^7.1.2",
"babel-preset-es2015": "^6.24.1",
"babel-preset-react": "^6.24.1",
"css-loader": "^0.28.7",
"extract-text-webpack-plugin": "^3.0.2",
"html-webpack-plugin": "^2.30.1",
"image-webpack-loader": "^3.4.2",
"node-sass": "^4.6.0",
"path": "^0.12.7",
"raw-loader": "^0.5.1",
"react-router-dom": "^4.2.2",
"sass-loader": "^6.0.6",
"ts-loader": "^3.1.1",
"webpack": "^3.8.1",
"webpack-dev-server": "^2.9.4"
}
}