-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
36 lines (36 loc) · 1.07 KB
/
package.json
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
{
"private": true,
"scripts": {
"build": "webpack --progress --colors --display-error-details",
"dist": "NODE_ENV=production webpack --progress --colors --display-error-details",
"dev": "webpack-dev-server --progress --colors --watch --inline --hot --display-error-details",
"stats": "webpack --profile --json > stats.json"
},
"peerDependencies": {},
"dependencies": {
"animate.css": "^3.4.0",
"photoswipe": "^4.1.0"
},
"devDependencies": {
"assets-webpack-plugin": "^3.1.0",
"autoprefixer": "^6.0.3",
"clean-webpack-plugin": "^0.1.3",
"css-loader": "^0.21.0",
"extract-text-webpack-plugin": "^0.8.2",
"file-loader": "^0.8.4",
"fs": "0.0.2",
"html-loader": "^0.3.0",
"image-webpack-loader": "^1.6.2",
"jquery": "^2.1.4",
"node-sass": "^3.4.1",
"path": "^0.12.7",
"postcss-loader": "^0.7.0",
"raw-loader": "^0.5.1",
"sass-loader": "^3.1.1",
"style-loader": "^0.13.0",
"uglify-loader": "^1.2.0",
"url-loader": "^0.5.6",
"webpack": "^1.12.2",
"webpack-dev-server": "^1.12.1"
}
}