-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
46 lines (46 loc) · 1.21 KB
/
package.json
File metadata and controls
46 lines (46 loc) · 1.21 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
37
38
39
40
41
42
43
44
45
46
{
"name": "testing-view",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"preinstall": "npx only-allow pnpm",
"dev": "vite",
"dev:main": "pnpm dev",
"build": "tsc -b && vite build",
"lint": "eslint .",
"preview": "vite preview",
"test": "vitest run",
"test:watch": "vitest"
},
"dependencies": {
"@dnd-kit/core": "^6.3.1",
"@dnd-kit/sortable": "^10.0.0",
"@dnd-kit/utilities": "^3.2.2",
"@radix-ui/react-slot": "^1.2.4",
"@tailwindcss/vite": "^4.1.18",
"@tanstack/react-virtual": "^3.13.18",
"@types/lodash": "^4.17.23",
"@vitejs/plugin-react-swc": "^4.2.3",
"@workspace/core": "workspace:*",
"@workspace/ui": "workspace:*",
"lodash": "^4.17.23",
"react": "^19.2.4",
"react-dom": "^19.2.4",
"react-router": "^7.13.0",
"tailwindcss": "^4.1.18",
"uplot": "^1.6.32",
"vitest": "^4.0.18",
"zustand": "^5.0.11"
},
"devDependencies": {
"@types/react": "^19.2.11",
"@types/react-dom": "^19.2.3",
"@workspace/eslint-config": "workspace:^",
"@workspace/typescript-config": "workspace:*",
"eslint": "^10.0.1",
"globals": "^17.3.0",
"typescript": "^5.9.3",
"vite": "^7.3.1"
}
}