forked from windicss/nuxt-windicss
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
32 lines (32 loc) · 1009 Bytes
/
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
{
"name": "nuxt-windicss-monorepo",
"private": true,
"packageManager": "[email protected]",
"workspaces": [
"packages/*"
],
"scripts": {
"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": {
"@antfu/eslint-config": "^0.38.4",
"@nuxt/test-utils": "3.4.0",
"@nuxt/types": "^2.16.3",
"@typescript-eslint/eslint-plugin": "^5.58.0",
"@typescript-eslint/visitor-keys": "^5.58.0",
"bumpp": "^9.1.0",
"cheerio": "1.0.0-rc.12",
"eslint": "^8.38.0",
"unbuild": "^1.2.0",
"vite": "^4.2.1",
"vitest": "^0.30.1",
"windicss": "^3.5.6"
},
"version": "2.6.1"
}