-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
37 lines (37 loc) · 1.06 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
{
"name": "site-assinador",
"private": true,
"license": "MIT",
"description": "Assinando PDF gratuitamente em assinador.softagon.app)",
"scripts": {
"dev": "nuxi dev",
"build": "nuxi build",
"generate": "nuxi generate",
"preview": "nuxi preview",
"postinstall": "nuxi prepare",
"lint": "npx eslint . --ext .js --ext .ts"
},
"dependencies": {
"@headlessui/vue": "^1.7.3",
"@heroicons/vue": "^2.0.13",
"@nuxt/content": "^2.2.0",
"@nuxtjs/color-mode": "^3.1.8",
"@nuxtjs/tailwindcss": "^6.0.1",
"@tailwindcss/forms": "^0.5.3",
"@tailwindcss/typography": "^0.5.7",
"nuxt-icon": "^0.1.6"
},
"devDependencies": {
"@nuxthq/studio": "^0.1.0",
"@nuxtjs/eslint-config-typescript": "^11.0.0",
"@typescript-eslint/eslint-plugin": "^5.42.0",
"@typescript-eslint/parser": "^5.42.0",
"content-wind": "^0.2.4",
"eslint": ">=5.16.0",
"eslint-config-google": "^0.14.0",
"eslint-plugin-vue": "^9.7.0",
"nuxt": "^3.0.0-rc.12",
"standard-version": "^9.5.0",
"typescript": "^4.8.4"
}
}