-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
43 lines (43 loc) · 1.22 KB
/
Copy pathpackage.json
File metadata and controls
43 lines (43 loc) · 1.22 KB
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
{
"name": "nuxt-app",
"private": true,
"scripts": {
"build": "nuxt build",
"dev": "nuxt dev --open",
"generate": "nuxt generate",
"preview": "nuxt preview",
"postinstall": "nuxt prepare"
},
"devDependencies": {
"@iconify-json/bxl": "^1.2.2",
"@iconify-json/circle-flags": "^1.2.5",
"@iconify-json/devicon": "^1.2.11",
"@iconify-json/logos": "^1.2.4",
"@iconify-json/material-symbols": "^1.2.88",
"@iconify-json/ph": "^1.2.2",
"@iconify-json/simple-icons": "^1.2.93",
"@iconify-json/skill-icons": "^1.2.0",
"@nuxt/icon": "^1.10.3",
"@nuxt/image": "^1.9.0",
"@nuxtjs/color-mode": "^3.2.0",
"@nuxtjs/i18n": "^9.1.2",
"@types/node": "^22.10.7",
"@typescript-eslint/parser": "^8.66.0",
"@vueuse/core": "^12.5.0",
"@vueuse/nuxt": "^12.5.0",
"@zadigetvoltaire/nuxt-gtm": "^0.0.13",
"eslint": "^9.18.0",
"eslint-plugin-vue": "^9.14.1",
"nuxt": "^3.15.1",
"nuxt-icon": "^1.0.0-beta.7",
"sass-embedded": "^1.83.4"
},
"dependencies": {
"@intlify/unplugin-vue-i18n": "^6.0.3",
"@pinia/nuxt": "^0.9.0",
"@vercel/speed-insights": "^1.1.0",
"@vueuse/components": "^12.5.0",
"gsap": "^3.14.2",
"motion": "^12.29.0"
}
}