-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 835 Bytes
/
package.json
File metadata and controls
34 lines (34 loc) · 835 Bytes
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
{
"name": "myblog_web",
"type": "module",
"private": true,
"scripts": {
"build": "nuxt build",
"dev": "nuxt dev",
"generate": "nuxt generate",
"preview": "nuxt preview",
"postinstall": "nuxt prepare"
},
"dependencies": {
"@ant-design-vue/nuxt": "^1.4.6",
"@nuxtjs/axios": "^5.13.6",
"@nuxtjs/tailwindcss": "^6.14.0",
"@pinia/nuxt": "^0.11.3",
"@primeuix/themes": "^2.0.3",
"axios": "^1.13.6",
"dompurify": "^3.3.3",
"highlight.js": "^11.11.1",
"marked": "^17.0.5",
"marked-highlight": "^2.2.3",
"nuxt": "^4.3.1",
"pinia": "^3.0.4",
"prismjs": "^1.30.0",
"vue": "^3.5.29",
"vue-router": "^4.6.4",
"vue3-markdown-it": "^1.0.10"
},
"devDependencies": {
"@nuxtjs/tailwindcss": "^6.13.2",
"@tailwindcss/typography": "^0.5.16"
}
}