-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
44 lines (44 loc) · 1.07 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": "vatscout",
"version": "0.0.0",
"private": true,
"scripts": {
"start": "vite",
"dev": "vite",
"build": "vue-tsc --noEmit && vite build",
"preview": "vite preview",
"lint": "eslint . --fix --ignore-path .gitignore",
"test": "vitest"
},
"dependencies": {
"@mdi/font": "7.0.96",
"@turf/turf": "^6.5.0",
"axios": "^1.6.2",
"core-js": "^3.29.0",
"howler": "^2.2.4",
"moment": "^2.29.4",
"ol": "^8.2.0",
"pinia": "^2.0.0",
"roboto-fontface": "*",
"vue": "^3.2.0",
"vue-router": "^4.0.0",
"vuetify": "^3.0.0"
},
"devDependencies": {
"@babel/types": "^7.21.4",
"@types/howler": "^2.2.11",
"@types/node": "^18.15.0",
"@vitejs/plugin-vue": "^4.0.0",
"@vue/eslint-config-typescript": "^12.0.0",
"eslint": "^8.37.0",
"eslint-plugin-vue": "^9.3.0",
"sass": "^1.60.0",
"typescript": "^5.3.3",
"unplugin-fonts": "^1.0.3",
"vite": "^4.2.0",
"vite-plugin-pwa": "^0.17.4",
"vite-plugin-vuetify": "^1.0.0",
"vitest": "^1.2.1",
"vue-tsc": "^1.2.0"
}
}