-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
91 lines (91 loc) · 2.52 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
{
"name": "cartes.gouv.fr-entree-carto",
"type": "module",
"version": "1.0.1",
"description": "Interface cartographique permettant de visualiser et manipuler les données de la Géoplateforme",
"date": "10/12/2024",
"directories": {},
"engines": {
"node": ">=20"
},
"repository": {
"type": "git",
"url": "https://github.com/IGNF/cartes.gouv.fr-entree-carto.git"
},
"author": "IGNF",
"keywords": [
"geoportail",
"geoplateforme",
"javascript",
"openlayers",
"vue3",
"dsfr",
"cartes.gouv.fr"
],
"license": "AGPL-3.0",
"bugs": {
"url": "https://github.com/IGNF/cartes.gouv.fr-entree-carto/issues"
},
"homepage": "https://github.com/IGNF/cartes.gouv.fr-entree-carto#readme",
"scripts": {
"clean:dist": "rimraf dist",
"build-only": "vite build",
"dev": "vite --force",
"build": "run-p type-check \"build-only {@}\" --",
"format": "eslint ./src --fix",
"lint": "eslint ./src",
"preview": "vite preview",
"type-check": "vue-tsc --build --force",
"serve": "BASE_URL=/ vite build --mode stage && serve -s dist/"
},
"dependencies": {
"@gouvfr/dsfr": "^1.13.0",
"@gouvminint/vue-dsfr": "^5.14.2",
"geopf-extensions-openlayers": "./geopf-extensions-openlayers-1.0.0-beta.1-296.tgz",
"jspdf": "^2.5.2",
"ol": "8.2.0",
"serve": "^14.2.4",
"vue": "^3.4.21",
"vue-router": "^4.3.0"
},
"devDependencies": {
"@antfu/eslint-config": "2.21.3",
"@badgateway/oauth2-client": "^2.4.2",
"@rushstack/eslint-patch": "^1.6.0",
"@tsconfig/node20": "^20.1.2",
"@types/jsdom": "^21.1.6",
"@types/node": "^20.10.4",
"@vitejs/plugin-basic-ssl": "^1.1.0",
"@vitejs/plugin-vue": "^5.0.0",
"@vitejs/plugin-vue-jsx": "^3.1.0",
"@vue/eslint-config-typescript": "^13.0.0",
"@vue/test-utils": "^2.4.3",
"@vue/tsconfig": "^0.4.0",
"@vueuse/components": "^10.9.0",
"@vueuse/core": "^10.9.0",
"eslint": "^8.55.0",
"eslint-plugin-vue": "^9.19.2",
"focus-trap": "^7.5.4",
"focus-trap-vue": "^4.0.3",
"msw": "2.6.4",
"npm-run-all2": "^6.1.2",
"oh-vue-icons": "1.0.0-rc3",
"pinia": "^2.1.7",
"pinia-plugin-store": "^2.2.9",
"rimraf": "^5.0.5",
"sass": "^1.76.0",
"typescript": "~5.4.0",
"unplugin-auto-import": "^0.18.0",
"unplugin-vue-components": "^0.27.0",
"vite": "^5.1.6",
"vue": "^3.4.21",
"vue-logger-plugin": "^2.2.3",
"vue-router": "^4.3.0",
"vue-tsc": "^2.0.6"
},
"msw": {
"workerDirectory": [
"./public"
]
}
}