-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
28 lines (28 loc) · 1.06 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
{
"private": true,
"scripts": {
"dev": "cross-env NODE_ENV=development node_modules/webpack/bin/webpack.js --progress --config=webpack.config.js",
"watch": "cross-env NODE_ENV=development node_modules/webpack/bin/webpack.js --watch --progress --config=webpack.config.js",
"prod": "cross-env NODE_ENV=production node_modules/webpack/bin/webpack.js --config=webpack.config.js"
},
"devDependencies": {
"autoprefixer": "^10.4.2",
"clean-webpack-plugin": "^4.0.0",
"color": "^4.2.1",
"cross-env": "^7.0.3",
"css-loader": "^6.6.0",
"glob-all": "^3.2.1",
"mini-css-extract-plugin": "^2.5.3",
"css-minimizer-webpack-plugin": "^3.4.1",
"postcss": "^8.4.6",
"postcss-import": "^14.0.2",
"postcss-loader": "^6.2.1",
"purgecss-webpack-plugin": "^4.1.3",
"style-loader": "^3.3.1",
"tailwindcss": "^3.0.22",
"webpack": "^5.68.0",
"webpack-cli": "^4.9.2",
"webpack-manifest-plugin": "^4.1.1"
},
"dependencies": {}
}