-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
47 lines (47 loc) · 1.25 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
{
"name": "galvesmash-website",
"version": "0.5.0",
"private": true,
"description": "Galvesmash website",
"author": "Galvesmash",
"license": "MIT",
"type": "module",
"scripts": {
"analyze": "nuxt build --analyze",
"build": "nuxt build",
"dev": "nuxt dev",
"generate": "nuxt generate",
"preview": "nuxt preview",
"postinstall": "nuxt prepare"
},
"dependencies": {
"@pinia/nuxt": "^0.5.1",
"axios": "^1.6.8",
"emailjs-com": "^3.2.0",
"micromatch": ">=4.0.8",
"moment": "^2.30.1",
"nuxt": "^3.10.3",
"nuxt-gtag": "^3.0.1",
"pinia": "^2.1.7",
"rollup": ">=4.22.4",
"sass": "^1.72.0",
"send": ">=0.19.0",
"serve-static": ">=1.16.0",
"typescript": "^5.5.4",
"vite": ">=5.4.6",
"vue": "^3.4.21"
},
"devDependencies": {
"@fortawesome/fontawesome-svg-core": "^6.6.0",
"@fortawesome/free-brands-svg-icons": "^6.6.0",
"@fortawesome/free-regular-svg-icons": "^6.6.0",
"@fortawesome/free-solid-svg-icons": "^6.6.0",
"@fortawesome/vue-fontawesome": "^3.0.8",
"@mdi/font": "^7.4.47",
"@nuxtjs/i18n": "^8.0.0",
"@zadigetvoltaire/nuxt-gtm": "^0.0.13",
"nuxt-delay-hydration": "^1.3.8",
"vite-plugin-vuetify": "^2.0.3",
"vuetify": "^3.5.9"
}
}