Files
nexus-hub/package.json
2025-03-20 14:53:02 +00:00

38 lines
894 B
JSON

{
"name": "nexus-hub",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev --turbopack",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@dnd-kit/core": "^6.3.1",
"@heroicons/react": "^2.2.0",
"classnames": "^2.5.1",
"lodash": "^4.17.21",
"mobx": "^6.13.7",
"mobx-react-lite": "^4.1.0",
"next": "15.2.3",
"next-auth": "5.0.0-beta.25",
"react": "^19.0.0",
"react-dom": "^19.0.0"
},
"devDependencies": {
"@eslint/eslintrc": "^3",
"@tailwindcss/postcss": "^4.0.14",
"@types/node": "^20",
"@types/react": "^19",
"@types/react-dom": "^19",
"daisyui": "^5.0.6",
"eslint": "^9",
"eslint-config-next": "15.2.3",
"prettier": "^3.5.3",
"prettier-plugin-tailwindcss": "^0.6.11",
"tailwindcss": "^4.0.14",
"typescript": "^5"
}
}