Files
frp-flow/package.json

26 lines
541 B
JSON
Raw Normal View History

2025-07-09 08:09:34 +08:00
{
"name": "frp-flow",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev --turbopack",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
2025-07-10 12:21:44 +08:00
"@flowgram.ai/free-layout-editor": "^0.2.21",
"next": "15.3.5",
2025-07-09 08:09:34 +08:00
"react": "^19.0.0",
2025-07-10 12:21:44 +08:00
"react-dom": "^19.0.0"
2025-07-09 08:09:34 +08:00
},
"devDependencies": {
2025-07-10 12:21:44 +08:00
"@tailwindcss/postcss": "^4",
2025-07-09 08:09:34 +08:00
"@types/node": "^20",
"@types/react": "^19",
"@types/react-dom": "^19",
2025-07-10 12:21:44 +08:00
"tailwindcss": "^4",
"typescript": "^5"
2025-07-09 08:09:34 +08:00
}
}