forked from WhoKnowsAgency/fucernet
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
63 lines (63 loc) · 2.03 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
60
61
62
63
{
"name": "FucerNet",
"version": "1.0.0",
"description": "Consulte el contenido de la normativa aplicable a la registración de automotores",
"author": "Fucer",
"private": true,
"scripts": {
"dev": "nuxt",
"build": "nuxt build",
"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 .",
"precommit": "npm run lint",
"heroku-postbuild": "npm run build",
"test": "backstop test --docker",
"test:reference": "backstop reference --docker",
"test:approve": "backstop approve"
},
"dependencies": {
"@nuxtjs/auth": "~4.9.1",
"@nuxtjs/axios": "~5.10.3",
"@nuxtjs/proxy": "^2.0.0",
"@nuxtjs/toast": "^3.3.0",
"@sentry/browser": "^5.17.0",
"@sentry/integrations": "^5.17.0",
"@vue-a11y/announcer": "^2.0.2",
"axe-core": "^3.5.3",
"date-fns": "^2.14.0",
"focus-trap": "^5.1.0",
"focus-trap-vue": "0.0.6",
"focus-visible": "^5.1.0",
"nuxt": "^2.12.2",
"vee-validate": "^2.2.15",
"vue": "^2.6.11",
"vue-carousel": "~0.18.0",
"vue-webp-plugin": "~1.0.2"
},
"devDependencies": {
"@nuxtjs/pwa": "^3.0.0-beta.20",
"babel-eslint": "~10.1.0",
"eslint": "^5.16.0",
"eslint-config-prettier": "^6.11.0",
"eslint-config-standard": "^12.0.0",
"eslint-loader": "^3.0.4",
"eslint-plugin-html": "~6.0.2",
"eslint-plugin-import": "~2.20.2",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-prettier": "~3.1.3",
"eslint-plugin-promise": "~4.2.1",
"eslint-plugin-standard": "^4.0.1",
"eslint-plugin-vue": "^6.2.2",
"eslint-plugin-vue-a11y": "0.0.31",
"node-sass": "^4.14.1",
"replace": "^1.2.0",
"sass-loader": "~8.0.2",
"scss-loader": " *",
"vue-axe": "^2.1.0",
"vue-eslint-parser": "^7.1.0",
"workbox-build": "^5.1.3"
}
}