-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
83 lines (83 loc) · 2.33 KB
/
Copy pathpackage.json
File metadata and controls
83 lines (83 loc) · 2.33 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
{
"name": "appx",
"private": true,
"version": "1.0.0",
"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": "prettier --write --experimental-cli src/",
"up": "taze major -I",
"add": "shadcn add"
},
"dependencies": {
"@fontsource-variable/inter": "^5.2.8",
"@fontsource-variable/jetbrains-mono": "^5.2.8",
"@tanstack/react-query": "^5.90.21",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"idb": "^8.0.3",
"lucide-react": "^0.577.0",
"next-themes": "^0.4.6",
"radix-ui": "^1.4.3",
"react": "^19.2.4",
"react-dom": "^19.2.4",
"sonner": "^2.0.7",
"tailwind-merge": "^3.5.0",
"tailwindcss": "^4.2.1",
"tw-animate-css": "^1.4.0"
},
"devDependencies": {
"@antfu/ni": "^29.0.0",
"@eslint/js": "^10.0.1",
"@iconify-json/lucide": "^1.2.97",
"@svgr/core": "^8.1.0",
"@svgr/plugin-jsx": "^8.1.0",
"@tailwindcss/vite": "^4.2.1",
"@types/node": "^25.5.0",
"@types/react": "^19.2.14",
"@types/react-dom": "^19.2.3",
"@vite-pwa/assets-generator": "^1.0.2",
"@vitejs/plugin-react": "^6.0.1",
"eslint": "^10.0.3",
"eslint-plugin-react-hooks": "^7.0.1",
"eslint-plugin-react-refresh": "^0.5.2",
"eslint-plugin-unicorn": "^63.0.0",
"fontless": "^0.2.1",
"globals": "^17.4.0",
"npm-run-all2": "^8.0.4",
"prettier": "^3.8.1",
"prettier-plugin-css-order": "^2.2.0",
"prettier-plugin-organize-attributes": "^1.0.0",
"prettier-plugin-organize-imports": "^4.3.0",
"prettier-plugin-tailwindcss": "^0.7.2",
"shadcn": "^4.0.6",
"svgo": "^4.0.1",
"taze": "^19.10.0",
"typescript": "~5.9.3",
"typescript-eslint": "^8.57.0",
"unplugin-auto-import": "^21.0.0",
"unplugin-icons": "^23.0.1",
"vite": "^8.0.0",
"vite-plugin-pwa": "^1.2.0",
"workbox-core": "^7.4.0",
"workbox-window": "^7.4.0"
},
"resolutions": {
"sharp": "^0.34.5",
"sharp-ico": "^0.1.5"
},
"pnpm": {
"overrides": {
"serialize-javascript": ">=7.0.4"
}
},
"packageManager": "pnpm@10.32.1"
}