-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
48 lines (48 loc) · 1.26 KB
/
Copy pathpackage.json
File metadata and controls
48 lines (48 loc) · 1.26 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
{
"name": "syncboard",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "tsc -b && vite build",
"lint": "oxlint",
"preview": "vite preview"
},
"dependencies": {
"clsx": "^2.1.1",
"jotai": "^2.20.2",
"lodash.throttle": "^4.1.1",
"pdf-lib": "^1.17.1",
"react": "^19.2.7",
"react-device-detect": "^2.2.3",
"react-dom": "^19.2.7",
"react-pdf": "^10.4.1",
"react-window": "^2.3.0",
"react-zoom-pan-pinch": "^4.0.3",
"utif": "^3.1.0",
"uuid": "^14.0.1"
},
"devDependencies": {
"@tailwindcss/vite": "^4.3.3",
"@types/lodash.throttle": "^4.1.9",
"@types/react": "^19.2.17",
"@types/react-dom": "^19.2.3",
"@types/utif": "^3.0.6",
"@vitejs/plugin-react": "^6.0.3",
"oxlint": "^1.74.0",
"tailwind-scrollbar": "^4.0.2",
"tailwindcss": "^4.3.3",
"typescript": "^6.0.3",
"vite": "^8.1.5",
"vite-plugin-static-copy": "^4.1.1",
"vite-plugin-svgr": "^5.2.0"
},
"packageManager": "pnpm@10.2.0+sha512.0d27364e0139c6aadeed65ada153135e0ca96c8da42123bd50047f961339dc7a758fc2e944b428f52be570d1bd3372455c1c65fa2e7aa0bfbf931190f9552001",
"pnpm": {
"onlyBuiltDependencies": [
"@tailwindcss/oxide",
"esbuild"
]
}
}