-
Notifications
You must be signed in to change notification settings - Fork 5
/
package.json
39 lines (39 loc) · 1.03 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
{
"name": "tgi-pages",
"version": "0.7.2",
"private": true,
"scripts": {
"start": "vite --host",
"dev": "vite --open",
"type-check": "vue-tsc --noEmit",
"build": "vue-tsc --noEmit && vite build",
"deploy": "vite build --base=/tgi-pages/ && node utils/publish.js",
"preview": "vite build && vite preview"
},
"dependencies": {
"@monaco-editor/loader": "^1.3.2",
"bread-n-butter": "^0.6.0",
"bulma": "^0.9.4",
"fuzzysort": "^2.0.4",
"intro.js": "^6.0.0",
"katex": "^0.16.3",
"monaco-editor": "^0.34.1",
"vis-data": "^7.1.4",
"vis-network": "^9.1.2",
"vue": "^3.2.45",
"vue-i18n": "^9.2.2",
"vue-router": "^4.1.6",
"vuetify": "^3.0.0-beta.15"
},
"devDependencies": {
"@types/katex": "^0.14.0",
"@vitejs/plugin-vue": "^3.2.0",
"gh-pages": "^4.0.0",
"typescript": "^4.9.3",
"vite": "^3.2.4",
"vite-plugin-pwa": "^0.13.3",
"vite-plugin-static-copy": "^0.12.0",
"vite-plugin-vuetify": "^1.0.0-alpha.17",
"vue-tsc": "^1.0.9"
}
}