-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
84 lines (84 loc) · 2.91 KB
/
package.json
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
{
"name": "libre-testing",
"version": "0.0.0",
"private": true,
"sideEffects": false,
"type": "module",
"scripts": {
"typecheck": "tsc --noEmit",
"dev": "vinxi dev --port=3001",
"build": "pnpm typecheck && vinxi build",
"start": "vinxi start",
"lint": "eslint . --cache",
"lint:fix": "eslint . --fix --cache",
"fmt": "prettier -w . --cache"
},
"devDependencies": {
"@eslint-react/eslint-plugin": "^1.28.0",
"@eslint/js": "^9.21.0",
"@ianvs/prettier-plugin-sort-imports": "^4.4.1",
"@tailwindcss/postcss": "^4.0.9",
"@tanstack/eslint-plugin-router": "^1.105.0",
"@types/canvas-confetti": "^1.9.0",
"@types/eslint-plugin-tailwindcss": "^3.17.0",
"@types/humanize-duration": "^3.27.4",
"@types/node": "^22.13.5",
"@types/react": "^19.0.10",
"@types/react-dom": "^19.0.4",
"@typescript-eslint/eslint-plugin": "^8.25.0",
"@typescript-eslint/parser": "^8.25.0",
"@vitejs/plugin-react": "^4.3.4",
"babel-plugin-react-compiler": "19.0.0-beta-e1e972c-20250221",
"esbuild": "0.25.0",
"eslint": "^9.21.0",
"eslint-plugin-react-compiler": "19.0.0-beta-e1e972c-20250221",
"eslint-plugin-react-hooks": "^5.2.0-rc.1",
"postcss": "^8.5.3",
"prettier": "^3.5.2",
"prettier-plugin-tailwindcss": "^0.6.11",
"react-compiler-runtime": "19.0.0-beta-e1e972c-20250221",
"shiki": "^3.1.0",
"tailwindcss": "^4.0.9",
"typescript": "^5.7.3",
"typescript-eslint": "^8.25.0",
"vite-tsconfig-paths": "^5.1.4"
},
"dependencies": {
"@fontsource-variable/geist-mono": "^5.0.1",
"@fontsource-variable/noto-sans-sc": "^5.1.1",
"@fontsource/geist-sans": "^5.1.0",
"@radix-ui/react-collapsible": "^1.1.3",
"@radix-ui/react-dialog": "^1.1.6",
"@radix-ui/react-dropdown-menu": "^2.1.6",
"@radix-ui/react-label": "^2.1.2",
"@radix-ui/react-select": "^2.1.6",
"@radix-ui/react-separator": "^1.1.2",
"@radix-ui/react-slot": "^1.1.2",
"@radix-ui/react-switch": "^1.1.3",
"@radix-ui/react-tabs": "^1.1.3",
"@radix-ui/react-toast": "^1.2.6",
"@radix-ui/react-tooltip": "^1.1.8",
"@shikijs/langs": "^3.1.0",
"@shikijs/themes": "^3.1.0",
"@tailwindcss/vite": "^4.0.9",
"@tanstack/react-router": "^1.112.0",
"@tanstack/react-table": "^8.21.2",
"@tanstack/router-devtools": "^1.112.0",
"@tanstack/start": "^1.112.0",
"canvas-confetti": "^1.9.3",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"jotai": "^2.12.1",
"lucide-react": "0.476.0",
"motion": "^12.4.7",
"ogl": "^1.0.11",
"react": "^19.0.0",
"react-dom": "^19.0.0",
"tailwind-merge": "^3.0.2",
"tailwindcss-animate": "^1.0.7",
"usehooks-ts": "^3.1.1",
"vinxi": "^0.5.3",
"zod": "^3.24.2"
},
"packageManager": "[email protected]+sha512.c753b6c3ad7afa13af388fa6d808035a008e30ea9993f58c6663e2bc5ff21679aa834db094987129aa4d488b86df57f7b634981b2f827cdcacc698cc0cfb88af"
}