-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
29 lines (29 loc) · 793 Bytes
/
package.json
File metadata and controls
29 lines (29 loc) · 793 Bytes
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
{
"scripts": {
"dev": "vite",
"host": "vite --host",
"build": "vite build",
"preview": "vite build && vite preview",
"deploy": "vite build --base=/toolchains/ && gh-pages -d dist"
},
"devDependencies": {
"vite": "^4.1.4"
},
"dependencies": {
"@codemirror/autocomplete": "^6.4.2",
"@codemirror/commands": "^6.2.2",
"@codemirror/lang-css": "^6.1.1",
"@codemirror/lang-html": "^6.4.2",
"@codemirror/lang-javascript": "^6.1.4",
"@codemirror/lang-json": "^6.0.1",
"@codemirror/language": "^6.6.0",
"@codemirror/lint": "^6.2.0",
"@codemirror/state": "^6.2.0",
"@codemirror/view": "^6.9.2",
"gh-pages": "^5.0.0",
"json-beautify": "^1.1.1",
"lit-html": "^2.6.1",
"lodash": "^4.17.21",
"uuid": "^9.0.0"
}
}