-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
38 lines (38 loc) · 1.13 KB
/
package.json
File metadata and controls
38 lines (38 loc) · 1.13 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
{
"name": "wbpck",
"version": "1.0.0",
"private": true,
"main": "index.js",
"scripts": {
"start": "webpack-dev-server --config webpack.dev.js",
"build": "webpack --config webpack.prod.js",
"deploy": "webpack --config webpack.prod.js && echo 'ryanabest.com' > dist/CNAME && node tasks/publish.js"
},
"license": "MIT",
"devDependencies": {
"breakpoint-sass": "^3.0.0",
"clean-webpack-plugin": "^4.0.0",
"copy-webpack-plugin": "^13.0.0",
"css-loader": "^6.8.1",
"gh-pages": "3.2.3",
"google-spreadsheet": "^3.3.0",
"html-loader": "^4.2.0",
"html-webpack-plugin": "^5.5.1",
"image-minimizer-webpack-plugin": "^4.0.0",
"imagemin": "^8.0.1",
"imagemin-mozjpeg": "^10.0.0",
"imagemin-pngquant": "^10.0.0",
"mini-css-extract-plugin": "^2.7.6",
"optimize-css-assets-webpack-plugin": "^6.0.1",
"pug": "^3.0.3",
"pug-loader": "^2.4.0",
"sass": "^1.63.2",
"sass-loader": "^13.3.1",
"style-loader": "^3.3.3",
"swiper": "^9.4.1",
"webpack": "^5.94.0",
"webpack-cli": "^5.1.4",
"webpack-dev-server": "^4.15.0",
"webpack-merge": "^5.9.0"
}
}