-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
47 lines (47 loc) · 1.34 KB
/
package.json
File metadata and controls
47 lines (47 loc) · 1.34 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
{
"name": "carein",
"version": "0.0.0",
"private": true,
"scripts": {
"serve": "vite preview",
"build": "vite build",
"dev": "vite",
"i18n:report": "vue-cli-service i18n:report --src \"./src/**/*.?(js|vue)\" --locales \"./src/locales/**/*.json\"",
"preview": "vite preview",
"server": "json-server --watch server/db.json --port 3007"
},
"dependencies": {
"@mdi/font": "5.9.55",
"@vueuse/components": "^10.1.0",
"@vueuse/core": "^9.0.2",
"d3": "^7.8.4",
"leaflet": "^1.8.0",
"pinia": "^2.0.16",
"ramda": "^0.28.0",
"roboto-fontface": "*",
"vue": "^3.2.25",
"vue-i18n": "^9.1.0",
"vue-router": "^4.0.16",
"vuetify": "^3.0.0-beta.0",
"webfontloader": "^1.0.0",
"xlsx": "https://cdn.sheetjs.com/xlsx-0.19.2/xlsx-0.19.2.tgz"
},
"devDependencies": {
"@intlify/vue-i18n-loader": "^3.0.0",
"@types/d3": "^7.4.0",
"@types/leaflet": "^1.7.11",
"@types/ramda": "^0.28.14",
"@types/webfontloader": "^1.0.0",
"@vitejs/plugin-vue": "^2.3.3",
"@vue/cli-plugin-router": "~4.5.9",
"node-sass": "^7.0.1",
"sass": "^1.53.0",
"sass-loader": "^13.0.2",
"typescript": "^4.5.4",
"vite": "^2.9.9",
"vite-plugin-vuetify": "^1.0.0-alpha.0",
"vue-cli-plugin-i18n": "~2.3.1",
"vue-cli-plugin-vuetify": "~2.5.1",
"vue-tsc": "^0.34.7"
}
}