-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
39 lines (39 loc) · 1.07 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
{
"name": "learn-webpack2",
"version": "0.0.9",
"description": "Code Accompanying a Presentation on Webpack2",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "Michael Labriola <[email protected]>",
"license": "MIT",
"repository": {
"type": "git",
"url": "ssh://[email protected]:labriola/learn-webpack2.git"
},
"devDependencies": {
"babel-core": "^6.23.1",
"babel-loader": "^6.3.2",
"babel-polyfill": "^6.23.0",
"babel-preset-es2015": "^6.22.0",
"babel-preset-react": "^6.23.0",
"css-loader": "^0.26.2",
"file-loader": "^0.9.0",
"glob": "^7.1.1",
"html-webpack-plugin": "^2.28.0",
"http-server": "^0.9.0",
"json-loader": "^0.5.4",
"style-loader": "^0.13.2",
"svg-inline-loader": "^0.7.1",
"svg-url-loader": "^1.1.0",
"universal-style-loader": "^0.16.3",
"url-loader": "^0.5.8",
"webpack": "^2.2.1",
"webpack-cleanup-plugin": "^0.5.1",
"webpack-node-externals": "^1.5.4"
},
"dependencies": {
"lodash": "^4.17.4"
}
}