-
-
Notifications
You must be signed in to change notification settings - Fork 65
/
package.json
52 lines (52 loc) · 1.5 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
{
"version": "1.9.3",
"private": true,
"packageManager": "[email protected]",
"keywords": [
"vite",
"vite-plugin",
"windicss",
"tailwindcss"
],
"scripts": {
"build": "cp README.md packages/vite-plugin-windicss && pnpm -r --filter=./packages/* run build",
"dev": "pnpm -r --parallel --filter=./packages/* run dev",
"example:build": "npm -C examples/vue run build",
"example:dev": "npm -C examples/vue run dev",
"lint": "eslint .",
"lint:fix": "nr lint --fix",
"publish:ci": "pnpm -r --filter=./packages/* publish --access public --no-git-checks",
"release": "bumpp -r",
"test": "vitest",
"test:examples": "pnpm -r --filter=./examples/* run build",
"test:update": "vitest -u"
},
"devDependencies": {
"@antfu/eslint-config": "^0.38.6",
"@antfu/ni": "^0.21.3",
"@antfu/utils": "^0.7.2",
"@types/connect": "^3.4.35",
"@types/debug": "^4.1.7",
"@types/fs-extra": "^11.0.1",
"@types/micromatch": "^4.0.2",
"@types/node": "^18.16.6",
"@types/pug": "^2.0.6",
"@windicss/config": "workspace:*",
"@windicss/plugin-utils": "workspace:*",
"bumpp": "^9.1.0",
"debug": "^4.3.4",
"eslint": "^8.40.0",
"fast-glob": "^3.2.12",
"fs-extra": "^11.1.1",
"git-ensure": "^0.1.0",
"magic-string": "^0.30.0",
"pnpm": "^8.4.0",
"rollup": "^3.21.5",
"tsup": "^6.7.0",
"typescript": "^5.0.4",
"vite": "^4.3.5",
"vite-plugin-restart": "^0.3.1",
"vitest": "^0.31.0",
"windicss": "^3.5.6"
}
}