forked from karrot-dev/karrot-frontend
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
193 lines (193 loc) · 6.5 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
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
{
"private": true,
"name": "karrot-frontend",
"productName": "Karrot",
"version": "10.0.4",
"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 <[email protected]>",
"homepage": "https://karrot.world/",
"license": "MIT",
"keywords": [
"foodsharing",
"foodsaving",
"community",
"organization"
],
"repository": {
"type": "git",
"url": "https://github.com/karrot-dev/karrot-frontend"
},
"bugs": "https://github.com/karrot-dev/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 node test/jestUTC.js",
"test:update": "cross-env TZ=UTC node test/jestUTC.js --verbose --updateSnapshot",
"test:watch": "cross-env TZ=UTC node test/jestUTC.js --verbose --watchAll --notify",
"lint": "eslint --ext .js,.vue ./",
"fix": "npm run lint -- --fix",
"lint:style": "stylelint 'src/**/*.{vue,sass}'",
"fix:style": "npm run lint:style -- --fix",
"storybook": "start-storybook -p 6006",
"build-storybook": "build-storybook",
"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.3",
"@sentry/vue": "^7.50.0",
"@vue/compat": "^3.2.47",
"@vuelidate/core": "^2.0.2",
"@vuelidate/validators": "^2.0.2",
"@vueuse/core": "^10.1.0",
"axios": "^1.4.0",
"clone-deep": "^4.0.1",
"core-js": "^3.30.1",
"date-fns": "^2.29.3",
"deep-equal": "^2.2.1",
"deepmerge": "^4.3.1",
"diff": "^5.1.0",
"diff2html": "^3.4.35",
"element-closest": "^3.0.0",
"firebase": "^9.21.0",
"floating-vue": "^2.0.0-beta.20",
"intl": "^1.2.5",
"jstimezonedetect": "^1.0.7",
"leaflet": "1.9.3",
"lodash.debounce": "^4.0.8",
"loglevel": "^1.8.1",
"markdown-it": "^13.0.1",
"markdown-it-emoji": "^2.0.2",
"markdown-it-link-attributes": "^4.0.1",
"markdown-it-regexp": "^0.4.0",
"mitt": "^3.0.0",
"quasar": "^2.11.10",
"reconnecting-websocket": "^4.4.0",
"rrule": "^2.7.2",
"twemoji": "^14.0.2",
"v-tooltip": "^2.1.3",
"vue": "^3.2.47",
"vue-croppa": "^1.3.8",
"vue-i18n": "^9.2.2",
"vue-mention": "^2.0.0-alpha.3",
"vue-query": "^2.0.0-beta.1",
"vue-router": "4.1.6",
"vue-router-mock": "^0.2.0"
},
"devDependencies": {
"@babel/core": "^7.21.5",
"@babel/eslint-parser": "^7.21.3",
"@babel/plugin-transform-modules-commonjs": "^7.21.5",
"@faker-js/faker": "^7.6.0",
"@intlify/vue-i18n-loader": "5.0.0",
"@mapbox/appropriate-images": "^6.0.0",
"@octokit/rest": "^19.0.7",
"@quasar/app-webpack": "^3.7.2",
"@quasar/quasar-app-extension-dotenv": "^1.1.0",
"@quasar/quasar-ui-qiconpicker": "^2.0.6",
"@sentry/cli": "^2.17.5",
"@sinonjs/fake-timers": "^10.0.2",
"@storybook/addon-actions": "^7.0.7",
"@storybook/addon-essentials": "^7.0.7",
"@storybook/addon-links": "^7.0.7",
"@storybook/addon-storyshots": "^7.0.7",
"@storybook/builder-webpack5": "^7.0.7",
"@storybook/manager-webpack5": "^6.5.16",
"@storybook/vue3": "^7.0.7",
"@testing-library/jest-dom": "^5.16.5",
"@testing-library/user-event": "^14.4.3",
"@testing-library/vue": "^7.0.0",
"@types/jest": "^29.5.1",
"@vue/test-utils": "^2.3.2",
"@vue/vue3-jest": "^29.2.4",
"axios-mock-adapter": "^1.21.4",
"babel-core": "^7.0.0-bridge.0",
"babel-jest": "^29.5.0",
"babel-loader": "^9.1.2",
"babel-plugin-dynamic-import-node": "^2.3.0",
"blob-polyfill": "^7.0.20220408",
"compression": "^1.7.3",
"connect-history-api-fallback": "^2.0.0",
"cordova-config": "^0.7.0",
"cross-env": "^7.0.3",
"dotenv": "^16.0.3",
"eslint": "^8.39.0",
"eslint-config-standard": "^17.0.0",
"eslint-import-resolver-webpack": "^0.13.2",
"eslint-plugin-import": "^2.27.5",
"eslint-plugin-jest": "^27.2.1",
"eslint-plugin-n": "^15.7.0",
"eslint-plugin-promise": "^6.1.1",
"eslint-plugin-quasar": "^1.1.0",
"eslint-plugin-standard": "^5.0.0",
"eslint-plugin-vue": "^9.11.0",
"eslint-webpack-plugin": "^4.0.1",
"express": "^4.18.2",
"file-saver": "^2.0.5",
"glob": "^10.2.2",
"http-proxy-middleware": "^2.0.6",
"jest": "^29.5.0",
"jest-canvas-mock": "^2.5.0",
"jest-environment-jsdom": "^29.5.0",
"jest-junit": "^16.0.0",
"jest-serializer-vue": "^3.1.0",
"jest-transform-stub": "^2.0.0",
"jstoxml": "^3.2.7",
"keep-a-changelog": "^2.2.1",
"lodash": "^4.17.21",
"path-to-regexp": "^6.2.1",
"postcss": "^8.4.23",
"postcss-html": "^1.5.0",
"postcss-syntax": "^0.36.2",
"preload-webpack-plugin": "^3.0.0-beta.3",
"puppeteer": "^19.11.1",
"raf": "^3.4.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"shx": "^0.3.4",
"storybook": "^7.0.7",
"stylelint": "^15.6.0",
"stylelint-config-recess-order": "^4.0.0",
"stylelint-config-recommended-scss": "^11.0.0",
"stylelint-config-sass-guidelines": "^10.0.0",
"stylelint-config-standard": "^33.0.0",
"stylelint-scss": "^5.0.0",
"stylelint-webpack-plugin": "^4.1.1",
"vue-loader": "^17.1.0",
"webpack": "5.81.0",
"webpack-bundle-analyzer": "^4.8.0",
"workbox-webpack-plugin": "^6.5.4"
},
"browserslist": [
"ie >= 11",
"last 10 Chrome versions",
"last 10 Firefox versions",
"last 4 Edge versions",
"last 7 Safari versions",
"last 8 Android versions",
"last 8 ChromeAndroid versions",
"last 8 FirefoxAndroid versions",
"last 10 iOS versions",
"last 5 Opera versions"
],
"engines": {
"node": ">= 16",
"npm": ">= 6.13.4",
"yarn": ">= 1.21.1"
},
"resolutions": {
"colors": "1.4.0"
},
"majestic": {
"jestScriptPath": "./test/jestUTC.js"
}
}