29 lines
657 B
JSON
29 lines
657 B
JSON
{
|
|
"name": "web",
|
|
"version": "1.0.0",
|
|
"private": true,
|
|
"scripts": {
|
|
"dev": "next dev",
|
|
"build": "next build",
|
|
"start": "next start",
|
|
"lint": "next lint"
|
|
},
|
|
"dependencies": {
|
|
"@repo/ui": "workspace:*",
|
|
"next": "^14.0.4",
|
|
"react": "^18.2.0",
|
|
"react-dom": "^18.2.0",
|
|
"react-native-web": "^0.19.10"
|
|
},
|
|
"devDependencies": {
|
|
"@repo/typescript-config": "workspace:*",
|
|
"@types/node": "^20.10.6",
|
|
"@types/react": "^18.2.14",
|
|
"@types/react-dom": "^18.2.18",
|
|
"babel-plugin-react-native-web": "^0.19.10",
|
|
"eslint": "^8.56.0",
|
|
"eslint-config-next": "14.0.4",
|
|
"typescript": "5.5.4"
|
|
}
|
|
}
|