-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
63 lines (63 loc) · 2.38 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": "jobboard",
"version": "0.0.1",
"description": "Open Source Jobboard based on the Quasar framework",
"productName": "Yawik Jobboard",
"author": "Carsten Bleek <[email protected]>",
"private": true,
"scripts": {
"dev": "node --preserve-symlinks --preserve-symlinks-main ./node_modules/@quasar/app/bin/quasar dev",
"build": "node --preserve-symlinks --preserve-symlinks-main ./node_modules/@quasar/app/bin/quasar build",
"lint": "node --preserve-symlinks --preserve-symlinks-main ./node_modules/eslint/bin/eslint --ext .js,.vue src",
"lintfix": "node --preserve-symlinks --preserve-symlinks-main ./node_modules/eslint/bin/eslint --ext .js,.vue src --fix",
"test:e2e": "cross-env E2E_TEST=true start-test \"quasar dev\" http-get://localhost:8080 \"cypress open\"",
"test:e2e:ci": "cross-env E2E_TEST=true start-test \"quasar dev\" http-get://localhost:8080 \"cypress run\"",
"test": "echo \"No test specified\" && exit 0"
},
"dependencies": {
"@quasar/extras": "^1.12.4",
"@quasar/quasar-app-extension-testing-unit-jest": "3.0.0-alpha.8",
"@quasar/quasar-ui-qmarkdown": "^2.0.0-alpha.9",
"axios": "^0.21.1",
"core-js": "^3.6.5",
"front-matter": "^4.0.2",
"instantsearch.css": "^7.4.5",
"quasar": "^2.4.10",
"vue-i18n": "^9.0.0",
"vuex": "^4.0.1",
"vuex-persistedstate": "^4.1.0"
},
"devDependencies": {
"@babel/eslint-parser": "^7.13.14",
"@intlify/vue-i18n-loader": "^4.1.0",
"@quasar/app": "^3.0.0",
"@quasar/quasar-app-extension-qmarkdown": "^2.0.0-alpha.9",
"@quasar/quasar-app-extension-testing": "^2.0.2",
"@quasar/quasar-app-extension-testing-e2e-cypress": "3",
"cross-env": "^7.0.3",
"cypress": "^9.3.1",
"dotenv-flow": "^3.2.0",
"eslint": "^7.23.0",
"eslint-config-standard": "^16.0.2",
"eslint-loader": "^4.0.2",
"eslint-plugin-import": "^2.19.1",
"eslint-plugin-node": "^11.0.0",
"eslint-plugin-promise": "^5.1.0",
"eslint-plugin-quasar": "^1.1.0",
"eslint-plugin-vue": "^7.8.0",
"eslint-webpack-plugin": "^2.4.0",
"json-loader": "^0.5.7",
"stylelint": "^13.9.0",
"stylelint-config-standard": "^20.0.0",
"stylelint-scss": "^3.18.0",
"stylelint-webpack-plugin": "^1.2.3"
},
"browserslist": [
"last 2 years, >3%, not dead"
],
"engines": {
"node": ">= 12.22.1",
"npm": ">= 6.13.4",
"yarn": ">= 1.21.1"
}
}