-
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) · 926 Bytes
/
Copy pathpackage.json
File metadata and controls
27 lines (27 loc) · 926 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": "mythik-workspace",
"private": true,
"license": "Apache-2.0",
"scripts": {
"test": "vitest run && pnpm --filter mythik typecheck && pnpm --filter mythik build && pnpm --filter mythik-react typecheck && pnpm --filter mythik-cli typecheck && pnpm --filter mythik-server typecheck",
"test:watch": "vitest",
"test:integration": "vitest run --config vitest.integration.config.ts",
"build": "pnpm -r build",
"typecheck": "pnpm -r typecheck"
},
"devDependencies": {
"@testing-library/jest-dom": "^6.9.1",
"@testing-library/react": "^16.3.2",
"@testing-library/user-event": "^14.6.1",
"@toon-format/toon": "^2.1.0",
"@types/react": "^19.2.14",
"@types/react-dom": "^19.2.3",
"@vitejs/plugin-react": "^6.0.1",
"jsdom": "^29.0.1",
"react": "^19.2.4",
"react-dom": "^19.2.4",
"typescript": "^5.7.0",
"vite": "^8.0.3",
"vitest": "^3.0.0"
}
}