-
Notifications
You must be signed in to change notification settings - Fork 21
/
package.json
161 lines (161 loc) · 4.45 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
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
{
"name": "unplugin-vue-cssvars",
"description": "🌀 A vue plugin that allows you to use vue's CSSVars feature in css files",
"private": false,
"type": "module",
"version": "2.0.0",
"packageManager": "[email protected]",
"keywords": [
"cssvars",
"sass",
"less",
"css",
"vue",
"vue3",
"unplugin",
"vite",
"rollup",
"rspack",
"webpack",
"webpack4",
"webpack5",
"stylus"
],
"license": "MIT",
"author": "baiwusanyu-c",
"homepage": "https://github.com/unplugin",
"repository": "https://github.com/unplugin/unplugin-vue-cssvars",
"bugs": "https://github.com/unplugin/unplugin-vue-cssvars/issues",
"main": "./index.js",
"module": "./index.js",
"types": "./index.d.ts",
"exports": {
".": {
"types": "./index.d.ts",
"require": "./index.cjs",
"import": "./index.js"
}
},
"files": [
"core",
"utils",
"package.json",
"README.md",
"README.ZH-CN.md",
"index.js",
"index.cjs",
"index.d.ts"
],
"typesVersions": {
"*": {
"*": [
"./*",
"./index.d.ts"
]
}
},
"scripts": {
"init": "pnpm i",
"lint:fix": "eslint --cache --fix ./ --ext .vue,.js,.ts,.jsx,.tsx,.json ",
"dev": "pnpm run --filter @unplugin-vue-cssvars/build dev",
"build": "pnpm run clean && pnpm run --filter @unplugin-vue-cssvars/build build",
"play:vite:server": "pnpm run --filter @unplugin-vue-cssvars/play-vite server",
"play:vite:build": "pnpm run --filter @unplugin-vue-cssvars/play-vite build",
"play:vite:preview": "pnpm run --filter @unplugin-vue-cssvars/play-vite preview",
"play:webpack:server": "pnpm run --filter @unplugin-vue-cssvars/play-webpack server",
"play:webpack:build": "pnpm run --filter @unplugin-vue-cssvars/play-webpack build",
"play:webpack:preview": "pnpm run --filter @unplugin-vue-cssvars/play-webpack preview",
"release": "bumpp package.json --commit --push --tag",
"clean": "rimraf dist",
"prepare": "npx simple-git-hooks",
"test": "vitest",
"test:update": "vitest -u",
"test:coverage": "vitest --coverage",
"update:deps": "npx taze major -r -w && pnpm run init"
},
"peerDependencies": {
"@ast-grep/napi": "^0.6.3 || ^0.11.0 || ^0.12.0",
"baiwusanyu-utils": "^1.0.12",
"chalk": "^4.1.2 || ^5.0.0",
"estree-walker-ts": "^1.0.0",
"fast-glob": "^3.2.12",
"fs-extra": "^11.1.1",
"hash-sum": "^2.0.0",
"magic-string": "^0.30.0",
"unplugin": "^1.3.1",
"vue": "^3.2.47"
},
"dependencies": {
"@ast-grep/napi": "^0.12.0",
"baiwusanyu-utils": "^1.0.15",
"chalk": "^5.3.0",
"estree-walker-ts": "^1.0.1",
"fast-glob": "^3.3.1",
"fs-extra": "^11.1.1",
"hash-sum": "^2.0.0",
"magic-string": "^0.30.3",
"unplugin": "^1.4.0",
"vue": "^3.3.4"
},
"devDependencies": {
"@babel/parser": "^7.22.14",
"@babel/types": "^7.22.11",
"@baiwusanyu/eslint-config": "^1.0.15",
"@rollup/pluginutils": "^5.0.4",
"@types/css-tree": "^2.3.1",
"@types/debug": "^4.1.8",
"@types/estree": "^1.0.1",
"@types/fs-extra": "^11.0.1",
"@types/gulp": "^4.0.13",
"@types/hash-sum": "^1.0.0",
"@types/less": "^3.0.4",
"@types/node": "^20.5.7",
"@types/stylus": "^0.48.39",
"@unplugin-vue-cssvars/build": "workspace:*",
"@unplugin-vue-cssvars/core": "workspace:*",
"@unplugin-vue-cssvars/entry": "workspace:*",
"@unplugin-vue-cssvars/utils": "workspace:*",
"@vitejs/plugin-vue": "^4.3.4",
"@vitejs/plugin-vue-jsx": "^3.0.2",
"@vitest/coverage-c8": "^0.33.0",
"@vitest/ui": "^0.34.3",
"@vue/compiler-dom": "^3.3.4",
"@vue/compiler-sfc": "^3.3.4",
"bumpp": "^9.2.0",
"cross-env": "^7.0.3",
"eslint": "^8.48.0",
"esno": "^4.0.0",
"git-ensure": "^0.1.0",
"gulp": "^4.0.2",
"jsdom": "^22.1.0",
"less": "^4.2.0",
"lint-staged": "^15.0.0",
"magic-string-ast": "^0.3.0",
"npm-run-all": "^4.1.5",
"rimraf": "^5.0.1",
"rollup": "^4.0.0",
"sass": "^1.66.1",
"simple-git-hooks": "^2.9.0",
"stylus": "^0.60.0",
"sucrase": "^3.34.0",
"tsup": "^8.0.0",
"typescript": "5.3.2",
"vite": "^4.4.9",
"vitest": "^0.34.3",
"webpack": "^5.88.2"
},
"simple-git-hooks": {
"pre-commit": "pnpm lint-staged",
"commit-msg": "node vertify-commit.js"
},
"lint-staged": {
"*.{vue,js,ts,jsx,tsx,md,json}": [
"eslint ./ --fix"
]
},
"eslintConfig": {
"extends": [
"@baiwusanyu"
]
}
}