forked from clerk/javascript
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (35 loc) · 931 Bytes
/
Copy pathpackage.json
File metadata and controls
35 lines (35 loc) · 931 Bytes
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
{
"name": "clerk-tanstack-start-quickstart",
"private": true,
"type": "module",
"scripts": {
"dev": "vinxi dev --port=$PORT",
"build": "vinxi build",
"start": "vinxi start --port=$PORT"
},
"dependencies": {
"@tanstack/react-router": "^1.81.9",
"@tanstack/router-devtools": "^1.81.9",
"@tanstack/router-plugin": "^1.81.9",
"@tanstack/start": "^1.81.9",
"@typescript-eslint/parser": "^7.18.0",
"isbot": "^5.1.17",
"react": "18.3.1",
"react-dom": "18.3.1",
"tailwind-merge": "^2.5.4",
"vinxi": "0.4.3"
},
"devDependencies": {
"@types/node": "^20.12.11",
"@types/react": "18.3.12",
"@types/react-dom": "18.3.1",
"@vitejs/plugin-react": "^4.3.3",
"autoprefixer": "^10.4.20",
"postcss": "^8.4.47",
"prettier": "^3.3.3",
"tailwindcss": "^3.4.7",
"typescript": "^5.6.3",
"vite": "^5.3.5",
"vite-tsconfig-paths": "^4.3.2"
}
}