-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
39 lines (39 loc) · 1.11 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
{
"name": "vue-ts",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "vue-tsc && vite build && vite optimize",
"deploy": "vue-tsc && vite build && aws s3 sync dist s3://hel-roadcondition --acl public-read --profile advianconsulting",
"preview": "vite preview --host"
},
"dependencies": {
"@mdi/font": "^7.4.47",
"@vueuse/core": "^10.7.2",
"cesium": "^1.112.0",
"chroma-js": "^2.4.2",
"dayjs": "^1.11.10",
"pinia": "^2.1.7",
"vue": "^3.3.11",
"vuetify": "^3.4.9"
},
"devDependencies": {
"@types/chroma-js": "^2.4.3",
"@typescript-eslint/eslint-plugin": "^6.20.0",
"@typescript-eslint/parser": "^6.20.0",
"@vitejs/plugin-vue": "^4.5.2",
"esbuild": "^0.19.10",
"eslint": "^8.56.0",
"eslint-config-standard-with-typescript": "^43.0.1",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-n": "^16.6.2",
"eslint-plugin-promise": "^6.1.1",
"eslint-plugin-vue": "^9.21.1",
"typescript": "^5.3.3",
"vite": "^5.0.8",
"vite-plugin-cesium": "^1.2.22",
"vue-tsc": "^1.8.25"
}
}