forked from hackclub/sprig
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
56 lines (56 loc) · 1.46 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
{
"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-next": "^6.0.2",
"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"
}
}