33 lines
748 B
JSON
33 lines
748 B
JSON
{
|
|
"name": "web-console",
|
|
"version": "0.1.0",
|
|
"private": true,
|
|
"scripts": {
|
|
"dev": "next dev",
|
|
"build": "next build",
|
|
"start": "next start",
|
|
"lint": "next lint"
|
|
},
|
|
"dependencies": {
|
|
"echarts": "^5.6.0",
|
|
"framer-motion": "^12.38.0",
|
|
"lucide-react": "^1.7.0",
|
|
"next": "14.2.35",
|
|
"react": "^18",
|
|
"react-dom": "^18",
|
|
"three": "0.170.0"
|
|
},
|
|
"devDependencies": {
|
|
"@types/node": "^20",
|
|
"@types/react": "^18",
|
|
"@types/react-dom": "^18",
|
|
"@types/three": "0.170.0",
|
|
"eslint": "^8",
|
|
"eslint-config-next": "14.2.35",
|
|
"postcss": "^8",
|
|
"tailwindcss": "^3.4.1",
|
|
"typescript": "^5"
|
|
},
|
|
"packageManager": "pnpm@10.25.0+sha1.2cfb3ab644446565c127f58165cc76368c9c920b"
|
|
}
|