-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
48 lines (48 loc) · 1.35 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
{
"name": "veox_unat_geoportal_web",
"version": "1.0.0",
"description": "veox_unat_geoportal_web",
"main": "nuxt.config.js",
"scripts": {
"dev": "nuxt",
"build": "nuxt build",
"start": "nuxt start",
"generate": "nuxt generate",
"dev:local": "NUXT_HOST=0.0.0.0 NUXT_PORT=3333 nuxt",
"lint": "eslint --ext .js,.vue --ignore-path .gitignore .",
"lintfix": "eslint --fix --ext .js,.vue --ignore-path .gitignore ."
},
"repository": {
"type": "git",
"url": "git+ssh://git@gitlab.com/veox_unat/veox_unat_geoportal_web.git"
},
"author": "veox",
"license": "ISC",
"dependencies": {
"@nuxtjs/auth": "^4.8.5",
"@nuxtjs/axios": "^5.9.0",
"@nuxtjs/font-awesome": "^1.0.4",
"@nuxtjs/toast": "^3.3.0",
"chart.js": "^2.9.3",
"element-ui": "^2.13.0",
"leaflet": "^1.6.0",
"nuxt": "^2.11.0",
"vue-chartjs": "^3.5.0",
"vue-tree-list": "^1.4.1",
"vue2-leaflet": "^2.4.1"
},
"devDependencies": {
"babel-eslint": "^10.0.3",
"eslint": "^6.8.0",
"eslint-loader": "^3.0.3",
"eslint-plugin-vue": "^6.1.1",
"node-sass": "^4.13.0",
"pug": "^2.0.4",
"pug-plain-loader": "^1.0.0",
"sass-loader": "^8.0.0"
},
"bugs": {
"url": "https://gitlab.com/veox_unat/veox_unat_geoportal_web/issues"
},
"homepage": "https://gitlab.com/veox_unat/veox_unat_geoportal_web#readme"
}