mirror of
https://github.com/ershisan99/todolist_next.git
synced 2025-12-16 12:33:57 +00:00
47 lines
1.2 KiB
JSON
47 lines
1.2 KiB
JSON
{
|
|
"name": "todolist_next",
|
|
"version": "0.1.0",
|
|
"private": true,
|
|
"scripts": {
|
|
"build": "next build",
|
|
"dev": "next dev",
|
|
"lint": "next lint",
|
|
"start": "next start",
|
|
"format": "prettier --write ."
|
|
},
|
|
"dependencies": {
|
|
"@radix-ui/react-toggle-group": "^1.0.4",
|
|
"@tanstack/react-query": "^4.28.0",
|
|
"async-mutex": "^0.5.0",
|
|
"axios": "^1.3.4",
|
|
"class-variance-authority": "^0.7.0",
|
|
"clsx": "^2.1.1",
|
|
"lucide-react": "^0.377.0",
|
|
"next": "13.2.4",
|
|
"react": "18.2.0",
|
|
"react-dom": "18.2.0",
|
|
"tailwind-merge": "^2.3.0",
|
|
"zod": "^3.21.4"
|
|
},
|
|
"devDependencies": {
|
|
"@it-incubator/eslint-config": "^0.1.0",
|
|
"@it-incubator/prettier-config": "^0.1.0",
|
|
"@types/node": "^18.15.11",
|
|
"@types/react": "^18.0.33",
|
|
"@types/react-dom": "^18.0.11",
|
|
"@typescript-eslint/eslint-plugin": "^5.57.1",
|
|
"@typescript-eslint/parser": "^5.57.1",
|
|
"autoprefixer": "^10.4.14",
|
|
"eslint": "^8.37.0",
|
|
"eslint-config-next": "13.2.4",
|
|
"postcss": "^8.4.21",
|
|
"prettier": "^2.8.7",
|
|
"prettier-plugin-tailwindcss": "^0.2.6",
|
|
"tailwindcss": "^3.3.1",
|
|
"typescript": "^5.0.3"
|
|
},
|
|
"ct3aMetadata": {
|
|
"initVersion": "6.10.1"
|
|
}
|
|
}
|