-
Notifications
You must be signed in to change notification settings - Fork 269
/
package.json
46 lines (46 loc) · 1.22 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
{
"name": "hydra-web-editor",
"version": "1.5.3",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "vite build",
"dev": "vite . --host",
"publish": "git subtree push --prefix=dist origin gh-pages"
},
"author": "",
"license": "AGPL",
"dependencies": {
"@codemirror/lang-javascript": "^6.1.9",
"@codemirror/theme-one-dark": "^6.1.2",
"@lezer/highlight": "^1.1.6",
"@management/cm-evaluate": "^0.1.0",
"acorn": "^8.7.0",
"astravel": "^0.5.0",
"astring": "^1.4.0",
"choo": "^7.1.0",
"choo-devtools": "^3.0.4",
"codemirror": "^6.0.1",
"codemirror-minified": "^5.65.0",
"hydra-synth": "^1.3.27",
"i18next": "^21.6.13",
"i18next-browser-languagedetector": "^6.1.3",
"i18next-http-backend": "^1.4.0",
"js-beautify": "^1.14.0",
"shortid": "^2.2.16",
"simple-peer": "^9.11.0",
"socket.io-client": "^2.3.0",
"superagent": "^7.0.1"
},
"devDependencies": {
"browserify": "^17.0.0",
"envify": "^4.1.0",
"esmify": "^2.1.1",
"http-server": "^14.1.1",
"source-map-explorer": "^2.5.2",
"terser": "^5.14.2",
"vite": "^4.4.4",
"watchify": "^4.0.0"
}
}