server/assets/package.json

22 lines
527 B
JSON
Raw Normal View History

2023-12-01 19:56:14 +00:00
{
2023-12-02 02:41:01 +00:00
"name": "boardwise",
"version": "0.1.0",
"dependencies": {
2023-12-02 14:21:05 +00:00
"clsx": "^2.0.0",
"framer-motion": "^10.16.12",
2023-12-02 02:41:01 +00:00
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-router-dom": "^6.20.1"
2023-12-02 02:41:01 +00:00
},
"devDependencies": {
"@tailwindcss/forms": "^0.5.7",
2023-12-02 02:41:01 +00:00
"@types/react": "^18.2.40",
"@types/react-dom": "^18.2.17",
"@types/react-router-dom": "^5.3.3",
"autoprefixer": "^10.4.16",
"eslint-plugin-tailwindcss": "^3.13.0",
"prettier-plugin-tailwindcss": "^0.5.7"
2023-12-02 02:41:01 +00:00
},
"private": true
2023-12-01 19:56:14 +00:00
}