-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
41 lines (41 loc) · 1.1 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
{
"name": "conida_web",
"version": "1.0.0",
"description": "CONIDA",
"author": "VEOX",
"private": true,
"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/conida/conida_web.git"
},
"dependencies": {
"@nuxtjs/auth": "^4.8.5",
"@nuxtjs/axios": "^5.9.3",
"@nuxtjs/dotenv": "^1.4.1",
"element-ui": "^2.13.0",
"leaflet": "^1.6.0",
"leaflet-draw": "^1.0.4",
"leaflet-side-by-side": "github:Mariley20/leaflet-side-by-side",
"nuxt": "^2.11.0",
"vue2-leaflet": "^2.4.2"
},
"devDependencies": {
"@nuxtjs/style-resources": "^1.0.0",
"babel-eslint": "^10.0.3",
"eslint": "^6.8.0",
"eslint-loader": "^3.0.3",
"eslint-plugin-vue": "^6.1.2",
"sass": "^1.24.4",
"sass-loader": "^8.0.2"
}
}