2024-03-09 22:17:44 -05:00
|
|
|
{
|
|
|
|
"name": "assistant-todo",
|
|
|
|
"version": "0.1.0",
|
|
|
|
"private": true,
|
|
|
|
"scripts": {
|
|
|
|
"dev": "next dev",
|
|
|
|
"build": "next build",
|
|
|
|
"start": "next start",
|
|
|
|
"lint": "next lint"
|
|
|
|
},
|
|
|
|
"dependencies": {
|
2024-04-17 22:38:47 -04:00
|
|
|
"@ant-design/pro-components": "^2.7.1",
|
2024-04-12 06:43:55 -04:00
|
|
|
"@heroicons/react": "^2.0.18",
|
|
|
|
"@tailwindcss/forms": "^0.5.7",
|
|
|
|
"antd": "^5.16.1",
|
|
|
|
"axios": "^1.6.8",
|
2024-11-25 05:28:24 -05:00
|
|
|
"js-cookie": "^3.0.5",
|
2024-04-12 06:43:55 -04:00
|
|
|
"next": "14.1.3",
|
|
|
|
"postcss": "8.4.31",
|
2024-03-09 22:17:44 -05:00
|
|
|
"react": "^18",
|
2024-05-28 06:54:58 -04:00
|
|
|
"react-big-calendar": "^1.12.2",
|
2025-01-13 06:33:53 -05:00
|
|
|
"react-device-detect": "^2.2.3",
|
2024-03-09 22:17:44 -05:00
|
|
|
"react-dom": "^18",
|
2024-05-30 02:32:17 -04:00
|
|
|
"sass": "^1.77.3",
|
2024-04-12 06:43:55 -04:00
|
|
|
"tailwindcss": "3.3.3"
|
2024-03-09 22:17:44 -05:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
2024-11-25 05:28:24 -05:00
|
|
|
"@types/js-cookie": "^3.0.6",
|
2024-03-09 22:17:44 -05:00
|
|
|
"@types/node": "^20",
|
|
|
|
"@types/react": "^18",
|
2024-05-28 06:54:58 -04:00
|
|
|
"@types/react-big-calendar": "^1.8.9",
|
2024-03-09 22:17:44 -05:00
|
|
|
"@types/react-dom": "^18",
|
2024-04-12 06:43:55 -04:00
|
|
|
"@vercel/style-guide": "^5.0.1",
|
2024-03-09 22:17:44 -05:00
|
|
|
"eslint": "^8",
|
2024-04-12 06:43:55 -04:00
|
|
|
"eslint-config-next": "14.1.3",
|
|
|
|
"prettier": "3.0.3",
|
|
|
|
"prettier-plugin-tailwindcss": "0.5.4",
|
|
|
|
"typescript": "^5"
|
2024-03-09 22:17:44 -05:00
|
|
|
}
|
|
|
|
}
|