-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathpackage.json
More file actions
94 lines (94 loc) · 2.63 KB
/
Copy pathpackage.json
File metadata and controls
94 lines (94 loc) · 2.63 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
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
{
"name": "my-v0-project",
"version": "0.1.0",
"private": true,
"scripts": {
"build": "next build",
"dev": "next dev",
"e2e": "playwright test",
"lint": "eslint .",
"start": "next start",
"test": "vitest --run",
"test:watch": "vitest",
"typecheck": "tsc --noEmit --incremental false"
},
"dependencies": {
"@ducanh2912/next-pwa": "^10.2.9",
"@peculiar/x509": "^2.0.0",
"@radix-ui/react-alert-dialog": "1.1.4",
"@radix-ui/react-checkbox": "1.1.3",
"@radix-ui/react-dialog": "1.1.4",
"@radix-ui/react-dropdown-menu": "2.1.4",
"@radix-ui/react-label": "2.1.1",
"@radix-ui/react-progress": "1.1.1",
"@radix-ui/react-radio-group": "1.2.2",
"@radix-ui/react-scroll-area": "1.2.2",
"@radix-ui/react-select": "2.1.4",
"@radix-ui/react-separator": "1.1.1",
"@radix-ui/react-slider": "1.2.2",
"@radix-ui/react-slot": "1.1.1",
"@radix-ui/react-switch": "1.1.2",
"@radix-ui/react-tabs": "1.1.2",
"@radix-ui/react-toast": "1.2.4",
"@radix-ui/react-tooltip": "1.1.6",
"@xyflow/react": "^12.10.2",
"ajv": "^8.20.0",
"ajv-formats": "^3.0.1",
"autoprefixer": "^10.4.20",
"brotli-wasm": "^3.0.1",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"crypto-js": "^4.2.0",
"debounce": "^3.0.0",
"dompurify": "^3.4.11",
"exifr": "^7.1.3",
"fast-xml-parser": "^5.9.3",
"fflate": "^0.8.3",
"js-yaml": "^4.3.0",
"jsqr": "^1.4.0",
"jszip": "^3.10.1",
"lucide-react": "^0.454.0",
"mammoth": "^1.11.0",
"marked": "^18.0.6",
"next": "^15.0.5",
"next-themes": "^0.4.6",
"papaparse": "^5.5.4",
"pptx-preview": "^0.0.5",
"protobufjs": "^8.7.0",
"punycode": "^2.3.1",
"qrcode.react": "^4.2.0",
"react": "^18",
"react-dom": "^18",
"reflect-metadata": "^0.2.2",
"sha3": "^2.1.4",
"sql-formatter": "^15.8.2",
"tailwind-merge": "^2.5.5",
"tailwindcss-animate": "^1.0.7",
"uuid": "^14.0.0",
"xlsx": "^0.18.5",
"zustand": "^5.0.13"
},
"devDependencies": {
"@eslint/eslintrc": "^3.3.6",
"@playwright/test": "^1.60.0",
"@testing-library/jest-dom": "^6.9.1",
"@testing-library/react": "^16.3.0",
"@types/js-yaml": "^4.0.9",
"@types/node": "^22",
"@types/papaparse": "^5.5.2",
"@types/react": "^18",
"@types/react-dom": "^18",
"eslint": "^9.39.5",
"eslint-config-next": "^15.5.22",
"fast-check": "^4.4.0",
"jsdom": "^27.3.0",
"postcss": "^8.5",
"tailwindcss": "^3.4.17",
"typescript": "^5",
"vite": "^7.3.6",
"vitest": "^4.1.9"
},
"overrides": {
"serialize-javascript": "^7.0.7"
}
}