-
Notifications
You must be signed in to change notification settings - Fork 21
Expand file tree
/
Copy pathpackage.json
More file actions
52 lines (52 loc) · 1.54 KB
/
package.json
File metadata and controls
52 lines (52 loc) · 1.54 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
{
"name": "summit-2026",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "pnpm run generate-routes && tsc -b && vite build",
"deploy": "gh-pages -d dist",
"lint": "eslint .",
"preview": "vite preview",
"generate-routes": "tsr generate",
"watch-routes": "tsr watch"
},
"dependencies": {
"@nessprim/planby-pro": "3.14.3",
"@tailwindcss/vite": "^4.2.1",
"@tanstack/react-router": "^1.151.6",
"clsx": "^2.1.1",
"html-to-image": "^1.11.13",
"react": "^19.2.0",
"react-dom": "^19.2.0",
"react-icons": "^5.5.0",
"tailwind-merge": "^3.4.0",
"tailwindcss": "^4.2.1"
},
"devDependencies": {
"@eslint/js": "^9.39.1",
"@tanstack/router-cli": "^1.151.5",
"@tanstack/router-plugin": "^1.151.5",
"@trivago/prettier-plugin-sort-imports": "^6.0.2",
"@types/node": "^24.10.1",
"@types/react": "^19.2.5",
"@types/react-dom": "^19.2.3",
"@vitejs/plugin-react": "^5.2.0",
"babel-plugin-react-compiler": "^1.0.0",
"eslint": "^9.39.1",
"eslint-plugin-react-hooks": "^7.0.1",
"eslint-plugin-react-refresh": "^0.4.24",
"gh-pages": "^6.3.0",
"globals": "^16.5.0",
"prettier": "3.8.0",
"prettier-plugin-tailwindcss": "^0.7.2",
"react-dropzone": "^14.3.8",
"typescript": "~5.9.3",
"typescript-eslint": "^8.46.4",
"vite": "^7.3.1",
"vite-plugin-static-copy": "^3.2.0",
"vite-plugin-svgr": "^4.5.0"
},
"packageManager": "pnpm@10.29.3+sha512.498e1fb4cca5aa06c1dcf2611e6fafc50972ffe7189998c409e90de74566444298ffe43e6cd2acdc775ba1aa7cc5e092a8b7054c811ba8c5770f84693d33d2dc"
}