-
-
Notifications
You must be signed in to change notification settings - Fork 24
/
package.json
36 lines (36 loc) · 1.12 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
{
"name": "nuxt-windicss-monorepo",
"private": true,
"type": "module",
"packageManager": "[email protected]",
"workspaces": [
"packages/*"
],
"scripts": {
"dev:prepare": "pnpm stub && pnpm prepare:playground",
"stub": "pnpm -r --parallel --filter=./packages/** run stub",
"build": "pnpm -r --parallel --filter=./packages/** run build",
"prepare:playground": "cd playground/nuxt3 && pnpm install && pnpm prepare",
"lint": "eslint \"{packages,test}/**/*.{ts,vue,json,yml,mjs}\"",
"lint:fix": "npm run lint -- --fix",
"release": "bumpp package.json packages/*/package.json --commit --push --tag",
"test": "vitest"
},
"devDependencies": {
"@nuxt/eslint-config": "^0.3.13",
"@nuxt/test-utils": "3.13.1",
"@nuxt/types": "^2.18.1",
"@typescript-eslint/eslint-plugin": "^7.15.0",
"@typescript-eslint/visitor-keys": "^7.15.0",
"bumpp": "^9.4.1",
"cheerio": "1.0.0-rc.12",
"eslint": "9.5.0",
"eslint-plugin-n": "^17.9.0",
"typescript": "5.4.5",
"unbuild": "^2.0.0",
"vite": "^5.3.2",
"vitest": "^1.6.0",
"windicss": "^3.5.6"
},
"version": "3.0.1"
}