-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
36 lines (36 loc) · 1.08 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": "@unplugin-analytics/monorepo",
"version": "0.0.12",
"private": true,
"scripts": {
"build": "turbo run build",
"dev": "turbo run dev --parallel",
"format": "turbo run format --parallel",
"release": "bumpp package.json packages/*/package.json --commit --push --tag && pnpm -r publish --access public",
"test:ci": "turbo run test:ci --filter !@unplugin-analytics/*-demo",
"typecheck": "turbo run typecheck",
"preversion": "turbo run test:ci --filter !@unplugin-analytics/*-demo",
"postversion": "turbo run build --filter !@unplugin-analytics/*-demo"
},
"devDependencies": {
"@nuxt/kit": "^3.15.4",
"@nuxt/module-builder": "^0.8.4",
"@nuxt/schema": "^3.15.4",
"@types/node": "^22.13.1",
"bumpp": "latest",
"esbuild": "^0.25.0",
"nuxt": "^3.15.4",
"rollup": "^4.34.6",
"tsx": "^4.19.2",
"turbo": "^2.4.1",
"typescript": "^5.7.3",
"unbuild": "^3.3.1",
"vite": "^6.1.0",
"vitest": "^3.0.5",
"webpack": "^5.97.1"
},
"packageManager": "[email protected]",
"engines": {
"node": ">=v20.10.0"
}
}