This repository has been archived by the owner on May 26, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 8
/
Copy pathpackage.json
59 lines (59 loc) · 2.01 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
{
"name": "skeleton-quasar",
"version": "0.0.1",
"description": "Skeleton Quasar",
"productName": "Skeleton Quasar Dashboard",
"cordovaId": "com.skeleton-quasar",
"author": "",
"private": true,
"scripts": {
"lint": "eslint --ext .js,.vue src",
"test": "quasar run @quasar/testing test --unit=jest",
"test:e2e": "cypress open",
"test:e2e:CI": "cypress run",
"serve:test:lighthouse": "quasar serve test/lighthouse/reports/ --port 8789",
"audit:snyk": "snyk test --json > ./test/audits/snyk.json",
"audit:node_modules": "yarn audit --json > ./test/audits/node_modules_audit.json",
"audit:licenses": "nlf --summary detail > ./test/audits/licenses.txt",
"audit:lighthouse": "lighthouse http://localhost:3000 view --output-path=./test/lighthouse/reports/index.html --config-path=./test/lighthouse/configs/full-config.js"
},
"dependencies": {
"@quasar/extras": "^1.0.0",
"axios": "^0.18.0",
"lodash": "^4.17.11",
"quasar": "^1.0.0-beta.23",
"siiimple-toast": "^3.1.6",
"sortablejs": "^1.8.4",
"vue-hot-reload-loader": "^0.2.0",
"vue-i18n": "^7.3.3",
"vuelidate": "^0.7.4"
},
"devDependencies": {
"@quasar/app": "^1.0.0-beta.26",
"@quasar/quasar-app-extension-testing": "^1.0.0-rc.5",
"@quasar/quasar-app-extension-testing-e2e-cypress": "^1.0.0-beta.6",
"@quasar/quasar-app-extension-testing-quality": "^1.0.0-beta.6",
"@quasar/quasar-app-extension-testing-security": "^1.0.0-alpha.3",
"@quasar/quasar-app-extension-testing-unit-jest": "^1.0.0-beta.19",
"@vue/eslint-config-standard": "^4.0.0",
"babel-eslint": "^10.0.1",
"eslint": "^5.10.0",
"eslint-loader": "^2.1.1",
"eslint-plugin-vue": "^5.0.0",
"node-sass": "^4.11.0",
"sass-loader": "^7.1.0",
"strip-ansi": "=3.0.1",
"wallaby-vue-compiler": "^1.0.3"
},
"engines": {
"node": ">= 8.9.0",
"npm": ">= 5.6.0",
"yarn": ">= 1.6.0"
},
"browserslist": [
"last 1 version, not dead, ie >= 11"
],
"resolutions": {
"ajv": "6.8.1"
}
}