forked from klee-contrib/webpack-focus
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
44 lines (44 loc) · 1.16 KB
/
package.json
File metadata and controls
44 lines (44 loc) · 1.16 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
{
"name": "webpack-focus",
"version": "0.11.5",
"description": "Focus webpack config",
"main": "lib/index.js",
"scripts": {
"build": "babel *.js --out-dir lib",
"prepublish": "npm run build"
},
"repository": {
"type": "git",
"url": "git+https://github.com/KleeGroup/webpack-focus.git"
},
"keywords": [
"focus",
"webpack"
],
"author": "focus@kleegroup.com",
"license": "MIT",
"homepage": "https://github.com/KleeGroup/webpack-focus#readme",
"dependencies": {
"autoprefixer-loader": "^3.2.0",
"babel": "^6.3.13",
"babel-cli": "^6.3.17",
"babel-core": "^6.3.17",
"babel-preset-es2015": "^6.3.13",
"babel-preset-react": "^6.3.13",
"babel-preset-stage-0": "^6.3.13",
"css-loader": "^0.19.0",
"extract-text-webpack-plugin": "^0.8.2",
"file-loader": "^0.8.4",
"html-webpack-plugin": "^1.7.0",
"json-loader": "^0.5.3",
"lodash": "^3.10.1",
"node-sass": "^3.3.3",
"react-hot-loader": "^1.3.0",
"sass-loader": "^2.0.1",
"source-map-loader": "^0.1.5",
"style-loader": "^0.12.4",
"url-loader": "^0.5.6",
"webpack": "^1.12.2",
"webpack-dev-server": "^1.12.0"
}
}