assistant-todo/package.json

38 lines
897 B
JSON
Raw Normal View History

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",
"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",
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": {
"@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
}
}