-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
76 lines (76 loc) · 2.02 KB
/
package.json
File metadata and controls
76 lines (76 loc) · 2.02 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
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
{
"name": "newproject",
"version": "0.0.1",
"scripts": {
"start": "gulp",
"prod": "gulp prod",
"check": "gulp check"
},
"babel": {
"presets": [
"react",
"es2015",
"stage-0"
],
"plugins": [
"transform-decorators-legacy"
]
},
"dependencies": {
"classnames": "^2.2.5",
"normalize.css": "^5.0.0",
"react": "^15.4.2",
"react-dom": "^15.4.2",
"react-redux": "^5.0.2",
"redux": "^3.6.0",
"redux-thunk": "^2.2.0",
"svg4everybody": "^2.1.4"
},
"devDependencies": {
"app-root-path": "^2.0.1",
"assets-webpack-plugin": "^3.5.1",
"babel-core": "^6.22.1",
"babel-loader": "^6.2.10",
"babel-plugin-transform-decorators-legacy": "^1.3.4",
"babel-preset-es2015": "^6.22.0",
"babel-preset-react": "^6.22.0",
"babel-preset-stage-0": "^6.22.0",
"browser-sync": "^2.18.6",
"connect-history-api-fallback": "^1.3.0",
"css-loader": "^0.26.1",
"css-mqpacker": "^5.0.1",
"cssnano": "^3.10.0",
"del": "^2.2.2",
"extract-text-webpack-plugin": "^2.0.0-beta",
"file-loader": "^0.10.0",
"gulp": "github:gulpjs/gulp#4.0",
"gulp-concat": "^2.6.1",
"gulp-ejs": "^3.0.0",
"gulp-if": "^2.0.2",
"gulp-imagemin": "^3.1.1",
"gulp-newer": "^1.3.0",
"gulp-plumber": "^1.1.0",
"gulp-postcss": "^6.3.0",
"gulp-rename": "^1.2.2",
"gulp-sourcemaps": "^2.4.0",
"gulp-svg-sprite": "^1.3.6",
"gulp-util": "^3.0.8",
"node-notifier": "^4.6.1",
"postcss-assets": "^4.1.0",
"postcss-cssnext": "^2.9.0",
"postcss-import": "^9.1.0",
"postcss-inline-svg": "^2.3.0",
"postcss-loader": "^1.2.2",
"postcss-reporter": "^3.0.0",
"postcss-sprites": "^4.2.0",
"react-hot-loader": "^3.0.0-beta.6",
"style-loader": "^0.13.1",
"url-loader": "^0.5.7",
"webpack": "^2.2.1",
"webpack-dev-middleware": "^1.10.0",
"webpack-hot-middleware": "^2.16.1",
"webpack-module-hot-accept": "^1.0.4",
"write-file-webpack-plugin": "^3.4.2",
"yargs": "^6.6.0"
}
}