-
Notifications
You must be signed in to change notification settings - Fork 25
Expand file tree
/
Copy pathpackage.json
More file actions
36 lines (36 loc) · 1.11 KB
/
package.json
File metadata and controls
36 lines (36 loc) · 1.11 KB
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": "coalesce",
"version": "0.1.0-local",
"private": true,
"packageManager": "pnpm@11.0.8",
"scripts": {
"build": "pnpm -r --filter=./src/* run build",
"lint": "pnpm -r run lint",
"lint:fix": "pnpm -r run lint:fix",
"coalesce": "pnpm -C playground/Coalesce.Web.Vue3 coalesce",
"doc": "pnpm -C docs dev",
"play": "dotnet run --project playground/Coalesce.Web.Vue3",
"template": "pwsh templates/Coalesce.Vue.Template/TestLocal.ps1",
"test": "pnpm -r --filter=./src/* run test run"
},
"devDependencies": {
"@types/node": "^24.0.0",
"@vitejs/plugin-vue": "^6.0.6",
"@vitest/coverage-v8": "^4.1.5",
"@vitest/eslint-plugin": "1.6.16",
"@vue/eslint-config-typescript": "14.7.0",
"@vue/test-utils": "^2.4.10",
"cspell": "8.19.3",
"eslint": "^10.3.0",
"eslint-config-prettier": "^10.1.8",
"eslint-plugin-prettier": "^5.5.4",
"eslint-plugin-vue": "^10.9.0",
"jsdom": "^29.1.1",
"sass": "^1.99.0",
"typescript": "6.0.3",
"unplugin-vue-components": "^32.0.0",
"vite": "^8.0.10",
"vitest": "^4.1.5",
"vue-tsc": "^3.2.7"
}
}