-
-
Notifications
You must be signed in to change notification settings - Fork 72
Expand file tree
/
Copy pathpackage.json
More file actions
26 lines (26 loc) · 758 Bytes
/
package.json
File metadata and controls
26 lines (26 loc) · 758 Bytes
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
{
"name": "wagtail-starter-kit",
"version": "1.0.0",
"scripts": {
"build": "webpack --mode development --progress",
"build:prod": "webpack --mode production",
"start": "webpack --mode development --progress --watch",
"start:reload": "webpack-dev-server"
},
"dependencies": {
"autoprefixer": "^10.4.17",
"clean-webpack-plugin": "^4.0.0",
"copy-webpack-plugin": "^12.0.2",
"css-loader": "^6.10.0",
"cssnano": "^6.0.3",
"mini-css-extract-plugin": "^2.8.0",
"postcss-custom-properties": "^13.3.5",
"postcss-loader": "^8.1.0",
"sass": "^1.71.0",
"sass-loader": "^14.1.1",
"tailwindcss": "^3.4.1",
"webpack": "^5.90.3",
"webpack-cli": "^5.1.4",
"webpack-dev-server": "^5.0.2"
}
}