-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
83 lines (83 loc) · 2.54 KB
/
package.json
File metadata and controls
83 lines (83 loc) · 2.54 KB
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
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
{
"name": "duinoapp-client-dingo",
"private": true,
"version": "4.0.0",
"scripts": {
"build": "yarn bundle-templates && nuxt build",
"dev": "yarn bundle-templates && nuxt dev",
"generate": "nuxt generate",
"preview": "nuxt preview",
"postinstall": "nuxt prepare",
"bundle-templates": "node ./starter-templates/bundle.js"
},
"devDependencies": {
"@guolao/vue-monaco-editor": "^1.5.4",
"@mdi/font": "^7.2.96",
"@mrfrase3/circuit-hero": "^1.0.1",
"@mrfrase3/ts-invaders": "^0.1.2",
"@nuxt/devtools": "^1.7.0",
"@nuxt/kit": "^3.15.0",
"@nuxtjs/eslint-config-typescript": "^12.1.0",
"@tiptap/extension-bubble-menu": "^2.11.0",
"@tiptap/extension-floating-menu": "^2.11.0",
"@tiptap/extension-link": "^2.11.0",
"@tiptap/extension-placeholder": "^2.11.0",
"@tiptap/extension-underline": "^2.11.0",
"@tiptap/pm": "^2.11.0",
"@tiptap/starter-kit": "^2.11.0",
"@tiptap/vue-3": "^2.11.0",
"@types/adm-zip": "^0",
"@types/lodash": "^4",
"@types/sanitize-html": "^2",
"@types/turndown": "^5.0.5",
"@typescript-eslint/eslint-plugin": "^6.7.2",
"@typescript-eslint/parser": "^6.7.2",
"@vite-pwa/nuxt": "^0.10.6",
"@vue/eslint-config-typescript": "^12.0.0",
"@vueuse/core": "^12.2.0",
"@vueuse/nuxt": "^12.2.0",
"adm-zip": "^0.5.12",
"eslint": "^8.48.0",
"eslint-config-airbnb-base": "^15.0.0",
"eslint-import-resolver-typescript": "^3.6.1",
"eslint-plugin-import": "^2.28.1",
"eslint-plugin-nuxt": "^4.0.0",
"eslint-plugin-vue": "^9.23.0",
"lodash": "^4.17.21",
"monaco-editor": "^0.52.2",
"sanitize-html": "^2.13.0",
"typescript": "^5.2.2",
"vue-eslint-parser": "^9.3.1",
"vue-resizable-panels": "^0.0.1",
"workbox-build": "^7.0.0",
"workbox-window": "^7.0.0",
"xterm": "^5.3.0",
"xterm-addon-fit": "^0.8.0"
},
"dependencies": {
"@canvasjs/charts": "^3.10.21",
"@duinoapp/files-multitool": "^0.0.5",
"@duinoapp/upload-multitool": "^0.0.3",
"@pinia/nuxt": "^0.9.0",
"@vuelidate/core": "^2.0.3",
"@vuelidate/validators": "^2.0.4",
"change-case": "^5.4.2",
"fast-deep-equal": "^3.1.3",
"fflate": "^0.8.2",
"marked": "^15.0.5",
"nuxt": "^3.15.0",
"pinia": "^2.3.0",
"sass": "^1.83.0",
"turndown": "^7.2.0",
"vite": "^6.0.6",
"vue": "^3.5.13",
"vuedraggable": "^4.1.0",
"vuetify": "^3.7.6"
},
"resolutions": {
"string-width": "4.2.3",
"vue-demi": "0.14.7",
"workbox-window": "7.0.0"
},
"packageManager": "yarn@4.1.0"
}