-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
61 lines (60 loc) · 1.69 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
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
{
"name": "resume",
"version": "1.0.0",
"description": "",
"scripts": {
"build": "webpack"
},
"author": "GYB",
"license": "ISC",
"dependencies": {
"babel": "^6.23.0",
"babel-cli": "^6.26.0",
"babel-eslint": "^8.0.1",
"babel-loader": "^7.1.2",
"babel-polyfill": "^6.26.0",
"babel-preset-es2015": "^6.24.1",
"babel-preset-es2017": "^6.24.1",
"babel-preset-react": "^6.24.1",
"babel-preset-stage-0": "^6.24.1",
"babel-runtime": "^6.26.0",
"css-loader": "^0.28.7",
"eslint": "^4.8.0",
"eslint-config-airbnb": "^16.0.0",
"eslint-config-defaults": "^9.0.0",
"eslint-plugin-async-await": "0.0.0",
"eslint-plugin-import": "^2.7.0",
"postcss": "^6.0.13",
"postcss-animation": "0.0.12",
"postcss-assets": "^5.0.0",
"postcss-cssnext": "^3.0.2",
"postcss-custom-properties": "^6.2.0",
"postcss-font-magician": "^2.1.0",
"postcss-import": "^11.0.0",
"postcss-load-plugins": "^2.3.0",
"postcss-loader": "^2.0.6",
"postcss-nested": "^2.1.2",
"postcss-pseudo-element-colons": "^1.0.2",
"postcss-scss": "^1.0.2",
"postcss-short": "^4.1.0",
"react": "^16.0.0",
"react-addons-css-transition-group": "^15.6.2",
"react-dom": "^16.0.0",
"react-redux": "^5.0.6",
"react-router": "^4.2.0",
"redux": "^3.7.2",
"redux-thunk": "^2.2.0",
"style-loader": "^0.19.0",
"stylelint": "^8.2.0",
"stylelint-config-standard": "^17.0.0",
"stylelint-webpack-plugin": "^0.9.0",
"webpack": "^3.6.0"
},
"devDependencies": {
"eslint-loader": "^1.9.0",
"eslint-plugin-react": "^7.6.1",
"express": "^4.16.2",
"intel": "^1.2.0",
"webpack-dev-server": "^2.9.1"
}
}