generated from posva/vite-tailwind-starter
-
-
Notifications
You must be signed in to change notification settings - Fork 13
/
package.json
63 lines (63 loc) · 1.63 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
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
{
"name": "open-prices",
"version": "0.0.0",
"private": true,
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build",
"build-staging": "vite build --mode staging",
"build-prod": "vite build --mode prod",
"preview": "vite preview",
"lint": "eslint",
"lint:fix": "eslint --fix",
"cy:open": "cypress open",
"cy:run": "cypress run",
"test": "start-server-and-test dev http://localhost:5173 cy:run",
"postinstall": "husky"
},
"lint-staged": {
"*.{js,ts,vue}": [
"yarn lint --max-warnings=0 --no-warn-ignored"
]
},
"dependencies": {
"@intlify/unplugin-vue-i18n": "^4.0.0",
"@vue-leaflet/vue-leaflet": "^0.10.1",
"@vueuse/core": "^11.1.0",
"@vueuse/integrations": "^11.1.0",
"compressorjs": "^1.2.1",
"exifreader": "^4.24.0",
"html5-qrcode": "^2.3.8",
"leaflet": "^1.9.4",
"pinia": "^2.2.4",
"pinia-plugin-persistedstate": "^3.2.3",
"universal-cookie": "^7.2.1",
"vega": "^5.30.0",
"vega-embed": "^6.26.0",
"vega-lite": "^5.21.0",
"vue": "^3.5.12",
"vue-i18n": "9.14.1",
"vue-matomo": "^4.2.0",
"vue-router": "^4.4.5",
"vuetify": "^3.7.3"
},
"devDependencies": {
"@mdi/font": "^7.4.47",
"@vitejs/plugin-vue": "^5.1.4",
"@vue/compiler-sfc": "^3.5.12",
"autoprefixer": "^10.4.20",
"cross-env": "^7.0.3",
"cypress": "^13.15.1",
"eslint": "^9.13.0",
"eslint-plugin-vue": "^9.29.1",
"husky": "^9.1.6",
"lint-staged": "^15.2.10",
"postcss": "^8.4.47",
"start-server-and-test": "^2.0.8",
"vite": "^5.4.10"
},
"resolutions": {
"postcss": "^8.4.31"
}
}