-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathpackage.json
48 lines (48 loc) · 1.38 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
{
"name": "example-vanilla-js",
"private": true,
"version": "1.2.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview",
"format": "prettier --write .",
"lint": "prettier --check ."
},
"devDependencies": {
"prettier": "^3.3.3",
"vite": "^5.0.12"
},
"dependencies": {
"@codemirror/autocomplete": "^6.18.4",
"@codemirror/commands": "^6.8.0",
"@codemirror/lang-javascript": "^6.1.4",
"@codemirror/language": "^6.10.8",
"@codemirror/state": "^6.2.0",
"@codemirror/view": "^6.9.3",
"@flok-editor/cm-eval": "^1.3.0",
"@flok-editor/session": "^1.1.0",
"@kabelsalat/web": "^0.3.2",
"@lezer/highlight": "^1.2.1",
"@replit/codemirror-vim": "^6.2.1",
"@strudel/codemirror": "^1.1.0",
"@strudel/core": "^1.1.0",
"@strudel/draw": "^1.1.0",
"@strudel/mini": "^1.1.0",
"@strudel/reference": "^1.1.0",
"@strudel/soundfonts": "^1.1.0",
"@strudel/tonal": "^1.1.0",
"@strudel/transpiler": "^1.1.0",
"@strudel/webaudio": "^1.1.0",
"codemirror": "^6.0.1",
"hydra-synth": "^1.3.29",
"worker-timers": "^8.0.13",
"y-codemirror.next": "github:felixroos/y-codemirror.next#a75a1cbfddf6968d4ced07f6e47c314e4fd7c72f",
"y-indexeddb": "^9.0.9",
"y-protocols": "^1.0.5",
"y-webrtc": "^10.2.5",
"y-websocket": "^1.5.0",
"yjs": "^13.5.51"
}
}