-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
76 lines (76 loc) · 2.09 KB
/
Copy pathpackage.json
File metadata and controls
76 lines (76 loc) · 2.09 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
{
"name": "app",
"version": "0.0.0",
"private": true,
"type": "module",
"scripts": {
"predev": "nr lint && nr format && cls",
"dev": "vite",
"prebuild": "nr svgo",
"build": "run-p type-check \"build-only {@}\" --",
"build-only": "vite build",
"svgo": "svgo public",
"preview": "vite preview",
"type-check": "tsc -b",
"lint": "eslint . --fix --cache",
"format": "oxfmt src",
"format:check": "oxfmt src --check",
"up": "taze major -I",
"add": "shadcn add"
},
"dependencies": {
"@fontsource-variable/jetbrains-mono": "^5.2.8",
"@fontsource-variable/roboto": "^5.2.10",
"@tanstack/react-hotkeys": "^0.10.0",
"@vercel/analytics": "^2.0.1",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"html-to-image": "^1.11.13",
"katex": "^0.17.0",
"lucide-react": "^1.24.0",
"motion": "^12.42.2",
"next-themes": "^0.4.6",
"radix-ui": "^1.6.2",
"react": "^19.2.7",
"react-dom": "^19.2.7",
"react-router-dom": "^7.18.1",
"sonner": "^2.0.7",
"tailwind-merge": "^3.6.0",
"tailwindcss": "^4.3.2",
"tw-animate-css": "^1.4.0",
"use-debounce": "^10.1.1"
},
"devDependencies": {
"@antfu/ni": "^30.2.0",
"@eslint/js": "^10.0.1",
"@svgr/core": "^8.1.0",
"@svgr/plugin-jsx": "^8.1.0",
"@tailwindcss/vite": "^4.3.2",
"@types/node": "^26.1.1",
"@types/react": "^19.2.17",
"@types/react-dom": "^19.2.3",
"@vite-pwa/assets-generator": "^1.0.2",
"@vitejs/plugin-react": "^6.0.3",
"eslint": "^10.7.0",
"eslint-plugin-react-hooks": "^7.1.1",
"eslint-plugin-react-refresh": "^0.5.3",
"globals": "^17.7.0",
"npm-run-all2": "^9.0.2",
"oxfmt": "^0.58.0",
"shadcn": "^4.13.0",
"svgo": "^4.0.2",
"taze": "^19.14.1",
"typescript": "^6.0.3",
"typescript-eslint": "^8.63.0",
"unplugin-auto-import": "^21.0.0",
"vite": "^8.1.4",
"vite-plugin-pwa": "^1.3.0",
"workbox-core": "^7.4.1",
"workbox-window": "^7.4.1"
},
"resolutions": {
"sharp": "^0.35.3",
"sharp-ico": "^0.1.5"
},
"packageManager": "pnpm@11.13.0"
}