generated from so1ve/starter-unplugin
-
-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
31 lines (31 loc) · 854 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
{
"private": true,
"version": "0.6.0",
"packageManager": "pnpm@8.15.6",
"type": "module",
"scripts": {
"build": "pnpm -r run build",
"lint": "eslint . && prettier . --check",
"lint:fix": "eslint . --fix && prettier . --write",
"prepublishOnly": "nr build",
"release": "bumpp package.json packages/*/package.json --commit --push --tag && pnpm publish -r --filter ./packages/*",
"test": "vitest",
"typecheck": "tsc --noEmit"
},
"devDependencies": {
"@antfu/ni": "^0.21.8",
"@so1ve/eslint-config": "^2.0.0",
"@so1ve/prettier-config": "^2.0.0",
"@types/node": "^20.8.10",
"@vue-macros/test-utils": "^1.4.0",
"bumpp": "^9.2.0",
"eslint": "^8.57.0",
"prettier": "^3.2.5",
"typescript": "^5.2.2",
"unbuild": "^2.0.0",
"vite": "^5.0.2",
"vite-tsconfig-paths": "^4.2.1",
"vitest": "^0.34.6",
"vue": "^3.4.21"
}
}