-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
46 lines (46 loc) · 1.22 KB
/
Copy pathpackage.json
File metadata and controls
46 lines (46 loc) · 1.22 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": "idea2strategy-ui",
"private": true,
"version": "0.1.0",
"packageManager": "pnpm@11.9.0",
"engines": {
"node": "24.x",
"pnpm": "11.x"
},
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build",
"test": "vitest",
"typecheck": "tsc --noEmit",
"e2e": "playwright test",
"e2e:operator-session": "playwright test --config playwright.operator-session.config.ts",
"e2e:real-api": "node e2e/run-real-api.mjs",
"e2e:install": "playwright install chromium"
},
"dependencies": {
"@fontsource-variable/noto-sans-kr": "^5.3.0",
"@types/three": "^0.185.1",
"lightweight-charts": "5.2.0",
"lucide-react": "1.25.0",
"react": "19.2.8",
"react-dom": "19.2.8",
"react-router-dom": "7.18.1",
"three": "^0.185.1"
},
"devDependencies": {
"@playwright/test": "^1.62.1",
"@testing-library/jest-dom": "7.0.0",
"@testing-library/react": "16.3.2",
"@testing-library/user-event": "14.6.1",
"@types/node": "^26.1.1",
"@types/react": "^19.2.17",
"@types/react-dom": "^19.2.3",
"@vitejs/plugin-react": "6.0.4",
"jsdom": "29.1.1",
"msw": "2.15.0",
"typescript": "^7.0.2",
"vite": "8.1.5",
"vitest": "4.1.10"
}
}