-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
44 lines (44 loc) · 1.17 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": "mtl15m",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "vue-tsc && vite build",
"preview": "vite preview",
"test": "vitest run",
"coverage": "vitest run --coverage",
"lint": "eslint --ext .ts,.vue src",
"lint-fix": "eslint --ext .ts,.vue --fix src"
},
"dependencies": {
"@fortawesome/fontawesome-free": "^6.4.0",
"@types/leaflet": "^1.9.3",
"@types/marked": "^4.0.8",
"@types/vue-select": "^3.16.2",
"@vue-leaflet/vue-leaflet": "^0.9.0",
"axios": "^1.3.4",
"geojson": "^0.5.0",
"immutable": "^4.3.0",
"leaflet": "^1.9.3",
"marked": "^4.3.0",
"pinia": "^2.0.33",
"vue": "^3.2.47",
"vue-i18n": "^9.2.2",
"vue-select": "^4.0.0-beta.6"
},
"devDependencies": {
"@intlify/unplugin-vue-i18n": "^0.10.0",
"@typescript-eslint/eslint-plugin": "^5.56.0",
"@typescript-eslint/parser": "^5.56.0",
"@vitejs/plugin-vue": "^4.1.0",
"@vitest/coverage-c8": "^0.29.7",
"eslint": "^8.36.0",
"eslint-plugin-vue": "^9.10.0",
"typescript": "^4.9.3",
"vite": "^4.2.0",
"vitest": "^0.29.7",
"vue-tsc": "^1.2.0"
}
}