51 lines
1.4 KiB
JSON
51 lines
1.4 KiB
JSON
{
|
|
"name": "editor",
|
|
"version": "0.1.0",
|
|
"type": "module",
|
|
"private": true,
|
|
"scripts": {
|
|
"dev": "dotenv -e ../../.env.local -- next dev --port ${PORT:-3002}",
|
|
"build": "dotenv -e ../../.env.local -- next build",
|
|
"start": "next start",
|
|
"lint": "biome lint",
|
|
"check-types": "next typegen && tsgo --noEmit"
|
|
},
|
|
"dependencies": {
|
|
"@iconify/react": "^6.0.2",
|
|
"@number-flow/react": "^0.6.0",
|
|
"@pascal-app/core": "*",
|
|
"@pascal-app/editor": "*",
|
|
"@pascal-app/mcp": "*",
|
|
"@pascal-app/nodes": "*",
|
|
"@pascal-app/plugin-trees": "github:pascalorg/plugin-trees#56d978cd9b409b716207b3f3d269455d3cd6f067",
|
|
"@pascal-app/viewer": "*",
|
|
"@radix-ui/react-tooltip": "^1.2.8",
|
|
"@react-three/drei": "^10.7.7",
|
|
"@react-three/fiber": "^9.5.0",
|
|
"@tailwindcss/postcss": "^4.2.1",
|
|
"clsx": "^2.1.1",
|
|
"geist": "^1.7.0",
|
|
"lucide-react": "^1.7.0",
|
|
"next": "16.2.9",
|
|
"postcss": "^8.5.6",
|
|
"react": "^19.2.4",
|
|
"react-dom": "^19.2.4",
|
|
"tailwind-merge": "^3.5.0",
|
|
"tailwindcss": "^4.2.1",
|
|
"three": "^0.185.0",
|
|
"zod": "^4.3.5"
|
|
},
|
|
"devDependencies": {
|
|
"@pascal/typescript-config": "*",
|
|
"@types/howler": "^2.2.12",
|
|
"@types/node": "^22.19.12",
|
|
"@types/react": "19.2.2",
|
|
"@types/react-dom": "19.2.2",
|
|
"agentation": "^3.0.2",
|
|
"react-grab": "^0.1.29",
|
|
"react-scan": "^0.5.3",
|
|
"tw-animate-css": "^1.4.0",
|
|
"typescript": "6.0.3"
|
|
}
|
|
}
|