-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
69 lines (69 loc) · 1.75 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
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
{
"name": "vite-plugin-vue-css-modules",
"description": "✨ Ultimate solution for using CSS modules without any hassle. Automatic replacement for Vue templates and scripts",
"version": "3.1.8",
"author": "Lutymane <[email protected]>",
"funding": "https://ko-fi.com/zeokku",
"license": "MIT",
"type": "module",
"module": "./dist/index.js",
"main": "./dist/index.js",
"scripts": {
"build": "tsc",
"watch": "tsc --watch",
"test:static": "node ./test",
"test": "vitest --watch"
},
"files": [
"dist",
"macros.d.ts"
],
"repository": "github:zeokku/vite-plugin-vue-css-modules",
"keywords": [
"vite",
"vite-plugin",
"css",
"modules",
"optimization",
"minimization",
"minification",
"vue",
"sfc",
"pug"
],
"devDependencies": {
"@types/babel__generator": "^7.6.8",
"@types/babel__traverse": "^7.20.6",
"@types/node": "^20.14.6",
"@types/pug": "^2.0.10",
"@vue/compiler-sfc": "^3.4.29",
"@vue/shared": "^3.4.29",
"pug": "^3.0.2",
"typescript": "^5.4.5",
"vite": "^5.3.1",
"vitest": "^1.6.0"
},
"dependencies": {
"@babel/generator": "8.0.0-alpha.11",
"@babel/parser": "8.0.0-alpha.11",
"@babel/traverse": "8.0.0-alpha.11",
"@babel/types": "8.0.0-alpha.11",
"dom-serializer": "^2.0.0",
"domhandler": "^5.0.3",
"htmlparser2": "^9.1.0",
"incstr": "^1.2.3",
"magic-string": "^0.30.10"
},
"optionalDependencies": {
"pug": "^3.0.0",
"pug-walk": "^2.0.0"
},
"peerDependencies": {
"@vue/compiler-sfc": "^3.0.0",
"@vue/shared": "^3.2.47"
},
"bugs": {
"url": "https://github.com/zeokku/vite-plugin-vue-css-modules/issues"
},
"homepage": "https://github.com/zeokku/vite-plugin-vue-css-modules#readme"
}