-
Notifications
You must be signed in to change notification settings - Fork 8
/
package.json
38 lines (38 loc) · 949 Bytes
/
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
{
"name": "photofield",
"version": "0.0.0",
"license": "MIT",
"scripts": {
"dev": "vite",
"build": "vite build"
},
"dependencies": {
"@fontsource/roboto": "^4.5.7",
"@unhead/vue": "^1.11.10",
"@vitejs/plugin-vue": "^1.10.2",
"@vueuse/core": "^11.1.0",
"@vueuse/router": "^11.1.0",
"balm-ui": "^10.9.0",
"copy-image-clipboard": "^1.0.1",
"date-fns": "^2.28.0",
"deep-iterator": "^1.1.0",
"fast-deep-equal": "^3.1.3",
"kalmanjs": "^1.1.0",
"ol": "^6.15.1",
"plyr": "^3.7.2",
"qs": "^6.11.0",
"swrv": "^1.0.0-beta.8",
"throttle-debounce": "^5.0.0",
"vue": "3.3.7",
"vue-concurrency": "^4.0.1",
"vue-multiselect": "^3.0.0-beta.1",
"vue-router": "^4.1.5"
},
"devDependencies": {
"eslint": "^8.19.0",
"eslint-plugin-vue": "^9.2.0",
"rollup-plugin-visualizer": "^5.6.0",
"vite": "^2.9.14",
"vite-plugin-compression": "^0.5.1"
}
}