forked from ruanyf/webpack-demos
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
35 lines (35 loc) · 841 Bytes
/
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
{
"name": "webpack-demos",
"version": "1.0.0",
"description": "a collection of simple demos of Webpack",
"main": "index.js",
"keywords": [
"build",
"demo",
"webpack"
],
"author": "Ruan Yifeng",
"license": "MIT",
"dependencies": {
"babel-core": "6.x",
"babel-loader": "6.x",
"babel-preset-es2015": "6.x",
"babel-preset-react": "6.x",
"bundle-loader": "^0.5.4",
"css-loader": "0.x",
"file-loader": "0.x",
"history": "^1.17.0",
"html-webpack-plugin": "2.x",
"jquery": "3.x",
"jsx-loader": "~0.13.2",
"open-browser-webpack-plugin": "0.x",
"react": "15.x",
"react-dom": "15.x",
"react-router": "2.x",
"style-loader": "0.x",
"url-loader": "~0.5.6",
"webpack": "1.x",
"webpack-dev-server": "1.x"
},
"repository": "ruanyf/webpack-demos"
}