-
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
52 lines (52 loc) · 1.42 KB
/
package.json
File metadata and controls
52 lines (52 loc) · 1.42 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
{
"name": "trouverUneFresqueFront",
"version": "2.0.0",
"scripts": {
"dev": "vite",
"build": "vue-tsc --noEmit && vite build",
"preview": "vite preview",
"lint": "eslint . --fix",
"prepare": "husky"
},
"dependencies": {
"@mdi/font": "7.4.47",
"core-js": "^3.37.1",
"leaflet": "^1.9.4",
"leaflet.markercluster": "^1.5.3",
"roboto-fontface": "*",
"vue": "^3.4.31",
"vue-i18n": "^11.1.3",
"vue-matomo": "^4.2.0",
"vuetify": "^3.6.11"
},
"devDependencies": {
"@babel/types": "^7.24.7",
"@types/leaflet": "^1.9.16",
"@types/leaflet.markercluster": "^1.5.5",
"@types/node": "^20.14.10",
"@vitejs/plugin-vue": "^5.0.5",
"eslint": "^9.0.0",
"eslint-config-vuetify": "^4.3.4",
"husky": "^9.1.6",
"lint-staged": "^15.2.10",
"pinia": "^2.1.7",
"prettier": "3.3.3",
"prettier-plugin-organize-attributes": "^1.0.0",
"prettier-plugin-organize-imports": "^4.1.0",
"sass": "1.77.6",
"typescript": "^5.4.2",
"unplugin-auto-import": "^0.17.6",
"unplugin-fonts": "^1.1.1",
"unplugin-vue-components": "^0.27.2",
"unplugin-vue-router": "^0.10.0",
"vite": "^5.3.3",
"vite-plugin-vue-layouts": "^0.11.0",
"vite-plugin-vuetify": "^2.0.3",
"vue-router": "^4.4.0",
"vue-tsc": "^2.1.6",
"yarn-audit-fix": "^10.1.1"
},
"lint-staged": {
"**/*": "prettier --write --ignore-unknown --allow-empty"
}
}