-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
44 lines (44 loc) · 1.24 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
{
"name": "angelcapra-tech",
"private": true,
"type": "module",
"scripts": {
"build": "nuxt build",
"dev": "nuxt dev --host",
"generate": "nuxt generate",
"preview": "nuxt preview",
"postinstall": "nuxt prepare"
},
"devDependencies": {
"@formkit/auto-animate": "^0.8.2",
"@iconify-json/mdi": "^1.2.2",
"@iconify-json/simple-icons": "^1.2.20",
"@nuxt/content": "^2.13.4",
"@nuxt/devtools": "^1.7.0",
"@nuxt/image": "^1.9.0",
"@nuxt/ui": "^2.21.0",
"@nuxtjs/color-mode": "^3.5.2",
"@nuxtjs/robots": "^5.1.1",
"@nuxtjs/seo": "^2.0.3",
"@nuxtjs/sitemap": "^7.0.2",
"nuxt": "^3.15.1",
"sass": "^1.83.4",
"sass-loader": "^16.0.4",
"vue": "^3.5.13",
"vue-router": "^4.5.0"
},
"dependencies": {
"@fortawesome/fontawesome-svg-core": "^6.7.2",
"@fortawesome/free-brands-svg-icons": "^6.7.2",
"@fortawesome/free-regular-svg-icons": "^6.7.2",
"@fortawesome/free-solid-svg-icons": "^6.7.2",
"@fortawesome/vue-fontawesome": "^3.0.8",
"@nuxtjs/dotenv": "^1.4.2",
"@nuxtjs/google-analytics": "^2.4.0",
"@nuxtjs/tailwindcss": "^6.13.1",
"fuse.js": "^7.0.0",
"import": "^0.0.6",
"nuxt-gtag": "^3.0.2",
"rehype-external-links": "^3.0.0"
}
}