forked from hydra-synth/hydra-functions
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
31 lines (31 loc) · 809 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
{
"name": "hydra-doc-generator",
"version": "1.0.0",
"description": "",
"main": "index.js",
"dependencies": {
"@codemirror/commands": "^0.19.7",
"@codemirror/highlight": "^0.19.7",
"@codemirror/lang-javascript": "^0.19.6",
"@codemirror/state": "^0.19.6",
"@codemirror/view": "^0.19.39",
"choo": "^7.1.0",
"choo-devtools": "^3.0.4",
"hydra-synth": "^1.3.29",
"i18next": "^21.6.6",
"i18next-browser-languagedetector": "^6.1.2"
},
"devDependencies": {
"vite": "^4.3.8"
},
"type": "module",
"scripts": {
"start": "vite dev",
"build": "vite build",
"serve": "vite preview",
"test": "echo \"Error: no test specified\" && exit 1",
"deploy": "git subtree push --prefix docs origin gh-pages"
},
"author": "",
"license": "ISC"
}