-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
41 lines (41 loc) · 1.16 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
{
"name": "start.jereko.dev",
"description": "A showcase of the Tanstack Start Aplha",
"version": "1.0.0",
"author": "Jesse Koldewijn <dev@glitchtech.eu>",
"license": "MIT",
"private": true,
"sideEffects": false,
"type": "module",
"scripts": {
"dev": "vinxi dev",
"build": "vinxi build",
"start": "vinxi start",
"fmt": "prettier --write ."
},
"dependencies": {
"@tailwindcss/vite": "4.0.0-alpha.26",
"@tanstack/react-router": "^1.63.5",
"@tanstack/router-devtools": "^1.63.5",
"@tanstack/start": "^1.63.5",
"@vitejs/plugin-react": "^4.3.2",
"react": "^19.0.0-rc-459fd418-20241001",
"react-dom": "^19.0.0-rc-459fd418-20241001",
"vinxi": "^0.4.3",
"vite-tsconfig-paths": "^5.0.1"
},
"devDependencies": {
"@trivago/prettier-plugin-sort-imports": "^4.3.0",
"@types/node": "^22.7.5",
"@types/react": "^18.3.11",
"@types/react-dom": "^18.3.0",
"autoprefixer": "^10.4.20",
"postcss": "^8.4.47",
"prettier": "^3.3.3",
"prettier-plugin-tailwindcss": "^0.6.8",
"tailwind-merge": "^2.5.3",
"tailwindcss": "3.4.13",
"typescript": "^5.6.3"
},
"packageManager": "pnpm@9.12.1"
}