-
Notifications
You must be signed in to change notification settings - Fork 5
/
package.json
42 lines (42 loc) · 1.07 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
{
"name": "zhilu-site",
"type": "module",
"version": "4.2.1",
"private": true,
"packageManager": "pnpm@9.12.3",
"scripts": {
"postinstall": "nuxt prepare",
"dev": "nuxt dev --no-qr",
"build": "nuxt build",
"generate": "nuxt generate",
"preview": "nuxt preview",
"lint": "eslint .",
"lint:fix": "eslint --fix ."
},
"dependencies": {
"date-fns": "^4.1.0",
"embla-carousel-autoplay": "^8.5.1",
"embla-carousel-vue": "^8.5.1",
"embla-carousel-wheel-gestures": "^8.0.1",
"fast-xml-parser": "^4.5.0",
"vue-tippy": "^6.5.0"
},
"devDependencies": {
"@antfu/eslint-config": "^3.11.2",
"@nuxt/icon": "^1.9.1",
"@nuxt/image": "^1.8.1",
"@nuxtjs/color-mode": "^3.5.2",
"@nuxtjs/seo": "^2.0.2",
"@pinia/nuxt": "^0.9.0",
"@vueuse/core": "^12.0.0",
"@vueuse/nuxt": "^12.0.0",
"@zinkawaii/stylelint-config": "^0.2.2",
"eslint": "^9.16.0",
"nuxt": "3.13.2",
"sass": "^1.82.0",
"stylelint": "^16.11.0",
"typescript": "^5.7.2",
"vue": "^3.5.13",
"vue-router": "^4.5.0"
}
}