29 lines
630 B
JSON
29 lines
630 B
JSON
{
|
|
"name": "@the-order/portal-public",
|
|
"version": "0.1.0",
|
|
"private": true,
|
|
"scripts": {
|
|
"dev": "next dev",
|
|
"build": "next build",
|
|
"start": "next start",
|
|
"lint": "next lint",
|
|
"type-check": "tsc --noEmit"
|
|
},
|
|
"dependencies": {
|
|
"next": "^14.0.4",
|
|
"react": "^18.2.0",
|
|
"react-dom": "^18.2.0",
|
|
"@the-order/ui": "workspace:*",
|
|
"@the-order/schemas": "workspace:*"
|
|
},
|
|
"devDependencies": {
|
|
"@types/node": "^20.10.6",
|
|
"@types/react": "^18.2.45",
|
|
"@types/react-dom": "^18.2.18",
|
|
"typescript": "^5.3.3",
|
|
"eslint": "^8.56.0",
|
|
"eslint-config-next": "^14.0.4"
|
|
}
|
|
}
|
|
|