36 lines
802 B
JSON
36 lines
802 B
JSON
{
|
|
"name": "web",
|
|
"version": "1.0.0",
|
|
"private": true,
|
|
"scripts": {
|
|
"dev": "next dev",
|
|
"build": "next build",
|
|
"start": "next start",
|
|
"lint": "next lint"
|
|
},
|
|
"dependencies": {
|
|
"@heroicons/react": "^2.0.18",
|
|
"next": "^14.0.1",
|
|
"react": "^18.2.0",
|
|
"react-dom": "^18.2.0",
|
|
"tsconfig": "*",
|
|
"ui": "*",
|
|
"wretch": "^2.7.0",
|
|
"zod": "^3.22.4",
|
|
"zustand": "^4.4.6"
|
|
},
|
|
"devDependencies": {
|
|
"@tailwindcss/forms": "^0.5.6",
|
|
"@types/node": "^20.9.0",
|
|
"@types/react": "^18.2.37",
|
|
"@types/react-dom": "^18.2.15",
|
|
"@vchikalkin/eslint-config-awesome": "^1.1.5",
|
|
"autoprefixer": "^10.4.16",
|
|
"eslint": "^8.53.0",
|
|
"postcss": "^8",
|
|
"tailwind-tints": "^1.1.0",
|
|
"tailwindcss": "^3.3.5",
|
|
"typescript": "^5.2.2"
|
|
}
|
|
}
|