-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
51 lines (51 loc) · 1.42 KB
/
package.json
File metadata and controls
51 lines (51 loc) · 1.42 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
50
51
{
"name": "store",
"version": "0.0.1",
"main": "js/index.js",
"scripts": {
"build": "webpack --config webpack.production.config.js",
"watch": "webpack -w"
},
"devDependencies": {
"autoprefixer": "^8.4.1",
"browser-sync": "^2.24.2",
"browser-sync-webpack-plugin": "^2.2.2",
"css-loader": "^0.28.11",
"extract-text-webpack-plugin": "^3.0.2",
"file-loader": "^1.1.11",
"glob": "^7.1.2",
"html-loader": "^0.5.5",
"html-webpack-plugin": "^2.30.1",
"http-server": "^0.11.1",
"image-webpack-loader": "^4.2.0",
"node-sass": "^4.9.0",
"npm-run-all": "^4.1.2",
"nunjucks": "^3.1.2",
"nunjucks-extend-loader": "0.0.3",
"nunjucks-html-loader": "^1.1.0",
"nunjucks-webpack-plugin": "^4.0.1",
"postcss-loader": "^2.1.4",
"resolve-url-loader": "^2.3.0",
"sass-loader": "^6.0.7",
"source-map-loader": "^0.2.3",
"style-loader": "^0.20.3",
"uglifyjs-webpack-plugin": "^1.2.5",
"webpack": "^3.11.0",
"webpack-svgstore-plugin": "^4.0.3"
},
"dependencies": {
"godlike.css": "^3.6.1",
"hoek": "^5.0.3",
"imagemin-pngquant": "^5.1.0",
"imagemin-webpack-plugin": "^2.1.1",
"jquery": "^3.4.0",
"jquery-ui": "^1.12.1",
"lightbox2": "^2.10.0",
"normalize.css": "^8.0.0",
"slick-carousel": "^1.8.1",
"deep-extend": ">=0.5.1",
"randomatic": ">=3.0.0",
"macaddress": ">=0.2.9",
"cryptiles": ">=4.1.2"
}
}