Initial commit
This commit is contained in:
43
package.json
Normal file
43
package.json
Normal file
@@ -0,0 +1,43 @@
|
||||
{
|
||||
"$schema": "https://www.schemastore.org/package.json",
|
||||
"private": true,
|
||||
"type": "module",
|
||||
"scripts": {
|
||||
"build": "vite build",
|
||||
"dev": "vite"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@tailwindcss/vite": "^4.0.0",
|
||||
"@types/node": "^24.10.1",
|
||||
"@types/react": "^19.2.5",
|
||||
"@types/react-dom": "^19.2.3",
|
||||
"axios": "^1.11.0",
|
||||
"concurrently": "^9.0.1",
|
||||
"laravel-vite-plugin": "^2.0.0",
|
||||
"tailwindcss": "^4.0.0",
|
||||
"typescript": "^5.9.3",
|
||||
"vite": "^7.0.7"
|
||||
},
|
||||
"dependencies": {
|
||||
"@fortawesome/fontawesome-svg-core": "^7.1.0",
|
||||
"@fortawesome/free-brands-svg-icons": "^7.1.0",
|
||||
"@heroui/react": "^2.8.5",
|
||||
"@heroui/use-theme": "^2.1.10",
|
||||
"@react-aria/visually-hidden": "^3.8.28",
|
||||
"@react-stately/data": "^3.15.0",
|
||||
"@tailwindcss/typography": "^0.5.19",
|
||||
"@vitejs/plugin-react": "^5.1.1",
|
||||
"file-saver": "^2.0.5",
|
||||
"fortawesome": "^0.0.1-security",
|
||||
"framer-motion": "^12.23.24",
|
||||
"i18next": "^25.6.3",
|
||||
"next": "^16.0.9",
|
||||
"next-themes": "^0.4.6",
|
||||
"react": "^19.2.0",
|
||||
"react-dom": "^19.2.0",
|
||||
"react-i18next": "^16.3.5",
|
||||
"react-markdown": "^10.1.0",
|
||||
"react-router-dom": "^7.9.6",
|
||||
"zustand": "^5.0.8"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user