-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
91 lines (91 loc) · 3.14 KB
/
package.json
File metadata and controls
91 lines (91 loc) · 3.14 KB
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
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
{
"name": "fucernet",
"version": "1.0.0",
"description": "Consulte el contenido de la normativa aplicable a la registración de automotores",
"author": "Fucer",
"private": true,
"engines": {
"node": ">=16.0.0 <17.0.0"
},
"scripts": {
"dev": "nuxt",
"build": "nuxt build",
"generate:modern": "nuxt generate --modern",
"analyze": "nuxt build --analyze",
"start": "nuxt start",
"generate": "nuxt generate",
"cordova": "nuxt generate -c cordova.nuxt.config.js && replace '/nuxt/' 'nuxt/' dist -rv && mv dist ../app-cordova/app/www && cd ../app-cordova/app/www && cordova run android",
"lint": "eslint --ext .js,.vue --ignore-path .gitignore --ignore-pattern 'backstop_data/engine_scripts/*' --ignore-pattern 'package-lock.json' .",
"lint:fix": "eslint --ext .js,.vue,.json --ignore-path .gitignore --ignore-pattern 'backstop_data/engine_scripts/*' --ignore-pattern 'package-lock.json' . --fix",
"heroku-postbuild": "npm run build",
"test": "npm run cy:run",
"cy:run": "cypress run --browser chrome",
"cy:open": "cypress open --browser chrome",
"backstop:test": "backstop test --docker",
"backstop:reference": "backstop reference --docker",
"backstop:approve": "backstop approve",
"precommit-msg": "echo 'Haciendo comprobaciones antes del commit...' && exit 0"
},
"precommit": [
"precommit-msg",
"lint"
],
"dependencies": {
"@nuxtjs/auth": "~4.9.1",
"@nuxtjs/axios": "^5.11.0",
"@sentry/browser": "^5.21.1",
"@sentry/integrations": "^5.21.1",
"@vue-a11y/announcer": "^2.0.2",
"date-fns": "^2.15.0",
"focus-trap": "^5.1.0",
"focus-trap-vue": "0.0.6",
"focus-visible": "^5.1.0",
"mixpanel-browser": "^2.39.0",
"nuxt": "^2.14.7",
"nuxt-webfontloader": "^1.1.0",
"vee-validate": "^2.2.15",
"vue": "^2.6.14",
"vue-carousel": "~0.18.0",
"vue-the-mask": "^0.11.1",
"vue-toasted": "^1.1.28"
},
"devDependencies": {
"@babel/core": "^7.16.0",
"@nuxtjs/proxy": "^2.1.0",
"@nuxtjs/pwa": "^3.0.0-beta.20",
"@vue/eslint-config-prettier": "^6.0.0",
"axe-core": "3.5.3",
"babel-eslint": "^10.1.0",
"browserslist": "^4.21.0",
"cypress": "^4.9.0",
"cypress-audit": "^0.2.1",
"cypress-axe": "^0.8.1",
"eslint": "^5.16.0",
"eslint-config-prettier": "^6.11.0",
"eslint-config-standard": "^12.0.0",
"eslint-loader": "^3.0.4",
"eslint-plugin-cypress": "^2.11.1",
"eslint-plugin-html": "^6.0.3",
"eslint-plugin-import": "^2.22.0",
"eslint-plugin-json": "^2.1.1",
"eslint-plugin-no-secrets": "^0.6.8",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-nuxt": "^1.0.0",
"eslint-plugin-prettier": "^3.1.4",
"eslint-plugin-promise": "^4.2.1",
"eslint-plugin-sonarjs": "^0.5.0",
"eslint-plugin-standard": "^4.0.1",
"eslint-plugin-vue": "^6.2.2",
"eslint-plugin-vue-a11y": "0.0.31",
"node-sass": "^6.0.1",
"nuxt-purgecss": "^1.0.0",
"pre-commit": "^1.2.2",
"prettier": "^2.0.5",
"replace": "^1.2.0",
"sass-loader": "^10.1.1",
"scss-loader": " *",
"vue-axe": "^2.4.0",
"vue-eslint-parser": "^7.1.0",
"workbox-build": "^5.1.3"
}
}