-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
44 lines (44 loc) · 1.74 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
{
"name": "ricardo-calil",
"description": "Ricardo Calil & Advogados Associados is a law firm based in Itaberaí, Goiás, Brazil. This project is a landing page for the website of the firm.",
"author": "Alexandre Calil, xandao-dev",
"version": "2.0.0",
"private": true,
"scripts": {
"postinstall": "nuxt prepare",
"dev": "nuxt dev",
"analyze": "nuxt analyze",
"generate": "nuxt generate",
"preview": "nuxt preview",
"deploy": "push-dir --dir=dist --branch=gh-pages --cleanup",
"typecheck": "nuxt typecheck",
"format:check": "prettier --check --ignore-unknown **/*.{js,ts,css,vue} **.{js,ts,css,vue}",
"format:fix": "prettier --write --ignore-unknown **/*.{js,ts,css,vue} **.{js,ts,css,vue}",
"lint:check": "eslint . --ext .js,.ts,.vue",
"lint:fix": "eslint --fix . --ext .js,.ts,.vue "
},
"devDependencies": {
"@nuxtjs/eslint-config-typescript": "^11.0.0",
"@nuxtjs/tailwindcss": "^6.1.3",
"@tailwindcss/line-clamp": "^0.4.2",
"@tailwindcss/typography": "^0.5.7",
"@typescript-eslint/eslint-plugin": "^5.42.1",
"@typescript-eslint/parser": "^5.42.1",
"eslint": "^8.27.0",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-vue": "^9.7.0",
"nuxt": "3.0.0-rc.13",
"prettier": "2.7.1",
"prettier-plugin-tailwindcss": "^0.1.13",
"push-dir": "^0.4.1",
"typescript": "^4.8.4",
"vue-eslint-parser": "^9.1.0"
},
"dependencies": {
"@gtm-support/vue-gtm": "^2.0.0",
"@pinia/nuxt": "^0.4.3",
"@vuelidate/core": "^2.0.0",
"@vuelidate/validators": "^2.0.0",
"vue-toastification": "^2.0.0-rc.5"
}
}