-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
38 lines (38 loc) · 992 Bytes
/
package.json
File metadata and controls
38 lines (38 loc) · 992 Bytes
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
{
"name": "Skeletal-theme",
"version": "0.0.1",
"devDependencies": {
"bootstrap": "^3.3.6",
"browser-sync": "^2.11.2",
"chunk-manifest-webpack-plugin": "0.0.1",
"css-loader": "^0.18.0",
"exports-loader": "^0.6.3",
"extract-text-webpack-plugin": "^1.0.1",
"file-loader": "^0.8.5",
"gulp": "^3.9.1",
"gulp-concat-css": "^2.2.0",
"gulp-css-url-fix": "0.0.1",
"gulp-rename": "^1.2.2",
"gulp-util": "^3.0.7",
"gulp-watch": "^4.3.5",
"imports-loader": "^0.6.5",
"jquery": "^2.2.1",
"json-loader": "^0.5.4",
"less": "^2.6.0",
"less-loader": "^2.2.2",
"mapbox.js": "^2.3.0",
"moment": "^2.11.2",
"path": "^0.12.7",
"raw-loader": "^0.5.1",
"require-dir": "^0.3.0",
"style-loader": "^0.13.0",
"underscore": "^1.8.3",
"url-loader": "^0.5.7",
"webpack": "^1.12.13",
"webpack-manifest-plugin": "^1.0.0",
"webpack-sources": "^0.1.1"
},
"scripts": {
"webpack": "webpack"
}
}