-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathpackage.json
54 lines (54 loc) · 1.62 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
43
44
45
46
47
48
49
50
51
52
53
54
{
"name": "@xuzuodong/personal-website",
"type": "module",
"private": true,
"scripts": {
"dev:studio": "pnpm --filter personal-website-studio dev",
"build:studio": "pnpm --filter personal-website-studio build",
"dev": "nuxt dev -p 3737",
"build": "nuxt build",
"bp": "nuxt build && nuxt preview",
"lint": "eslint .",
"lint:fix": "eslint . --fix",
"preview": "nuxt preview",
"typecheck": "nuxt typecheck",
"postinstall": "nuxt prepare"
},
"devDependencies": {
"@intlify/unplugin-vue-i18n": "^2.0.0",
"@nuxt/devtools": "^1.5.1",
"@nuxt/image": "~1.8.0",
"@nuxtjs/color-mode": "^3.5.1",
"@nuxtjs/google-fonts": "^3.2.0",
"@nuxtjs/i18n": "^8.5.5",
"@nuxtjs/sanity": "~1.12.1",
"@nuxtjs/tailwindcss": "latest",
"@portabletext/types": "^2.0.13",
"@portabletext/vue": "^1.0.11",
"@sanity/asset-utils": "^1.3.0",
"@sanity/client": "^6.22.0",
"@sanomics/eslint-config": "^1.2.0",
"@typescript-eslint/eslint-plugin": "^6.21.0",
"@typescript-eslint/parser": "^6.21.0",
"@vercel/edge": "^1.1.2",
"@vueuse/gesture": "^2.0.0",
"@vueuse/motion": "^2.2.5",
"@vueuse/nuxt": "^10.11.1",
"env-cmd": "^10.1.0",
"eslint": "^8.57.1",
"gsap": "^3.12.5",
"nuxt": "^3.13.2",
"nuxt-icon": "^0.6.10",
"nuxt-umami": "^2.6.7",
"photoswipe": "^5.4.4",
"photoswipe-dynamic-caption-plugin": "^1.2.7",
"radix-vue": "^1.9.6",
"sass": "^1.79.4",
"tailwind-variants": "^0.2.1",
"tailwindcss-animate": "^1.0.7",
"typescript": "^5.6.2",
"vue": "^3.5.10",
"vue-router": "^4.4.5",
"vue-tsc": "^2.1.6"
}
}