108 lines
3.7 KiB
JSON
108 lines
3.7 KiB
JSON
{
|
|
"name": "spark-god-mode",
|
|
"type": "module",
|
|
"version": "1.0.0",
|
|
"scripts": {
|
|
"dev": "astro dev --host 0.0.0.0 --port 4322",
|
|
"start": "node dist/server/entry.mjs",
|
|
"build": "astro build",
|
|
"preview": "astro preview",
|
|
"astro": "astro",
|
|
"test": "vitest",
|
|
"worker": "node scripts/start-worker.js",
|
|
"migrate": "node scripts/run-migrations.js",
|
|
"test:campaign": "node scripts/test-campaign.js"
|
|
},
|
|
"dependencies": {
|
|
"@astrojs/node": "^8.2.6",
|
|
"@astrojs/partytown": "^2.1.4",
|
|
"@astrojs/react": "^3.2.0",
|
|
"@astrojs/sitemap": "^3.6.0",
|
|
"@astrojs/tailwind": "^5.1.0",
|
|
"@bull-board/api": "^6.15.0",
|
|
"@bull-board/express": "^6.15.0",
|
|
"@craftjs/core": "^0.2.12",
|
|
"@craftjs/utils": "^0.2.5",
|
|
"@directus/sdk": "^17.0.0",
|
|
"@dnd-kit/core": "^6.3.1",
|
|
"@dnd-kit/sortable": "^10.0.0",
|
|
"@hookform/resolvers": "^5.2.2",
|
|
"@nanostores/react": "^1.0.0",
|
|
"@radix-ui/react-dialog": "^1.0.5",
|
|
"@radix-ui/react-dropdown-menu": "^2.0.6",
|
|
"@radix-ui/react-label": "^2.0.2",
|
|
"@radix-ui/react-select": "^2.0.0",
|
|
"@radix-ui/react-slot": "^1.0.2",
|
|
"@radix-ui/react-tabs": "^1.0.4",
|
|
"@radix-ui/react-toast": "^1.1.5",
|
|
"@tanstack/react-query": "^5.90.12",
|
|
"@tanstack/react-table": "^8.21.3",
|
|
"@tanstack/react-virtual": "^3.13.13",
|
|
"@tiptap/extension-placeholder": "^3.13.0",
|
|
"@tiptap/react": "^3.13.0",
|
|
"@tiptap/starter-kit": "^3.13.0",
|
|
"@tremor/react": "^3.18.7",
|
|
"@turf/turf": "^7.3.1",
|
|
"@types/leaflet": "^1.9.21",
|
|
"@types/lodash-es": "^4.17.12",
|
|
"@types/papaparse": "^5.5.2",
|
|
"@types/react-syntax-highlighter": "^15.5.13",
|
|
"@vite-pwa/astro": "^1.2.0",
|
|
"astro": "^4.7.0",
|
|
"astro-imagetools": "^0.9.0",
|
|
"bullmq": "^5.66.0",
|
|
"class-variance-authority": "^0.7.1",
|
|
"clsx": "^2.1.1",
|
|
"cmdk": "^1.1.1",
|
|
"date-fns": "^4.1.0",
|
|
"framer-motion": "^12.23.26",
|
|
"html-to-image": "^1.11.13",
|
|
"immer": "^11.0.1",
|
|
"ioredis": "^5.8.2",
|
|
"leaflet": "^1.9.4",
|
|
"lodash-es": "^4.17.21",
|
|
"lucide-react": "^0.346.0",
|
|
"lzutf8": "^0.6.3",
|
|
"nanoid": "^5.0.5",
|
|
"nanostores": "^1.1.0",
|
|
"papaparse": "^5.5.3",
|
|
"pdfmake": "^0.2.20",
|
|
"pg": "^8.16.3",
|
|
"pidusage": "^4.0.1",
|
|
"react": "^18.3.1",
|
|
"react-contenteditable": "^3.3.7",
|
|
"react-diff-viewer-continued": "^3.4.0",
|
|
"react-dom": "^18.3.1",
|
|
"react-dropzone": "^14.3.8",
|
|
"react-flow-renderer": "^10.3.17",
|
|
"react-hook-form": "^7.68.0",
|
|
"react-is": "^18.3.1",
|
|
"react-leaflet": "^4.2.1",
|
|
"react-markdown": "^10.1.0",
|
|
"react-syntax-highlighter": "^16.1.0",
|
|
"reactflow": "^11.11.4",
|
|
"recharts": "^3.5.1",
|
|
"remark-gfm": "^4.0.1",
|
|
"sonner": "^2.0.7",
|
|
"tailwind-merge": "^2.6.0",
|
|
"tailwindcss": "^3.4.0",
|
|
"tailwindcss-animate": "^1.0.7",
|
|
"zod": "^3.25.76",
|
|
"zustand": "^5.0.9"
|
|
},
|
|
"devDependencies": {
|
|
"@types/node": "^20.11.0",
|
|
"@types/pg": "^8.16.0",
|
|
"@types/pidusage": "^2.0.5",
|
|
"@types/react": "^18.2.48",
|
|
"@types/react-dom": "^18.2.18",
|
|
"autoprefixer": "^10.4.18",
|
|
"postcss": "^8.4.35",
|
|
"rollup-plugin-visualizer": "^6.0.5",
|
|
"sharp": "^0.33.3",
|
|
"typescript": "^5.4.0",
|
|
"vite": "^5.4.0",
|
|
"vite-plugin-compression": "^0.5.1",
|
|
"vite-plugin-inspect": "^0.8.4"
|
|
}
|
|
} |