{ "name": "@strudel.cycles/repl", "private": true, "version": "0.0.0", "scripts": { "dev": "vite --host", "start": "vite", "build": "vite build", "preview": "vite preview", "test": "NODE_OPTIONS='--experimental-fetch' mocha ./src/test --colors", "snapshot": "cd ./src/ && rm -f ./tunes.snapshot.mjs && node ./shoot.mjs > ./tunes.snapshot.mjs", "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", "tailwindcss": "^3.0.24", "vite": "^2.9.9" } }