-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
68 lines (68 loc) · 1.88 KB
/
package.json
File metadata and controls
68 lines (68 loc) · 1.88 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
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
{
"name": "code-executives",
"private": true,
"version": "0.0.0",
"type": "module",
"packageManager": "npm@10.9.3",
"scripts": {
"dev": "vite",
"build": "tsc -b && vite build",
"lint": "eslint .",
"format": "prettier --write .",
"lint:fix": "eslint . --fix",
"preview": "vite preview",
"test": "vitest",
"test:ui": "vitest --ui",
"test:coverage": "vitest run --coverage",
"test:run": "vitest run"
},
"dependencies": {
"@dr.pogodin/react-helmet": "3.1.1",
"@monaco-editor/react": "4.7.0",
"@tailwindcss/vite": "4.2.2",
"@xyflow/react": "12.10.2",
"acorn": "8.16.0",
"astring": "1.9.0",
"lucide-react": "0.544.0",
"monaco-editor": "0.55.1",
"react": "19.2.5",
"react-dom": "19.2.5",
"react-router-dom": "7.14.1",
"tailwindcss": "4.2.2",
"web-vitals": "5.2.0"
},
"devDependencies": {
"@eslint/js": "9.39.4",
"@testing-library/dom": "10.4.1",
"@testing-library/jest-dom": "6.9.1",
"@testing-library/react": "16.3.2",
"@testing-library/user-event": "14.6.1",
"@types/react": "19.2.14",
"@types/react-dom": "19.2.3",
"@typescript-eslint/eslint-plugin": "8.58.2",
"@typescript-eslint/parser": "8.58.2",
"@vitejs/plugin-react": "5.0.2",
"@vitest/coverage-v8": "4.1.4",
"@vitest/ui": "4.1.4",
"eslint": "9.35.0",
"eslint-config-prettier": "10.1.8",
"eslint-plugin-import": "2.32.0",
"eslint-plugin-react": "7.37.5",
"eslint-plugin-react-hooks": "5.2.0",
"eslint-plugin-react-refresh": "0.5.2",
"globals": "16.4.0",
"happy-dom": "20.9.0",
"jsdom": "29.0.2",
"prettier": "3.8.3",
"rollup-plugin-visualizer": "7.0.1",
"typescript": "5.8.3",
"typescript-eslint": "8.58.2",
"vite": "7.3.2",
"vitest": "4.1.4"
},
"overrides": {
"axios@0.30.4": "0.30.3",
"axios@1.14.1": "1.14.0",
"dompurify": "3.4.0"
}
}