-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
36 lines (36 loc) · 881 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
30
31
32
33
34
35
36
{
"name": "@uscreentv/webpack-plugin-tailwind-purge",
"version": "1.0.0",
"description": "Webpack plugin that purges CSS in bundle based on modules tree",
"main": "index.js",
"scripts": {
"build": "npx webpack --env=production",
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "",
"license": "MIT",
"dependencies": {
"purgecss": "^4.0.3",
"webpack-sources": "^3.2.1"
},
"files": [
"index.js"
],
"devDependencies": {
"purgecss": "^4.0.3",
"swiper": "^7.0.8",
"webpack": "^5",
"webpack-sources": "^3.2.1",
"autoprefixer": "^10.3.7",
"css-loader": "^6.3.0",
"lodash": "^4.17.21",
"mini-css-extract-plugin": "^2.4.1",
"postcss": "^8.3.9",
"postcss-loader": "6",
"tailwindcss": "^2.2.16",
"webpack-cli": "^4.8.0"
},
"peerDependencies": {
"lodash": "^4.17.21"
}
}