-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
52 lines (52 loc) · 1.39 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
52
{
"name": "webpack-stack",
"version": "1.1.0",
"description": "An awesome webpack stack",
"main": "index.js",
"scripts": {
"watch": "webpack --config webpack.dev.js",
"prod": "webpack --config webpack.prod.js"
},
"keywords": [
"Webpack",
"Boilerplate"
],
"author": "George Bratsos",
"license": "ISC",
"devDependencies": {
"@babel/core": "^7.14.6",
"@babel/preset-env": "^7.14.6",
"@babel/runtime-corejs3": "^7.14.6",
"babel-loader": "^8.2.2",
"copy-webpack-plugin": "^7.0.0",
"core-js": "^3.15.2",
"css-loader": "^5.0.1",
"css-minimizer-webpack-plugin": "^1.2.0",
"file-loader": "^6.2.0",
"image-minimizer-webpack-plugin": "^2.2.0",
"imagemin-jpegtran": "^7.0.0",
"imagemin-optipng": "^8.0.0",
"imagemin-svgo": "^8.0.0",
"imagemin-gifsicle": "7.0.0",
"jquery": "^3.6.0",
"mini-css-extract-plugin": "^1.3.4",
"node-sass": "^5.0.0",
"optimize-css-assets-webpack-plugin": "^5.0.4",
"postcss-loader": "^4.1.0",
"postcss-preset-env": "^6.7.0",
"sass-loader": "^10.1.1",
"style-loader": "^2.0.0",
"terser-webpack-plugin": "^5.1.1",
"webpack": "^5.16.0",
"webpack-cli": "^4.4.0"
},
"comments": {
"bulma": "^0.9.3",
"cookieconsent": "^3.1.1",
"swiper": "^6.7.1",
"slick-carousel": "^1.8.1",
"debounce": "^1.2.0",
"sharer.js": "^0.4.1",
"plyr": "^3.6.8"
}
}