-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
94 lines (94 loc) · 2.8 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
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
92
93
94
{
"name": "iris2-backoffice",
"version": "1.2.0",
"description": "IRIS2 backoffice application for Barcelona Town Council citizen support operators.",
"author": "Advanced Programming Solutions",
"private": true,
"scripts": {
"dev": "nuxt",
"build": "nuxt build",
"start": "nuxt start",
"generate": "nuxt generate --spa",
"lint": "eslint --fix --ext .js,.vue --ignore-path .gitignore .",
"precommit": "npm run lint",
"e2e": "ava --serial --fail-fast --no-color --tap ",
"test": "jest",
"all_tests": "npm run lint; npm run e2e; npm run test | cat"
},
"dependencies": {
"@fortawesome/fontawesome-svg-core": "^1.2.7",
"@fortawesome/free-brands-svg-icons": "^5.12.0",
"@fortawesome/free-regular-svg-icons": "^5.8.1",
"@fortawesome/free-solid-svg-icons": "^5.5.0",
"@fortawesome/vue-fontawesome": "^0.1.2",
"@nuxtjs/auth": "^4.5.2",
"@nuxtjs/axios": "^5.3.3",
"@nuxtjs/moment": "^1.2.0",
"@nuxtjs/proxy": "^1.3.3",
"@nuxtjs/style-resources": "^0.1.2",
"babel-preset-es2015-ie": "^6.7.0",
"bootstrap": "^4.1.3",
"bootstrap-vue": "2.0.0-rc.17",
"chart.js": "^2.9.0",
"cross-env": "^5.2.0",
"cwait": "^1.1.2",
"fecha": "^3.0.3",
"file-saver": "^2.0.2",
"leaflet": "^1.7.1",
"moment": "^2.24.0",
"nuxt": "^2.0.0",
"nuxt-client-init-module": "^0.1.4",
"nuxt-i18n": "^5.4.4",
"nuxt-trailingslash-module": "^1.1.0",
"pikaday": "^1.8.0",
"portal-vue": "^2.1.5",
"pretty-checkbox-vue": "^1.1.9",
"proj4": "^2.7.5",
"qs": "^6.7.0",
"spark-md5": "^3.0.0",
"sweet-modal-vue": "^2.0.0",
"vue-chartjs": "^3.4.2",
"vue-form-generator": "^2.3.2",
"vue-js-toggle-button": "^1.3.1",
"vue-localstorage": "^0.6.2",
"vue-notification": "^1.3.13",
"vue-notifications": "^0.9.0",
"vue-pikaday-directive": "^0.5.2",
"vue-plugin-load-script": "^1.2.0",
"vue-select": "^2.6.2",
"vue-tables-2": "^1.4.70",
"vue-tag-selector": "^0.2.4",
"vue-upload-component": "^2.8.20",
"vue2-editor": "^2.6.6",
"vue2-leaflet": "^2.7.1",
"vuedraggable": "^2.23.2"
},
"devDependencies": {
"@vue/test-utils": "^1.0.0-beta.28",
"ava": "^0.25.0",
"axios-mock-adapter": "^1.15.0",
"babel-eslint": "^8.2.1",
"babel-preset-vue-app": "^2.0.0",
"eslint": "^5.0.1",
"eslint-config-prettier": "^3.1.0",
"eslint-loader": "^2.0.0",
"eslint-plugin-prettier": "2.6.2",
"eslint-plugin-vue": "^4.0.0",
"event-stream": "3.3.4",
"jest": "^23.6.0",
"jsdom": "^13.0.0",
"mock-vue-router": "^0.1.3",
"node-sass": "4.14.0",
"prettier": "1.14.3",
"pug": "2.0.3",
"pug-plain-loader": "^1.0.0",
"sass-loader": "^7.1.0",
"vue-jest": "^3.0.0"
},
"ava": {
"files": [
"**/test/",
"!**/components/"
]
}
}