-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
29 lines (29 loc) · 866 Bytes
/
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
{
"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": "^2.3.0",
"@tailwindcss/aspect-ratio": "^0.4.0",
"@tailwindcss/forms": "^0.4.0",
"@tailwindcss/line-clamp": "^0.3.0",
"@tailwindcss/typography": "^0.5.0",
"autoprefixer": "^10.4.0",
"clean-webpack-plugin": "^3.0.0",
"css-loader": "^6.5.1",
"cssnano": "^5.0.13",
"mini-css-extract-plugin": "^2.4.5",
"postcss": "^8.4.5",
"postcss-import": "^14.0.2",
"postcss-loader": "^4.0.3",
"postcss-nested": "^4.2.1",
"style-loader": "^1.2.1",
"tailwindcss": "^3.0.7",
"webpack": "^5.65.0",
"webpack-cli": "^4.9.1",
"webpack-manifest-plugin": "^4.0.2"
}
}