-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
59 lines (59 loc) · 1.76 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
59
{
"name": "agencia-nuxa",
"private": true,
"scripts": {
"build": "nuxt build",
"dev": "nuxt dev",
"generate": "nuxt generate",
"preview": "nuxt preview",
"postinstall": "nuxt prepare",
"lint:fix": "eslint --ext .vue,.ts,.js,.mjs . --fix",
"eslint:github-action": "node ./node_modules/eslint/bin/eslint . --ignore-path .gitignore --max-warnings 0"
},
"devDependencies": {
"@nuxt/content": "^2.8.2",
"@nuxt/devtools": "latest",
"@nuxt/image": "1.0.0-rc.1",
"@nuxtjs/eslint-config-typescript": "^12.1.0",
"@nuxtjs/eslint-module": "^4.1.0",
"@nuxtseo/module": "^2.0.0-beta.15",
"@tailwindcss/typography": "^0.5.9",
"@types/locomotive-scroll": "^4.1.0",
"@types/node": "^18.16.19",
"@types/three": "^0.155.0",
"@types/uuid": "^9.0.3",
"eslint": "^8.49.0",
"eslint-config-prettier": "^9.0.0",
"eslint-plugin-jsdoc": "^46.8.1",
"eslint-plugin-no-only-tests": "^3.1.0",
"eslint-plugin-tailwindcss": "^3.13.0",
"nuxt": "3.7.3",
"nuxt-gtag": "^1.1.1",
"nuxt-icon": "^0.4.2",
"nuxt-og-image": "^2.0.28",
"nuxt-simple-robots": "^3.1.2",
"nuxt-simple-sitemap": "^3.2.6",
"nuxt-site-config": "^1.2.2",
"nuxt-site-config-kit": "^1.2.2",
"prettier": "^3.0.3",
"volar-service-vetur": "^0.0.13"
},
"dependencies": {
"@nuxtjs/tailwindcss": "^6.8.0",
"@vueuse/components": "^10.3.0",
"@vueuse/core": "^10.3.0",
"@vueuse/motion": "^2.0.0",
"@vueuse/router": "^10.3.0",
"animate.css": "^4.1.1",
"contentful": "^10.5.2",
"googleapis": "^122.0.0",
"maska": "^2.1.9",
"moment": "^2.29.4",
"sass": "^1.64.0",
"shiki-es": "^0.14.0",
"swiper": "^10.1.0",
"tailwindcss": "^3.3.3",
"uuid": "^9.0.0",
"zod": "^3.21.4"
}
}