forked from JsonMapper/jsonmapper.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
25 lines (25 loc) · 698 Bytes
/
package.json
File metadata and controls
25 lines (25 loc) · 698 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
{
"private": true,
"scripts": {
"prod": "NODE_ENV=production npx webpack",
"dev": "NODE_ENV=development npx webpack",
"watch": "NODE_ENV=development npx webpack --watch"
},
"devDependencies": {
"@fullhuman/postcss-purgecss": "^4.0.3",
"autoprefixer": "^10.2.5",
"clean-webpack-plugin": "^3.0.0",
"css-loader": "^5.2.0",
"css-what": "^5.0.1",
"cssnano": "^5.0.6",
"mini-css-extract-plugin": "^1.4.0",
"postcss": "^8.2.10",
"postcss-loader": "^5.2.0",
"postcss-nested": "^5.0.5",
"style-loader": "^2.0.0",
"tailwindcss": "^2.0.4",
"webpack": "^5.28.0",
"webpack-cli": "^4.6.0",
"webpack-manifest-plugin": "^3.1.0"
}
}