-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
32 lines (32 loc) · 865 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
{
"private": true,
"scripts": {
"build": "nuxt build",
"dev": "nuxt dev",
"generate": "nuxt generate",
"preview": "nuxt preview",
"postinstall": "nuxt prepare"
},
"devDependencies": {
"@antfu/eslint-config": "^0.37.0",
"@nuxt-themes/typography": "^0.11.0",
"@nuxt/content": "^2.5.2",
"@nuxt/devtools": "^0.3.1",
"@nuxtjs/color-mode": "^3.2.0",
"@types/body-scroll-lock": "^3.1.0",
"@unocss/nuxt": "^0.50.6",
"nuxt": "^3.3.2",
"unstorage": "^1.4.1"
},
"dependencies": {
"@ant-design/colors": "^7.0.0",
"@iconify-json/simple-icons": "^1.1.47",
"@iconify-json/tabler": "^1.1.68",
"@iconify-json/twemoji": "^1.1.11",
"@pinia/nuxt": "^0.4.7",
"@vueuse/motion": "2.0.0-beta.27",
"@vueuse/nuxt": "^9.13.0",
"body-scroll-lock": "4.0.0-beta.0",
"pinia": "^2.0.33"
}
}