forked from karrot-dev/karrot-frontend
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
170 lines (170 loc) · 5.74 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
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
{
"private": true,
"name": "karrot-frontend",
"productName": "Karrot",
"version": "14.1.0",
"description": "Karrot is a free and open-source tool for grassroots initiatives and groups of people that want to coordinate face-to-face activities on a local, autonomous and voluntary basis.",
"author": "Karrot Team <info@karrot.world>",
"homepage": "https://karrot.world/",
"license": "MIT",
"keywords": [
"foodsharing",
"foodsaving",
"community",
"organization"
],
"repository": {
"type": "git",
"url": "https://codeberg.org/karrot/karrot-frontend"
},
"bugs": "https://codeberg.org/karrot/karrot-frontend/issues",
"scripts": {
"dev": "quasar dev",
"dev:pwa": "quasar dev -m pwa",
"dev:backend:dev": "cross-env BACKEND=https://dev.karrot.world quasar dev",
"dev:backend:local": "cross-env BACKEND=http://localhost:8000 quasar dev",
"build": "quasar build -m pwa",
"build:cordova:dev": "cross-env KARROT_THEME=dev BACKEND=https://dev.karrot.world quasar build -m android --skip-pkg",
"build:cordova:prod": "cross-env BACKEND=https://karrot.world quasar build -m android --skip-pkg",
"serve": "node build/script.serve.js",
"test": "cross-env TZ=UTC vitest",
"test:update": "cross-env TZ=UTC vitest --update",
"lint": "eslint --ext .js,.vue ./",
"fix": "npm run lint -- --fix",
"lint:style": "stylelint 'src/**/*.{vue,sass}'",
"fix:style": "npm run lint:style -- --fix",
"storybook": "cross-env STORYBOOK_DISABLE_TELEMETRY=1 storybook dev -p 6006 --no-open",
"build-storybook": "cross-env STORYBOOK_DISABLE_TELEMETRY=1 storybook build",
"locales:pull": "tx pull -a --force --workers 20",
"locales:push": "tx push -s",
"docs": "cd docs && mdbook serve",
"build-docs": "cd docs && mdbook build --dest-dir ../docs-dist",
"generate-landing-images": "node src/base/generate-images.mjs"
},
"dependencies": {
"@quasar/extras": "^1.16.5",
"@sentry/vue": "^7.59.2",
"@tanstack/vue-query": "^4.29.25",
"@twemoji/api": "^15.1.0",
"@vuelidate/core": "^2.0.3",
"@vuelidate/validators": "^2.0.3",
"@vueuse/core": "^10.2.1",
"axios": "^1.4.0",
"clone-deep": "^4.0.1",
"date-fns": "^2.30.0",
"deep-equal": "^2.2.2",
"deepmerge": "^4.3.1",
"diff": "^5.1.0",
"diff2html": "^3.4.35",
"element-closest": "^3.0.0",
"floating-vue": "^2.0.0-beta.24",
"fractional-indexing": "^3.2.0",
"intl": "^1.2.5",
"jstimezonedetect": "^1.0.7",
"leaflet": "1.9.4",
"livekit-client": "^1.15.5",
"loglevel": "^1.8.1",
"markdown-it": "^13.0.1",
"markdown-it-emoji": "^3.0.0",
"markdown-it-link-attributes": "^4.0.1",
"markdown-it-regexp": "^0.4.0",
"mitt": "^3.0.1",
"quasar": "^2.12.3",
"reconnecting-websocket": "^4.4.0",
"rollup": "^3.26.3",
"rrule": "^2.7.2",
"sortablejs": "^1.15.0",
"v-tooltip": "^2.1.3",
"vite": "^4.4.4",
"vue": "^3.3.4",
"vue-advanced-cropper": "^2.8.8",
"vue-i18n": "^9.2.2",
"vue-mention": "^2.0.0-alpha.3",
"vue-router": "4.2.4",
"vue-router-mock": "^1.0.0"
},
"devDependencies": {
"@babel/core": "^7.22.9",
"@faker-js/faker": "^8.0.2",
"@intlify/unplugin-vue-i18n": "^0.12.2",
"@intlify/vue-i18n-loader": "5.0.0",
"@mapbox/appropriate-images": "^6.0.0",
"@octokit/rest": "^20.0.1",
"@quasar/app-vite": "^1.4.3",
"@quasar/babel-preset-app": "^2.0.2",
"@quasar/quasar-ui-qiconpicker": "^2.0.7",
"@sentry/cli": "^2.19.4",
"@sinonjs/fake-timers": "^10.3.0",
"@storybook/addon-essentials": "^7.2.0",
"@storybook/addon-links": "^7.2.0",
"@storybook/blocks": "^7.2.0",
"@storybook/manager-api": "^7.2.1",
"@storybook/testing-library": "^0.2.0",
"@storybook/theming": "^7.2.1",
"@storybook/vue3": "^7.2.0",
"@storybook/vue3-vite": "^7.2.0",
"@testing-library/jest-dom": "^5.17.0",
"@testing-library/user-event": "^14.4.3",
"@testing-library/vue": "^7.0.0",
"@vitest/coverage-v8": "^0.33.0",
"@vue/test-utils": "^2.4.0",
"autoprefixer": "^10.4.14",
"axios-mock-adapter": "^1.21.5",
"blob-polyfill": "^7.0.20220408",
"compression": "^1.7.3",
"connect-history-api-fallback": "^2.0.0",
"cross-env": "^7.0.3",
"dotenv": "^16.3.1",
"eslint": "^8.45.0",
"eslint-config-standard": "^17.1.0",
"eslint-import-resolver-webpack": "^0.13.2",
"eslint-plugin-import": "^2.27.5",
"eslint-plugin-n": "^16.0.1",
"eslint-plugin-promise": "^6.1.1",
"eslint-plugin-quasar": "^1.1.0",
"eslint-plugin-standard": "^5.0.0",
"eslint-plugin-vitest": "^0.2.6",
"eslint-plugin-vue": "^9.15.1",
"express": "^4.18.2",
"file-saver": "^2.0.5",
"glob": "^10.3.3",
"http-proxy-middleware": "^2.0.6",
"jsdom": "^22.1.0",
"jstoxml": "^3.2.7",
"keep-a-changelog": "^2.3.0",
"lodash": "^4.17.21",
"path-to-regexp": "^6.2.1",
"postcss": "^8.4.26",
"postcss-html": "^1.5.0",
"postcss-syntax": "^0.36.2",
"puppeteer": "^20.8.3",
"raf": "^3.4.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"rollup-plugin-visualizer": "^5.9.2",
"shx": "^0.3.4",
"storybook": "^7.2.0",
"stylelint": "^15.10.1",
"stylelint-config-recess-order": "^4.3.0",
"stylelint-config-recommended-scss": "^12.0.0",
"stylelint-config-sass-guidelines": "^10.0.0",
"stylelint-config-standard": "^34.0.0",
"stylelint-scss": "^5.0.1",
"vitest": "^0.33.0",
"vue-loader": "^17.2.2",
"workbox-build": "^7.0.0",
"workbox-core": "^7.0.0",
"workbox-precaching": "^7.0.0"
},
"engines": {
"node": ">= 16",
"npm": ">= 6.13.4",
"yarn": ">= 1.21.1"
},
"resolutions": {
"colors": "1.4.0",
"vite": "^4.0.0",
"@vitejs/plugin-vue": "^4.0.0",
"rollup": "^3.0.0"
}
}