forked from gaomingzhao666/nano-portfolio
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
39 lines (39 loc) · 877 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
35
36
37
38
39
{
"name": "nano-portfolio",
"private": true,
"type": "module",
"scripts": {
"build": "nuxt build",
"dev": "nuxt dev",
"generate": "nuxt generate",
"preview": "nuxt preview",
"postinstall": "nuxt prepare"
},
"dependencies": {
"@nuxt/ui": "^2.18.4",
"@pinia/nuxt": "^0.5.3",
"jsonwebtoken": "^9.0.2",
"nuxt": "^3.12.4",
"nuxt-mongoose": "^1.0.6",
"octokit": "^4.0.2",
"pinia": "^2.2.1",
"resend": "^3.5.0",
"vercel": "^35.2.4",
"vue": "^3.4.37",
"vue-router": "^4.4.3"
},
"devDependencies": {
"@nuxt/test-utils": "^3.14.0",
"@nuxtjs/i18n": "^8.3.3",
"@octokit/types": "^13.5.0",
"@types/jsonwebtoken": "^9.0.6",
"@types/node": "^22.2.0",
"@vue/test-utils": "^2.4.6",
"happy-dom": "^14.12.3",
"nuxt-svgo": "^4.0.3",
"playwright-core": "^1.46.0",
"typescript": "^5.5.4",
"vitest": "^2.0.5",
"vue-tsc": "^2.0.29"
}
}