-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
44 lines (44 loc) · 1.11 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
{
"name": "nivo-front",
"version": "0.1.0",
"description": "Frontend of nivo application",
"author": "Rémi Desgrange",
"private": true,
"scripts": {
"dev": "nuxt",
"build": "nuxt build",
"start": "nuxt start",
"generate": "nuxt generate",
"lint": "eslint --fix --ext .js,.vue --ignore-path .gitignore .",
"test": "jest"
},
"dependencies": {
"@nuxtjs/axios": "^5.13.6",
"@nuxtjs/moment": "^1.6.1",
"@nuxtjs/sentry": "^5.1.6",
"@turf/point-on-feature": "latest",
"@turf/turf": "^6.5.0",
"axios": "^1.2.2",
"bootstrap": "^4.6.0",
"bootstrap-vue": "^2.21.2",
"hex-to-rgba": "^2.0.1",
"highcharts": "^9.3.2",
"highcharts-vue": "^1.4.0",
"moment": "^2.29.1",
"nuxt": "^2.15.8",
"ol": "^7.2.2"
},
"devDependencies": {
"@babel/eslint-parser": "^7.19.1",
"@nuxtjs/eslint-config": "^12.0.0",
"@nuxtjs/eslint-module": "^3.1.0",
"@vue/test-utils": "^1.2.1",
"@babel/core": "^7.20.0",
"eslint": "^8.29.0",
"eslint-plugin-nuxt": "^4.0.0",
"eslint-plugin-vue": "^9.8.0"
},
"volta": {
"node": "16.18.1"
}
}