42 lines
1.2 KiB
JSON
42 lines
1.2 KiB
JSON
{
|
|
"name": "sfera-web",
|
|
"version": "0.1.0",
|
|
"private": true,
|
|
"scripts": {
|
|
"dev": "next dev --hostname 0.0.0.0 --port 3000",
|
|
"build": "next build",
|
|
"start": "next start --hostname 0.0.0.0 --port 3000",
|
|
"lint": "next lint",
|
|
"smoke:editor": "node scripts/smoke-editor-modes.mjs",
|
|
"smoke:editor:all": "npm run smoke:editor && npm run smoke:editor:runtime",
|
|
"smoke:editor:runtime": "node scripts/smoke-editor-runtime.mjs",
|
|
"smoke:project-setup": "node scripts/smoke-project-setup.mjs",
|
|
"typecheck": "tsc --noEmit"
|
|
},
|
|
"dependencies": {
|
|
"@monaco-editor/react": "^4.7.0",
|
|
"@tanstack/react-table": "^8.21.3",
|
|
"clsx": "^2.1.1",
|
|
"lucide-react": "^0.468.0",
|
|
"monaco-editor": "^0.55.1",
|
|
"next": "^15.0.4",
|
|
"react": "^19.0.0",
|
|
"react-dom": "^19.0.0",
|
|
"tailwind-merge": "^2.5.5",
|
|
"zod": "^3.24.1",
|
|
"zustand": "^5.0.2"
|
|
},
|
|
"devDependencies": {
|
|
"@types/node": "^22.10.2",
|
|
"@types/react": "^19.0.1",
|
|
"@types/react-dom": "^19.0.2",
|
|
"autoprefixer": "^10.4.20",
|
|
"eslint": "^9.16.0",
|
|
"eslint-config-next": "^15.0.4",
|
|
"playwright-core": "^1.59.1",
|
|
"postcss": "^8.4.49",
|
|
"tailwindcss": "^3.4.16",
|
|
"typescript": "^5.7.2"
|
|
}
|
|
}
|