32 lines
637 B
JSON
32 lines
637 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",
|
|
"tailwind-tints": "^1.1.0",
|
|
"tsconfig": "*",
|
|
"ui": "*",
|
|
"zod": "^3"
|
|
},
|
|
"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"
|
|
}
|
|
}
|