forked from hackclub/sprig
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
35 lines (35 loc) · 884 Bytes
/
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
{
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview",
"test": "deno run --allow-read ./tests/sprigfuzzy.js"
},
"dependencies": {
"@codemirror/autocomplete": "^6.1.0",
"@codemirror/commands": "^6.0.0",
"@codemirror/lang-javascript": "^6.1.0",
"@codemirror/language": "^6.2.1",
"@codemirror/lint": "^6.0.0",
"@codemirror/search": "^6.0.1",
"@codemirror/state": "^6.1.2",
"@codemirror/view": "^6.4.0",
"ansicolor": "^1.1.100",
"buffer": "^6.0.3",
"codemirror": "^6.0.0",
"crc": "^4.1.0",
"esprima": "^4.0.1",
"lz-string": "^1.4.4",
"lzma-js": "^1.0.1",
"lzutf8": "^0.6.2",
"marked": "^4.0.17",
"md5": "^2.3.0",
"node-fetch": "^3.2.9",
"uhtml": "^3.0.1",
"vanilla-tilt": "^1.7.2"
},
"devDependencies": {
"vite": "^2.9.12"
}
}