Spaces:
Runtime error
Runtime error
| { | |
| "name": "frontend", | |
| "version": "0.0.1", | |
| "scripts": { | |
| "dev": "NODE_ENV=development vite --config vite.config.dev.ts dev", | |
| "build-dev": "vite build --mode development", | |
| "build": "vite build", | |
| "preview": "vite preview", | |
| "check": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json", | |
| "check:watch": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json --watch", | |
| "lint": "prettier --check . && eslint .", | |
| "format": "prettier --write ." | |
| }, | |
| "devDependencies": { | |
| "@sveltejs/adapter-static": "1.0.0-next.43", | |
| "@sveltejs/kit": "1.0.0-next.504", | |
| "@tailwindcss/forms": "0.5.3", | |
| "@tailwindcss/line-clamp": "0.4.2", | |
| "@types/cookie": "0.5.1", | |
| "@types/d3-array": "3.0.3", | |
| "@types/d3-drag": "3.0.1", | |
| "@types/d3-selection": "3.0.3", | |
| "@types/d3-zoom": "3.0.1", | |
| "@typescript-eslint/eslint-plugin": "5.38.0", | |
| "@typescript-eslint/parser": "5.38.0", | |
| "autoprefixer": "10.4.12", | |
| "d3-scale": "4.0.2", | |
| "eslint": "8.24.0", | |
| "eslint-config-prettier": "8.3.0", | |
| "eslint-plugin-svelte3": "4.0.0", | |
| "postcss": "8.4.16", | |
| "prettier": "2.6.2", | |
| "prettier-plugin-svelte": "2.7.1", | |
| "svelte": "^3.55.1", | |
| "svelte-check": "2.9.1", | |
| "svelte-preprocess": "4.10.7", | |
| "tailwindcss": "3.1.8", | |
| "tslib": "2.3.1", | |
| "typescript": "4.7.4", | |
| "vite": "3.1.3" | |
| }, | |
| "type": "module", | |
| "dependencies": { | |
| "@fontsource/fira-mono": "^4.5.0", | |
| "@liveblocks/client": "^1.0.1", | |
| "d3-array": "^3.2.0", | |
| "d3-drag": "^3.0.0", | |
| "d3-selection": "^3.0.0", | |
| "d3-zoom": "^3.0.0", | |
| "js-cookie": "^3.0.1", | |
| "nanoid": "^4.0.0" | |
| } | |
| } | |