-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
45 lines (45 loc) · 1.21 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": "adrianocahete.dev",
"version": "3.4.1",
"description": "FrontEnd Developer, Design Technologist & DesignOps",
"author": {
"name": "Adriano Cahete",
"url": "https://adrianocahete.dev/"
},
"private": true,
"type": "module",
"scripts": {
"build": "nuxt build",
"dev": "nuxt dev --logLevel=verbose",
"generate": "nuxt generate",
"preview": "nuxt preview",
"postinstall": "nuxt prepare",
"lint": "eslint .",
"typecheck": "nuxt typecheck",
"update": "ncu && ncu -u && npx nuxi upgrade"
},
"dependencies": {
"@iconify-json/heroicons": "^1.2.1",
"@iconify-json/mdi": "^1.2.1",
"@iconify-json/simple-icons": "^1.2.9",
"@nuxt/ui-pro": "^1.4.4",
"@vueuse/components": "^11.1.0",
"@vueuse/core": "^11.1.0",
"@vueuse/motion": "^2.2.6",
"@vueuse/nuxt": "^11.1.0",
"nuxt-i18n-micro": "^1.29.0"
},
"devDependencies": {
"@inspira-ui/plugins": "^0.0.1",
"@nuxt/eslint-config": "^0.6.0",
"@nuxt/fonts": "^0.10.0",
"@nuxtjs/device": "^3.2.4",
"clsx": "^2.1.1",
"eslint": "^9.13.0",
"nuxt": "^3.13.2",
"sass": "^1.80.3",
"tailwind-merge": "^2.5.4",
"tailwindcss-animate": "^1.0.7",
"vue-tsc": "^2.1.6"
}
}