mirror of
https://github.com/stack-auth/stack.git
synced 2026-06-04 21:04:37 +08:00
29 lines
690 B
JSON
29 lines
690 B
JSON
{
|
|
"name": "@stackframe/e-commerce-demo",
|
|
"version": "2.8.38",
|
|
"private": true,
|
|
"scripts": {
|
|
"dev": "next dev --port 8111",
|
|
"build": "next build",
|
|
"start": "next start --port 8111",
|
|
"lint": "next lint",
|
|
"typecheck": "tsc --noEmit",
|
|
"clean": "rimraf .next && rimraf node_modules"
|
|
},
|
|
"dependencies": {
|
|
"@stackframe/stack": "workspace:*",
|
|
"next": "14.2.5",
|
|
"react": "^18",
|
|
"react-dom": "^18"
|
|
},
|
|
"devDependencies": {
|
|
"@types/node": "20.17.6",
|
|
"@types/react": "link:@types/react@18.3.12",
|
|
"@types/react-dom": "^18",
|
|
"eslint": "^8",
|
|
"eslint-config-next": "14.2.5",
|
|
"rimraf": "^5.0.5",
|
|
"typescript": "5.3.3"
|
|
}
|
|
}
|