28 lines
667 B
JSON
28 lines
667 B
JSON
{
|
|
"name": "@lifetracker/web",
|
|
"version": "0.1.0",
|
|
"private": true,
|
|
"scripts": {
|
|
"dev": "next dev --turbo",
|
|
"build": "next build",
|
|
"start": "next start",
|
|
"lint": "next lint"
|
|
},
|
|
"dependencies": {
|
|
"@lifetracker/db": "workspace:^",
|
|
"@lifetracker/ui": "workspace:*",
|
|
"next": "14.2.6",
|
|
"react": "18.3.1",
|
|
"react-dom": "18.3.1"
|
|
},
|
|
"devDependencies": {
|
|
"@lifetracker/eslint-config": "workspace:*",
|
|
"@lifetracker/typescript-config": "workspace:*",
|
|
"@types/node": "^20",
|
|
"@types/react": "^18",
|
|
"@types/react-dom": "^18",
|
|
"eslint": "^8",
|
|
"eslint-config-next": "14.2.6",
|
|
"typescript": "^5"
|
|
}
|
|
} |