-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
69 lines (69 loc) · 1.93 KB
/
package.json
File metadata and controls
69 lines (69 loc) · 1.93 KB
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
{
"name": "sos-mediterranee-dashboard",
"version": "0.1.0",
"private": true,
"scripts": {
"serve": "vue-cli-service serve",
"build": "vue-cli-service build",
"lint": "vue-cli-service lint"
},
"dependencies": {
"@formkit/tempo": "^0.0.12",
"@types/geojson": "^7946.0.10",
"@vueform/slider": "^2.1.10",
"@vuepic/vue-datepicker": "^4.3.0",
"chart.js": "^4.4.2",
"core-js": "^3.30.1",
"d3-array": "^3.2.3",
"d3-brush": "^3.0.0",
"d3-scale": "^4.0.2",
"d3-selection": "^3.0.0",
"d3-transition": "^3.0.1",
"fs-monkey": "^1.0.5",
"geo-coordinates-parser": "^1.5.8",
"jquery": "^3.6.4",
"mapbox-gl": "^2.15.0",
"merge-descriptors": "^2.0.0",
"vue": "^3.3.4",
"vue-i18n": "^9.1.10"
},
"devDependencies": {
"@types/d3-array": "^3.0.4",
"@types/d3-scale": "^4.0.3",
"@types/d3-selection": "^3.0.5",
"@types/d3-transition": "^3.0.3",
"@types/jquery": "^3.5.16",
"@types/mapbox-gl": "^2.7.19",
"@typescript-eslint/eslint-plugin": "^5.58.0",
"@typescript-eslint/parser": "^5.58.0",
"@vue/cli-plugin-babel": "~5.0.8",
"@vue/cli-plugin-eslint": "~5.0.8",
"@vue/cli-plugin-typescript": "~5.0.8",
"@vue/cli-service": "~5.0.8",
"@vue/compiler-sfc": "^3.0.0",
"@vue/eslint-config-standard": "^8.0.1",
"@vue/eslint-config-typescript": "^11.0.2",
"autoprefixer": "^10.4.14",
"eslint": "^8.38.0",
"eslint-plugin-import": "^2.27.5",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-promise": "^6.1.1",
"eslint-plugin-standard": "^5.0.0",
"eslint-plugin-vue": "^9.11.0",
"husky": "^4.3.8",
"lint-staged": "^9.5.0",
"postcss": "^8.4.21",
"stylelint-config-recommended": "^11.0.0",
"tailwindcss": "^3.3.1",
"typescript": "^5.0.4"
},
"gitHooks": {
"pre-commit": "lint-staged"
},
"lint-staged": {
"*.{js,jsx,vue,ts,tsx}": [
"vue-cli-service lint",
"git add"
]
}
}