-
Notifications
You must be signed in to change notification settings - Fork 1.1k
/
package.json
70 lines (70 loc) · 1.88 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
57
58
59
60
61
62
63
64
65
66
67
68
69
70
{
"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",
"test:unit": "vitest"
},
"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",
"@wcj/markdown-to-html": "^3.0.2",
"astro": "2.7.0",
"bcryptjs": "^2.4.3",
"dotenv": "^16.3.1",
"firebase-admin": "^11.10.1",
"js-beautify": "^1.15.1",
"js-levenshtein": "^1.1.6",
"loops": "^1.0.1",
"ms": "^2.1.3",
"nanoid": "^4.0.1",
"node-statsd": "^0.1.1",
"postprocessing": "^7.0.0-alpha-1",
"preact": "^10.6.5",
"react-icons": "^4.7.1",
"rehype-external-links": "^2.0.1",
"sass": "^1.58.0",
"svelte": "^3.54.0",
"three": "^0.149.0",
"throttle-debounce": "^5.0.0",
"tinykeys": "^1.4.0",
"vitest": "^2.0.3",
"y-codemirror.next": "^0.3.4",
"y-webrtc": "^10.3.0",
"yjs": "^13.6.16"
},
"devDependencies": {
"@babel/standalone": "^7.23.8",
"@prefresh/vite": "^2.2.9",
"@types/babel__standalone": "^7.1.7",
"@types/bcryptjs": "^2.4.6",
"@types/debounce": "^1.2.1",
"@types/esprima": "^4.0.3",
"@types/grecaptcha": "^3.0.4",
"@types/js-beautify": "^1.14.3",
"@types/js-levenshtein": "^1.1.3",
"@types/node-statsd": "^0.1.6",
"@types/three": "^0.149.0",
"@types/throttle-debounce": "^5.0.0",
"@types/w3c-web-serial": "^1.0.3",
"vitest-canvas-mock": "^0.3.3"
}
}