-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
27 lines (27 loc) · 843 Bytes
/
package.json
File metadata and controls
27 lines (27 loc) · 843 Bytes
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
{
"name": "image-canvas-editor-workspace",
"private": true,
"version": "0.1.0",
"packageManager": "pnpm@9.15.0",
"engines": {
"node": ">=20.18.3 <21"
},
"scripts": {
"dev": "pnpm --filter @image-canvas-editor/web-vue dev",
"build": "node scripts/build-output/run-workspace-build.mjs",
"preview": "pnpm --filter @image-canvas-editor/web-vue preview",
"typecheck": "pnpm --filter @image-canvas-editor/web-vue typecheck",
"test:contract-build": "node --test tests/contract",
"test:integration-build": "node --test tests/integration",
"test:unit-build": "node --test tests/unit"
},
"devDependencies": {
"@unocss/reset": "^0.58.9",
"@vitejs/plugin-vue": "^4.6.0",
"typescript": "^5.4.5",
"unocss": "^0.58.9",
"vitest": "^0.34.6",
"vite": "^4.5.5",
"vue": "^3.5.0"
}
}