-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
45 lines (45 loc) · 1.11 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
{
"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.19.2",
"@octokit/core": "^6.1.2",
"@pinia/nuxt": "^0.7.0",
"jsonwebtoken": "^9.0.2",
"nuxt": "^3.14.159",
"nuxt-mongoose": "^1.0.6",
"octokit": "^4.0.2",
"pinia": "^2.2.6",
"resend": "4.0.1-alpha.0",
"vue": "^3.5.12",
"vue-router": "^4.4.5"
},
"devDependencies": {
"@iconify-json/fluent-emoji-flat": "^1.2.1",
"@iconify-json/grommet-icons": "^1.2.0",
"@iconify-json/heroicons": "^1.2.1",
"@iconify-json/logos": "^1.2.3",
"@iconify-json/simple-icons": "^1.2.11",
"@iconify-json/skill-icons": "^1.2.0",
"@nuxt/test-utils": "^3.14.4",
"@nuxtjs/i18n": "^9.0.0",
"@octokit/types": "^13.6.1",
"@types/jsonwebtoken": "^9.0.7",
"@types/node": "^22.9.0",
"@vue/test-utils": "^2.4.6",
"happy-dom": "^15.11.4",
"nuxt-svgo": "^4.0.8",
"playwright-core": "^1.48.2",
"typescript": "^5.6.3",
"vitest": "^2.1.4",
"vue-tsc": "^2.1.10"
}
}