-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
47 lines (47 loc) · 1.41 KB
/
package.json
File metadata and controls
47 lines (47 loc) · 1.41 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
{
"name": "codelation-webpack-toolkit",
"description": "A collection of webpack tools used by Codelation.",
"version": "0.1.2",
"author": {
"name": "Brian Pattison",
"email": "brian@codelation.com",
"url": "http://brianpattison.com"
},
"homepage": "https://github.com/codelation/webpack-toolkit",
"repository": {
"type": "git",
"url": "git+https://github.com/codelation/webpack-toolkit.git"
},
"license": "MIT",
"dependencies": {
"app-root-path": "^1.2.1",
"babel-core": "^6.10.4",
"babel-loader": "^6.2.4",
"babel-plugin-transform-runtime": "^6.9.0",
"babel-preset-es2015": "^6.9.0",
"babel-preset-stage-2": "^6.11.0",
"bower": "^1.7.9",
"callback-loader": "^0.2.4",
"core-js": "^2.4.0",
"css-loader": "^0.23.1",
"exports-loader": "^0.6.3",
"expose-loader": "^0.7.1",
"extract-text-webpack-plugin": "^1.0.1",
"file-loader": "^0.9.0",
"html-webpack-plugin": "^2.22.0",
"image-webpack-loader": "^2.0.0",
"import-glob-loader": "^1.1.0",
"imports-loader": "^0.6.5",
"node-sass": "^3.8.0",
"rails-manifest-plugin": "^1.0.0",
"resolve-url-loader": "^1.6.0",
"sass-loader": "^4.0.0",
"sass-wrap-loader": "^0.3.0",
"source-map-loader": "^0.1.5",
"style-loader": "^0.13.1",
"webpack": "1.13.2",
"webpack-bower-sass-sources": "^1.0.0",
"webpack-dev-server": "1.14.1",
"wrap-loader": "^0.1.0"
}
}