-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
61 lines (61 loc) · 1.63 KB
/
Copy pathpackage.json
File metadata and controls
61 lines (61 loc) · 1.63 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
{
"name": "react-webpack",
"version": "1.0.0",
"description": "",
"main": "webpack.config.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "",
"license": "ISC",
"dependencies": {
"autoprefixer-loader": "^3.2.0",
"babel": "^6.23.0",
"babel-core": "^6.24.0",
"babel-loader": "^6.4.0",
"babel-preset-es2015": "^6.24.0",
"bell-on-bundler-error-plugin": "^1.0.8",
"body-parser": "^1.17.1",
"connect-rest": "^2.11.8",
"cookies": "^0.7.0",
"css-loader": "^0.27.3",
"del": "^2.2.2",
"eslint": "^3.17.1",
"eslint-loader": "^1.6.3",
"eslint-plugin-react": "^6.10.0",
"extract-text-webpack-plugin": "^2.1.0",
"file-loader": "^0.10.1",
"glob": "^7.1.1",
"gulp": "github:gulpjs/gulp",
"gulp-autoprefixer": "^3.1.1",
"gulp-cached": "^1.1.1",
"gulp-connect": "^5.0.0",
"gulp-less": "^3.3.0",
"gulp-rename": "^1.2.2",
"gulp-util": "^3.0.8",
"json-loader": "^0.5.4",
"less": "^2.7.2",
"less-loader": "^3.0.0",
"markdown": "^0.5.0",
"mongoose": "^4.9.1",
"postcss-loader": "^1.3.3",
"react": "^15.4.2",
"react-dom": "^15.4.2",
"react-redux": "^5.0.3",
"redux": "^3.6.0",
"style-loader": "^0.13.2",
"uglify-loader": "^2.0.0",
"url-loader": "^0.5.8",
"webpack": "^2.2.1",
"webpack-dev-server": "^2.4.2"
},
"devDependencies": {
"babel-loader": "^6.4.0",
"babel-polyfill": "^6.23.0",
"babel-preset-es2015": "^6.24.0",
"babel-preset-react": "^6.23.0",
"babel-preset-stage-0": "^6.22.0",
"webpack": "^2.2.1",
"webpack-dev-server": "^2.4.2"
}
}