-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
41 lines (41 loc) · 1.02 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
{
"name": "nuxt-app",
"private": true,
"type": "module",
"scripts": {
"build": "nuxt build",
"dev": "nuxt dev",
"generate": "nuxt generate",
"preview": "nuxt preview",
"postinstall": "nuxt prepare"
},
"devDependencies": {
"@nuxtjs/color-mode": "^3.3.2",
"@nuxtjs/tailwindcss": "^6.11.0",
"markdown-it-shikiji": "^0.10.0-beta.9",
"nuxt": "^3.9.3",
"sass": "^1.75.0",
"shikiji": "^0.10.0-beta.9",
"vue": "^3.4.14",
"vue-router": "^4.2.5"
},
"dependencies": {
"@mervick/mdi-icons": "^4.0.1",
"@nuxt/content": "^2.12.1",
"@nuxt/ui": "^2.12.3",
"@pinia/nuxt": "^0.5.1",
"@vueuse/core": "^10.7.2",
"axios": "^1.6.7",
"flowbite": "^2.3.0",
"markdown-it": "^14.0.0",
"markdown-it-code-copy": "^0.1.2",
"markdown-it-prism": "^2.3.0",
"openai": "^4.27.0",
"prismjs": "^1.29.0",
"slugify": "^1.6.6",
"sortablejs": "^1.15.2",
"vue-prism-editor": "^2.0.0-alpha.2",
"vue-sweetalert2": "^5.0.5",
"vue3-toastify": "^0.2.1"
}
}