{ "name": "@strudel.cycles/repl", "private": true, "version": "0.0.0", "scripts": { "dev": "vite --host", "start": "vite", "build": "vite build", "preview": "vite preview", "test": "vitest run --reporter verbose -v --no-isolate", "snapshot": "vitest run -u --silent", "add-license": "cat etc/agpl-header.txt ../docs/static/js/*LICENSE.txt > /tmp/strudel-license.txt && cp /tmp/strudel-license.txt ../docs/static/js/*LICENSE.txt", "predeploy": "npm run build", "deploy": "gh-pages -d ../docs", "static": "npx serve ../docs" }, "dependencies": { "@supabase/supabase-js": "^1.35.3", "nanoid": "^4.0.0", "react": "^17.0.2", "react-dom": "^17.0.2" }, "devDependencies": { "@tailwindcss/typography": "^0.5.2", "@vitejs/plugin-react": "^1.3.0", "autoprefixer": "^10.4.7", "postcss": "^8.4.13", "rollup-plugin-visualizer": "^5.8.1", "tailwindcss": "^3.0.24", "vite": "^3.2.2" } }