forked from L33Z22L11/homepage-v5
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
34 lines (34 loc) · 835 Bytes
/
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
{
"name": "zhilu-site",
"type": "module",
"version": "4.1.0",
"private": true,
"packageManager": "[email protected]",
"scripts": {
"prepare": "nuxt prepare",
"dev": "nuxt dev --host",
"generate": "nuxt generate",
"lint": "eslint .",
"lint:fix": "eslint . --fix"
},
"dependencies": {
"date-fns": "^3.6.0",
"tippy.js": "^6.3.7"
},
"devDependencies": {
"@antfu/eslint-config": "^2.24.0",
"@nuxt/icon": "^1.4.3",
"@nuxt/image": "^1.7.0",
"@nuxtjs/color-mode": "^3.4.2",
"@nuxtjs/seo": "2.0.0-rc.16",
"@pinia/nuxt": "^0.5.2",
"@vueuse/core": "^10.11.0",
"@vueuse/nuxt": "^10.11.0",
"@zinkawaii/stylelint-config": "^0.1.5",
"fast-xml-parser": "^4.4.1",
"nuxt": "^3.12.4",
"sass": "^1.77.8",
"stylelint": "^16.8.1",
"typescript": "^5.5.4"
}
}