{ "name": "sprig", "version": "1.0.0", "main": "index.js", "type": "module", "license": "MIT", "scripts": { "dev": "astro dev", "start": "astro dev", "build": "astro build", "test": "deno run --allow-read ./tests/sprigfuzzy.js" }, "dependencies": { "@astrojs/preact": "^2.0.1", "@astrojs/svelte": "^2.0.1", "@astrojs/vercel": "^0.0.0-vercel-fix-20230227215002", "@codemirror/commands": "^6.2.0", "@codemirror/lang-javascript": "^6.1.2", "@codemirror/language": "^6.4.0", "@codemirror/lint": "^6.4.2", "@codemirror/search": "^6.2.3", "@codemirror/state": "^6.2.0", "@codemirror/theme-one-dark": "^6.1.2", "@codemirror/view": "^6.7.3", "@lezer/common": "^1.0.2", "@preact/signals": "^1.1.3", "@sendgrid/mail": "^7.7.0", "astro": "2.7.0", "dotenv": "^16.3.1", "esprima": "^4.0.1", "firebase-admin": "^11.10.1", "ms": "^2.1.3", "nanoid": "^4.0.1", "node-statsd": "^0.1.1", "preact": "^10.6.5", "react-icons": "^4.7.1", "rehype-external-links": "^2.0.1", "sass": "^1.58.0", "sprig": "^1.0.2", "svelte": "^3.54.0", "three": "^0.149.0", "throttle-debounce": "^5.0.0", "tinykeys": "^1.4.0" }, "devDependencies": { "@babel/standalone": "^7.23.8", "@prefresh/vite": "^2.2.9", "@types/babel__standalone": "^7.1.7", "@types/debounce": "^1.2.1", "@types/esprima": "^4.0.3", "@types/grecaptcha": "^3.0.4", "@types/three": "^0.149.0", "@types/throttle-debounce": "^5.0.0", "@types/w3c-web-serial": "^1.0.3" } }