-
Notifications
You must be signed in to change notification settings - Fork 69
/
package.json
121 lines (121 loc) · 4.49 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
{
"name": "marketplace-demo",
"version": "0.8.0",
"description": "Marketplace powered by Stelace API and Vue.js",
"productName": "Stelace Instant Marketplace Demo",
"homepage": "https://stelace.com",
"author": "Stelace (https://stelace.com)",
"license": "MIT",
"private": true,
"scripts": {
"postinstall": "netlify-lambda install netlify && npm run fix-deps-crlf && npm run huskyinstall",
"lint": "eslint --ext .js,.vue src",
"fix-deps-crlf": "node scripts/fix-deps-crlf.js",
"test": "echo \"No test specified\" && exit 0",
"build": "quasar build && npm run functions:build",
"conf": "node scripts/include-config.js",
"conf:prod": "cross-env NODE_ENV=production node scripts/include-config.js",
"dev": "npm-run-all --parallel quasar:dev functions:dev",
"dev:ci": "NETLIFY_LAMBDA=true quasar dev",
"quasar:dev": "quasar dev",
"functions:save-env": "node netlify/scripts/save-env.js",
"functions:dev": "npm run functions:save-env && node netlify/scripts/dev.js",
"functions:build": "cross-env NODE_ENV=production npm run functions:save-env && cross-env NODE_ENV=production netlify-lambda build --config ./netlify/webpack.functions.js netlify/functions",
"translate": "node scripts/buildTranslationFiles.js",
"translate:prod": "cross-env NODE_ENV=production node scripts/buildTranslationFiles.js",
"deploy": "npm run build && netlify deploy --dir=dist/spa",
"deploy:prod": "npm run build && node scripts/deployManuallyToNetlifyProd.js",
"deploy:translations": "node scripts/deployTranslations.js",
"deploy:translations:prod": "cross-env NODE_ENV=production node scripts/deployTranslations.js",
"deploy:workflows": "node scripts/deploy-workflows.js",
"deploy:workflows:prod": "cross-env NODE_ENV=production node scripts/deploy-workflows.js",
"seed": "node scripts/init-data.js",
"test:e2e": "testcafe 'firefox' tests/e2e/**/*.e2e.{j,t}s",
"test:e2e:headless": "testcafe 'firefox:headless' tests/e2e/**/*.e2e.{j,t}s",
"test:ci:e2e": "testcafe 'firefox:headless,chrome:headless' tests/e2e/**/*.e2e.{j,t}s -c 2 --skip-js-errors -r xunit:/tmp/test-results/e2e.xml",
"huskyinstall": "husky install",
"prepublishOnly": "pinst --disable",
"postpublish": "pinst --enable"
},
"dependencies": {
"@quasar/extras": "^1.10.6",
"@sentry/browser": "^6.3.6",
"@sentry/integrations": "^6.3.5",
"axios": "^0.21.1",
"binary-search-bounds": "^2.0.5",
"geolib": "^3.3.1",
"intl-messageformat-parser": "^2.1.3",
"lodash": "^4.17.21",
"mapbox-gl": "~1.13.1",
"mapbox-gl-vue": "^2.0.4",
"photoswipe": "^4.1.3",
"quasar": "^1.14.7",
"sharp-aws-image-handler-client": "https://github.com/stelace/sharp-aws-image-handler-client.git#0.2.0",
"socket.io-client": "~2.4.0",
"stelace": "0.14.0",
"vue-analytics": "5.22.1",
"vue-intl": "3.1.0",
"vue-meta": "^2.4.0",
"vue-slicksort": "^1.2.0",
"vue-socket.io-extended": "4.1.0",
"vuex-router-sync": "^5.0.0"
},
"devDependencies": {
"@quasar/app": "^2.2.4",
"@sentry/webpack-plugin": "^1.15.1",
"babel-eslint": "^10.1.0",
"babel-plugin-lodash": "^3.3.4",
"chalk": "^4.1.1",
"commander": "^7.1.0",
"core-js": "^3.10.0",
"cross-env": "^7.0.3",
"csvtojson": "^2.0.10",
"detect-newline": "^3.1.0",
"dotenv": "^8.2.0",
"eslint": "^6.8.0",
"eslint-config-standard": "^14.1.1",
"eslint-loader": "^4.0.2",
"eslint-plugin-import": "^2.22.1",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-promise": "^4.3.1",
"eslint-plugin-standard": "^5.0.0",
"eslint-plugin-vue": "^7.7.0",
"glob": "^7.1.6",
"html-critical-webpack-plugin": "^2.1.0",
"html-loader": "^1.3.2",
"husky": ">=6.0.0",
"i18n-compile": "^1.1.1",
"inquirer": "^8.0.0",
"lint-staged": ">=10.5.4",
"markdown-it": "^12.0.4",
"netlify-lambda": "^2.0.3",
"npm-run-all": "^4.1.5",
"p-map": "^4.0.0",
"p-props": "^4.0.0",
"pinst": "^2.1.6",
"preload-webpack-plugin": "^3.0.0-beta.4",
"prerender-spa-plugin": "^3.4.0",
"shelljs": "^0.8.5",
"testcafe": "^1.14.0",
"testcafe-reporter-xunit": "^2.1.0",
"testcafe-vue-selectors": "^3.1.0",
"webfontloader": "^1.6.28",
"workbox-webpack-plugin": "^6.1.2"
},
"engines": {
"node": ">= 10.18.0",
"npm": ">= 5.6.0",
"yarn": ">= 1.6.0"
},
"browserslist": [
"> 0.2%",
"last 2 versions",
"ie 11",
"not dead"
],
"lint-staged": {
"*.{js,vue}": [
"eslint --fix"
]
}
}