This repository was archived by the owner on Apr 27, 2026. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy pathpackage.json
More file actions
49 lines (49 loc) · 1.33 KB
/
package.json
File metadata and controls
49 lines (49 loc) · 1.33 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
49
{
"name": "marsman-template",
"version": "0.1.0",
"scripts": {
"start": "bundle exec middleman server",
"postinstall": "bundle install"
},
"devDependencies": {
"clean-webpack-plugin": "^0.1.16",
"css-loader": "^0.26.1",
"expose-loader": "^0.7.1",
"extract-text-webpack-plugin": "^2.0.0-beta",
"grunt": "^1.0.0",
"grunt-svgmin": "^3.0.0",
"grunt-svgstore": "^1.0.0",
"load-grunt-tasks": "^3.5.2",
"node-sass": "^4.5.0",
"sass-loader": "^4.1.1",
"style-loader": "^0.13.1",
"webpack": "^2.3.3"
},
"dependencies": {
"autoprefixer": "^6.7.7",
"babel-core": "^6.24.0",
"babel-loader": "^6.4.1",
"babel-preset-env": "^1.3.2",
"bootstrap-loader": "^2.1.0",
"bootstrap-sass": "3.3.7",
"compression-webpack-plugin": "^0.3.2",
"file-loader": "^0.11.1",
"font-awesome": "^4.7.0",
"glob": "^7.1.1",
"import-glob-loader": "^1.1.0",
"imports-loader": "^0.7.1",
"jquery": "^3.1.1",
"json-loader": "^0.5.7",
"lodash": "^4.17.4",
"modernizr": "^3.5.0",
"modernizr-loader": "^1.0.1",
"postcss-loader": "^2.0.9",
"postcss-smart-import": "^0.6.10",
"precss": "^1.4.0",
"resolve-url-loader": "^2.1.0",
"select2": "^4.0.3",
"tippy.js": "^3.0.3",
"webpack-manifest-plugin": "^1.1.0",
"webpack-merge": "^4.1.0"
}
}