Evo.External.App/apps/web/package.json
vchikalkin 341d0d7219 apps/web: remove flowbite
root: add prettier-plugin-tailwindcss & dotenv
2023-11-07 11:14:10 +03:00

29 lines
573 B
JSON

{
"name": "web",
"version": "1.0.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"next": "^14",
"react": "^18",
"react-dom": "^18",
"tsconfig": "*"
},
"devDependencies": {
"@types/node": "^20",
"@types/react": "^18",
"@types/react-dom": "^18",
"@vchikalkin/eslint-config-awesome": "^1.1.5",
"autoprefixer": "^10",
"eslint": "^8",
"postcss": "^8",
"tailwindcss": "^3.3.5",
"typescript": "^5"
}
}