mirror of
https://github.com/ParrotXray/Mantis-Frontend.git
synced 2026-08-23 15:20:28 +09:00
54 lines
1.5 KiB
JSON
54 lines
1.5 KiB
JSON
{
|
|
"name": "mantis-dashboard",
|
|
"version": "1.0.0",
|
|
"scripts": {
|
|
"dev": "next dev",
|
|
"build": "next build",
|
|
"start": "next start",
|
|
"lint": "next lint",
|
|
"start:https": "node server.js",
|
|
"dev:https": "node server.js"
|
|
},
|
|
"dependencies": {
|
|
"@fortawesome/fontawesome-svg-core": "^7.1.0",
|
|
"@fortawesome/free-brands-svg-icons": "^7.1.0",
|
|
"@fortawesome/free-regular-svg-icons": "^7.1.0",
|
|
"@fortawesome/free-solid-svg-icons": "^7.1.0",
|
|
"@fortawesome/react-fontawesome": "^3.1.1",
|
|
"@headlessui/react": "^2.2.9",
|
|
"@tailwindcss/typography": "^0.5.19",
|
|
"bcryptjs": "^3.0.2",
|
|
"better-sqlite3": "12.2.0",
|
|
"chart.js": "^4.4.1",
|
|
"echarts": "6.0.0",
|
|
"echarts-for-react": "3.0.4",
|
|
"formidable": "^3.5.2",
|
|
"framer-motion": "^12.23.12",
|
|
"jsonwebtoken": "^9.0.2",
|
|
"maplibre-gl": "^5.8.0",
|
|
"next": "^16.0.10",
|
|
"react": "^19.2.3",
|
|
"react-chartjs-2": "^5.2.0",
|
|
"react-dom": "^19.2.3",
|
|
"react-error-boundary": "^6.0.0",
|
|
"react-markdown": "^10.1.0",
|
|
"rehype-raw": "^7.0.0",
|
|
"remark-gfm": "^4.0.1",
|
|
"rxjs": "^7.8.2",
|
|
"uuid": "^11.1.0"
|
|
},
|
|
"devDependencies": {
|
|
"@tailwindcss/postcss": "^4.1.17",
|
|
"@types/bcryptjs": "^2.4.6",
|
|
"@types/jsonwebtoken": "^9.0.6",
|
|
"@types/node": "24.10.11",
|
|
"@types/react": "19.2.13",
|
|
"@types/react-dom": "^19.2.3",
|
|
"@types/uuid": "^9.0.8",
|
|
"autoprefixer": "^10.4.21",
|
|
"postcss": "^8.5.3",
|
|
"tailwindcss": "^4.1.17",
|
|
"typescript": "5.9.3"
|
|
}
|
|
}
|