-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
50 lines (50 loc) · 1.41 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
{
"private": true,
"name": "gabrielcaiana-website",
"author": "Gabriel Caiana Guedes",
"version": "1.5.1",
"scripts": {
"build": "nuxt build",
"dev": "nuxt dev",
"generate": "nuxt generate",
"preview": "nuxt preview",
"postinstall": "nuxt prepare",
"prepare": "husky install",
"test:unit": "vitest",
"test:ui": "vitest --ui",
"coverage": "vitest run --coverage"
},
"devDependencies": {
"@commitlint/cli": "^17.5.1",
"@commitlint/config-conventional": "^17.4.4",
"@nuxt/content": "^2.10.0",
"@nuxt/devtools": "^1.0.8",
"@nuxt/image-edge": "^1.3.0-28425166.9f7ad35",
"@nuxtjs/eslint-config-typescript": "^9.0.0",
"@nuxtjs/web-vitals": "^0.2.6",
"@vitejs/plugin-vue": "^3.1.0",
"@vitest/coverage-c8": "^0.31.0",
"@vitest/ui": "^0.31.0",
"@vue/test-utils": "^2.4.3",
"eslint-config-prettier": "^8.8.0",
"eslint-plugin-nuxt": "^3.2.0",
"eslint-plugin-prettier": "^4.0.0",
"happy-dom": "^8.1.0",
"husky": "^8.0.2",
"jsdom": "^20.0.3",
"nuxt": "^3.9.3",
"nuxt-icon": "^0.4.0",
"prettier-plugin-tailwindcss": "^0.1.13",
"sass": "1.49.9",
"sass-loader": "^12.4.0",
"sitemap": "^7.1.1",
"tailwindcss": "^3.4.1",
"vitest": "^0.31.0",
"vitest-github-actions-reporter": "^0.10.0"
},
"dependencies": {
"@nuxtjs/robots": "^3.0.0",
"algoliasearch": "^4.17.0",
"vue-gtag": "^2.0.1"
}
}