-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
52 lines (52 loc) · 1.14 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
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
{
"name": "vue-clearcss",
"version": "1.1.13",
"description": "find unusecss in vue 在vue组件中找到多余的css代码",
"main": "index.js",
"scripts": {
"test": "mocha --test",
"perf": "node ./parsehtml --perf",
"fl": "node ./develop"
},
"author": "qiaokeli",
"license": "ISC",
"bin": {
"unvuecss": "./bin/unvuecss.js"
},
"ignoreCss": [
"page",
"::v-deep",
{
"reg": "page",
"attr": "g"
}
],
"repository": "https://github.com/qiaokeli111/vue-clearcss.git",
"homepage": "https://github.com/qiaokeli111/vue-clearcss/blob/master/Readme-cn.md",
"keywords": [
"vue",
"css",
"clear",
"scss",
"less"
],
"dependencies": {
"chalk": "^4.1.2",
"deep-extend": "^0.6.0",
"globby": "^11.0.4",
"less": "^4.1.1",
"minimist": "^1.2.5",
"pkg-dir": "^5.0.0",
"postcss": "^8.3.6",
"postcss-sass": "^0.5.0",
"postcss-scss": "^4.0.0",
"postcss-selector-parser": "^6.0.6",
"sass": "^1.39.2",
"slash": "^3.0.0",
"vue-template-compiler": "^2.6.14",
"webpack-chain": "^6.5.1"
},
"devDependencies": {
"mocha": "^9.0.3"
}
}