-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
31 lines (31 loc) · 719 Bytes
/
Copy pathpackage.json
File metadata and controls
31 lines (31 loc) · 719 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
28
29
30
31
{
"name": "multimodal-user-interfaces-framework",
"private": true,
"scripts": {
"build": "turbo run build",
"dev": "turbo run dev --concurrency=20",
"lint": "turbo run lint",
"test": "turbo run test",
"format": "prettier --write \"**/*.{ts,tsx,md}\"",
"check-types": "turbo run check-types"
},
"devDependencies": {
"@vitest/coverage-v8": "^3.2.0",
"jsdom": "^26.1.0",
"msw": "^2.7.3",
"prettier": "^3.7.4",
"turbo": "^2.8.20",
"typescript": "5.9.2",
"vite": "^6.3.0",
"vite-plugin-dts": "^4.5.3",
"vitest": "^3.2.0"
},
"engines": {
"node": ">=18"
},
"packageManager": "npm@11.8.0",
"workspaces": [
"apps/*",
"packages/*"
]
}