-
Notifications
You must be signed in to change notification settings - Fork 517
Expand file tree
/
Copy pathpackage.json
More file actions
29 lines (29 loc) · 789 Bytes
/
package.json
File metadata and controls
29 lines (29 loc) · 789 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
{
"name": "react-example",
"private": true,
"version": "2.8.80",
"repository": "https://github.com/stack-auth/stack-auth",
"type": "module",
"scripts": {
"dev": "vite --force --port ${NEXT_PUBLIC_STACK_PORT_PREFIX:-81}20",
"build": "tsc -b && vite build",
"clean": "rimraf dist && rimraf node_modules",
"typecheck": "tsc --noEmit",
"preview": "vite preview"
},
"dependencies": {
"@stackframe/react": "workspace:*",
"react": "^19.0.1",
"react-dom": "^19.0.1",
"react-router-dom": "^7.2.0"
},
"devDependencies": {
"@types/react": "^19.0.8",
"@types/react-dom": "^19.0.3",
"@vitejs/plugin-react": "^4.3.4",
"globals": "^15.14.0",
"typescript": "5.9.3",
"vite": "^6.1.0"
},
"packageManager": "pnpm@10.23.0"
}