websites/apps/web/package.json

31 lines
663 B
JSON
Raw Normal View History

{
"name": "web",
"version": "1.0.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"next": "^13.4.19",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"ui": "*"
},
"devDependencies": {
"@next/eslint-plugin-next": "^13.4.19",
"@types/node": "^18.11.17",
"@types/react": "^18.2.5",
"@types/react-dom": "^18.2.4",
"autoprefixer": "^10.4.13",
"eslint-config-custom": "*",
"postcss": "^8.4.20",
"tailwind-config": "*",
"tailwindcss": "^3.2.4",
"tsconfig": "*",
"typescript": "^5.1.6"
}
}