forked from solidusio/solidus.io
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
51 lines (51 loc) · 1.24 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
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
{
"name": "middleman",
"version": "1.0.0",
"private": true,
"scripts": {
"development": "webpack --watch --progress --colors --config webpack.dev.js",
"production": "webpack --config webpack.prod.js"
},
"devDependencies": {
"autoprefixer": "~8.0",
"babel-core": "^6.26.0",
"babel-loader": "^7.1.2",
"babel-minify-webpack-plugin": "^0.3.0",
"babel-preset-env": "^1.6.1",
"browser-sync": "^2.18.13",
"clean-webpack-plugin": "^0.1.18",
"copy-webpack-plugin": "^4.4.1",
"cross-env": "^3.2.3",
"css-loader": "^0.28.9",
"extract-text-webpack-plugin": "^3.0.2",
"node-sass": "^4.14.1",
"postcss-loader": "~2.1.1",
"run-sequence": "^2.2.0",
"sass-loader": "^6.0.6",
"webpack": "^3.11.0",
"webpack-merge": "^4.1.2"
},
"dependencies": {
"aos": "^3.0.0-beta.6",
"bootstrap": "4.3.1",
"details-element-polyfill": "^2.3.1",
"headroom.js": "0.9.4",
"jquery": "^3.5.1",
"js-cookie": "^2.2.1",
"popper.js": "^1.12.9",
"slick-carousel": "^1.8.1",
"vanilla-lazyload": "^14.0.0"
},
"babel": {
"presets": [
"env"
]
},
"browserslist": [
"last 2 versions",
"> 1%",
"not ie <= 10",
"not <= 0.4%",
"not OperaMini all"
]
}