-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
51 lines (51 loc) · 1.38 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
{
"type": "module",
"private": true,
"packageManager": "[email protected]",
"scripts": {
"build": "nuxi build",
"dev:pwa": "VITE_PLUGIN_PWA=true nuxi dev",
"dev": "nuxi dev",
"generate": "nuxi generate",
"postinstall": "nuxi prepare",
"start": "node .output/server/index.mjs",
"start:generate": "npx serve .output/public",
"lint": "eslint .",
"typecheck": "vue-tsc --noEmit"
},
"dependencies": {
"@wangeditor/editor": "^5.1.23",
"@wangeditor/editor-for-vue": "^5.1.12",
"axios": "^1.7.2",
"gray-matter": "^4.0.3",
"icones": "^1.0.0",
"remark": "^15.0.1",
"remark-html": "^16.0.1",
"reveal.js": "^5.1.0",
"three": "^0.162.0",
"turndown": "^7.2.0"
},
"devDependencies": {
"@antfu/eslint-config": "^1.2.1",
"@iconify-json/carbon": "^1.1.34",
"@iconify-json/twemoji": "^1.1.15",
"@nuxt/content": "^2.12.1",
"@nuxtjs/color-mode": "^3.4.1",
"@pinia/nuxt": "^0.5.1",
"@types/reveal.js": "^5.0.3",
"@types/three": "^0.162.0",
"@unocss/eslint-config": "^0.56.5",
"@unocss/nuxt": "^0.56.5",
"@vite-pwa/nuxt": "^0.1.2",
"@vue-macros/nuxt": "^1.9.35",
"@vueuse/nuxt": "^10.10.0",
"consola": "^3.2.3",
"eslint": "^8.57.0",
"nuxt": "^3.11.2",
"pinia": "^2.1.7",
"prisma": "^5.14.0",
"raw-loader": "^4.0.2",
"typescript": "^5.4.5",
"vue-tsc": "^1.8.27"
}
}