-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
48 lines (48 loc) · 1.35 KB
/
package.json
File metadata and controls
48 lines (48 loc) · 1.35 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
{
"name": "@stackscz/webpack-configs",
"version": "0.1.5",
"description": "",
"main": "index.js",
"scripts": {
"postinstall": "node ./scripts/postinstall.js"
},
"author": "@stackscz",
"dependencies": {
"babel": "^6.1.18",
"babel-core": "^6.1.21",
"babel-eslint": "^4.1.6",
"babel-loader": "^6.1.0",
"babel-plugin-remove-webpack": "^1.0.0",
"babel-plugin-transform-decorators-legacy": "^1.3.4",
"babel-preset-es2015": "^6.1.18",
"babel-preset-react": "^6.1.18",
"babel-preset-stage-0": "^6.1.18",
"baggage-loader": "^0.2.4",
"css-loader": "^0.23.0",
"eslint": "^1.9.0",
"eslint-loader": "^1.1.1",
"eslint-plugin-react": "^3.11.3",
"extract-text-webpack-plugin": "^0.9.1",
"file-loader": "^0.8.4",
"fs-finder": "^1.8.1",
"image-webpack-loader": "^1.6.2",
"less": "^2.5.3",
"less-loader": "^2.2.1",
"loader-utils": "^0.2.11",
"lodash": "^3.10.1",
"node-sass": "^3.4.2",
"prompt": "^1.0.0",
"react": "^0.14.7",
"react-hot-loader": "^2.0.0-alpha-4",
"rimraf": "^2.4.3",
"sass-loader": "^3.1.1",
"script-loader": "^0.6.1",
"source-map": "^0.5.3",
"style-loader": "^0.13.0",
"url-loader": "^0.5.6",
"webpack": "^1.12.13",
"webpack-config": "^3.1.0",
"webpack-dev-server": "^1.14.1",
"webpack-isomorphic-tools": "^2.2.26"
}
}