forked from openfoodfacts/open-prices-frontend
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
42 lines (42 loc) · 1.06 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
{
"name": "open-prices",
"version": "0.0.0",
"private": true,
"scripts": {
"dev": "vite",
"build": "vite build",
"build-staging": "vite build --base=/app/ --mode preprod",
"build-prod": "vite build --base=/app/ --mode prod",
"preview": "vite preview"
},
"dependencies": {
"@intlify/unplugin-vue-i18n": "^2.0.0",
"@vue-leaflet/vue-leaflet": "^0.10.1",
"@vueuse/core": "^10.6.1",
"@vueuse/integrations": "^10.6.1",
"compressorjs": "^1.2.1",
"exifreader": "^4.21.0",
"html5-qrcode": "^2.3.8",
"leaflet": "^1.9.4",
"pinia": "^2.1.7",
"pinia-plugin-persistedstate": "^3.2.1",
"universal-cookie": "^6.1.1",
"vue": "^3.4.19",
"vue-i18n": "9",
"vue-matomo": "^4.2.0",
"vue-router": "^4.2.5",
"vuetify": "^3.4.6"
},
"devDependencies": {
"@mdi/font": "^7.3.67",
"@vitejs/plugin-vue": "^4.5.0",
"@vue/compiler-sfc": "^3.3.9",
"autoprefixer": "^10.4.16",
"cross-env": "^7.0.3",
"postcss": "^8.4.31",
"vite": "^4.5.0"
},
"resolutions": {
"postcss": "^8.4.31"
}
}