-
-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathpackage.json
67 lines (67 loc) · 2.01 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
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
{
"name": "edubeam",
"version": "1.0.0-beta-1",
"type": "module",
"scripts": {
"dev": "vite",
"build": "vue-tsc --noEmit && vite build",
"build:dirty": "vite build",
"preview": "vite preview",
"lint": "eslint --fix .",
"docs:dev": "vitepress dev docs",
"docs:build": "vitepress build docs",
"docs:preview": "vitepress preview docs"
},
"dependencies": {
"@imengyu/vue3-context-menu": "^1.3.8",
"@intlify/unplugin-vue-i18n": "^2.0.0",
"@sentry/vite-plugin": "^2.14.1",
"@sentry/vue": "^7.102.0",
"@tweakpane/plugin-essentials": "^0.2.1",
"@types/js-quantities": "^1.6.6",
"@vueuse/components": "^10.9.0",
"@vueuse/core": "^10.9.0",
"fast-xml-parser": "^4.3.5",
"floating-vue": "^5.2.2",
"jenesius-vue-modal": "^1.11.0",
"js-quantities": "^1.8.0",
"language-icons": "^0.3.0",
"markdown-it-implicit-figures": "^0.12.0",
"markdown-it-katex": "^2.0.3",
"mathjs": "^12.3.2",
"pinia": "^2.1.7",
"pinia-plugin-persistedstate": "^3.2.1",
"roboto-fontface": "*",
"ts-fem": "github:janvorisek/ts-fem#59c32e13ce76d2fec45861e9c15d50d7b6dd52c4",
"tweakpane": "^4.0.3",
"v-onboarding": "^2.6.0",
"v-tweakpane": "^0.2.0",
"vue": "^3.4.16",
"vue-draggable-resizable": "^3.0.0",
"vue-gtag": "^2.0.1",
"vue-i18n": "^9.9.1",
"vue-router": "^4.2.5",
"vuetify": "3.5.8",
"webfontloader": "^1.6.28"
},
"devDependencies": {
"@mdi/font": "^7.4.47",
"@types/node": "^20.11.16",
"@types/webfontloader": "^1.6.38",
"@vitejs/plugin-vue": "^5.0.3",
"@vue/eslint-config-typescript": "^12.0.0",
"eslint": "^8.56.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-prettier": "^5.1.3",
"eslint-plugin-vue": "^9.21.1",
"prettier": "^3.2.5",
"sass": "^1.70.0",
"typescript": "^5.3.3",
"vite": "^5.1.0",
"vite-plugin-pwa": "^0.17.5",
"vite-plugin-vuetify": "^2.0.1",
"vitepress": "^1.0.0-rc.42",
"vue-eslint-parser": "^9.4.2",
"vue-tsc": "^1.8.27"
}
}