-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
58 lines (58 loc) · 1.7 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
55
56
57
58
{
"name": "portfolio",
"private": true,
"type": "module",
"scripts": {
"build": "nuxt build",
"dev": "nuxt dev",
"start": "node .output/server/index.mjs",
"generate": "nuxt generate",
"preview": "nuxt preview",
"postinstall": "nuxt prepare"
},
"dependencies": {
"@fortawesome/fontawesome-svg-core": "^6.5.2",
"@fortawesome/free-brands-svg-icons": "^6.5.2",
"@fortawesome/free-regular-svg-icons": "^6.5.2",
"@fortawesome/free-solid-svg-icons": "^6.5.2",
"@fortawesome/vue-fontawesome": "^3.0.6",
"@nuxt/eslint": "^0.5.5",
"@unovis/ts": "^1.4.0",
"@unovis/vue": "^1.4.0",
"class-variance-authority": "^0.7.0",
"clsx": "^2.1.0",
"fitty": "^2.4.2",
"floating-vue": "^5.2.2",
"github-markdown-css": "^5.6.1",
"highlight.js": "^11.9.0",
"lucide-vue-next": "^0.368.0",
"marked": "^14.1.0",
"marked-alert": "^2.0.2",
"marked-highlight": "^2.1.4",
"moment": "^2.30.1",
"nuxt": "^3.11.2",
"octokit": "^3.2.0",
"radix-vue": "^1.7.0",
"shadcn-nuxt": "^0.10.2",
"tailwind-merge": "^2.2.2",
"tailwindcss-animate": "^1.0.7",
"vaul-vue": "^0.1.0",
"vue": "^3.4.23",
"vue-router": "^4.3.0"
},
"devDependencies": {
"@nuxt/eslint-config": "^0.3.6",
"@nuxtjs/color-mode": "^3.4.0",
"@nuxtjs/tailwindcss": "^6.11.4",
"autoprefixer": "^10.4.19",
"eslint": "^9.0.0",
"nuxt-gtag": "^2.0.5",
"postcss": "^8.4.38",
"tailwindcss": "^3.4.3",
"typescript": "*"
},
"engines": {
"node": ">=20.12.0"
},
"packageManager": "yarn@1.22.22+sha512.a6b2f7906b721bba3d67d4aff083df04dad64c399707841b7acf00f6b133b7ac24255f2652fa22ae3534329dc6180534e98d17432037ff6fd140556e2bb3137e"
}