-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
52 lines (52 loc) · 1.42 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
{
"name": "hellomouse-board",
"version": "1.0.0",
"private": true,
"scripts": {
"build": "nuxt build",
"dev": "nuxt dev",
"start": "nuxt start",
"generate": "nuxt generate",
"preview": "nuxt preview",
"postinstall": "nuxt prepare"
},
"devDependencies": {
"@hellomouse/eslint-config": "^1.1.5",
"@nuxt/devtools": "latest",
"@nuxtjs/vuetify": "^1.12.3",
"@pinia-plugin-persistedstate/nuxt": "^1.1.1",
"@types/node": "^18.17.0",
"@wattanx/style-resources": "^1.0.0",
"eslint-config-prettier": "^8.8.0",
"eslint-plugin-vue": "^9.15.1",
"nuxt": "^3.6.5",
"nuxt-compress": "^5.0.0",
"nuxt-delay-hydration": "^1.2.1",
"prettier": "^3.0.0",
"sass": "^1.64.1",
"sass-loader": "^13.3.2"
},
"dependencies": {
"@edtr-io/mathquill": "^0.11.0",
"@mdi/font": "^7.2.96",
"@pinia/nuxt": "^0.4.11",
"@vueup/vue-quill": "^1.2.0",
"diff": "^5.1.0",
"html-escaper": "^3.0.3",
"jquery": "^3.7.1",
"js-cookie": "^3.0.5",
"katex": "^0.16.8",
"mathquill4quill": "^2.4.0",
"node-html-parser": "^6.1.6",
"nuxt-proxy": "^0.4.1",
"nuxt-purgecss": "^2.0.0",
"pinia": "^2.1.6",
"quill-blot-formatter": "^1.0.5",
"quill-image-uploader": "^1.3.0",
"quill-magic-url": "^4.2.0",
"quill-markdown-shortcuts": "^0.0.10",
"vite-plugin-vuetify": "^1.0.2",
"vuedraggable": "^4.1.0",
"vuetify": "^3.3.14"
}
}