-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathpackage.json
131 lines (131 loc) · 7.69 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
{
"name": "ride-to-work-by-bike",
"version": "0.0.1",
"description": "Ride to work by bike",
"productName": "Ride to work by bike",
"author": "Auto*Mat, z. s. [email protected]",
"private": true,
"scripts": {
"dev": "npx quasar dev",
"build": "npx quasar build",
"lint": "eslint --ext .js,.ts,.vue ./",
"format": "prettier --write \"**/*.{js,ts,vue,scss,html,md,json}\" --ignore-path .gitignore",
"test": "echo \"See package.json => scripts for available tests.\" && exit 0",
"test:e2e:ci": "cross-env NODE_ENV=test start-test \"quasar dev\" http-get://localhost:9000 \"cypress run --e2e\"",
"test:component:ci": "cross-env NODE_ENV=test cypress run --component",
"test:e2e:electron": "./test/cypress/run_tests.sh 'e2e:electron'",
"test:e2e:firefox": "./test/cypress/run_tests.sh 'e2e:firefox'",
"test:e2e:chrome": "./test/cypress/run_tests.sh 'e2e:chrome'",
"test:e2e:edge": "./test/cypress/run_tests.sh 'e2e:edge'",
"test:e2e:open:electron": "./test/cypress/run_tests.sh 'e2e:open:electron'",
"test:e2e:open:firefox": "./test/cypress/run_tests.sh 'e2e:open:firefox'",
"test:e2e:open:chrome": "./test/cypress/run_tests.sh 'e2e:open:chrome'",
"test:e2e:open:edge": "./test/cypress/run_tests.sh 'e2e:open:edge'",
"test:component:electron": "./test/cypress/run_tests.sh 'component:electron'",
"test:component:firefox": "./test/cypress/run_tests.sh 'component:firefox'",
"test:component:chrome": "./test/cypress/run_tests.sh 'component:chrome'",
"test:component:edge": "./test/cypress/run_tests.sh 'component:edge'",
"test:component:open:electron": "./test/cypress/run_tests.sh 'component:open:electron'",
"test:component:open:firefox": "./test/cypress/run_tests.sh 'component:open:firefox'",
"test:component:open:chrome": "./test/cypress/run_tests.sh 'component:open:chrome'",
"test:component:open:edge": "./test/cypress/run_tests.sh 'component:open:edge'",
"test:e2e:ci:electron": "cypress run --e2e --browser electron",
"test:e2e:ci:firefox": "cypress run --e2e --browser firefox",
"test:e2e:ci:chrome": "cypress run --e2e --browser chrome",
"test:e2e:ci:edge": "cypress run --e2e --browser edge",
"test:component:ci:electron": "cypress run --component --browser electron",
"test:component:ci:firefox": "cypress run --component --browser firefox",
"test:component:ci:chrome": "cypress run --component --browser chrome",
"test:component:ci:edge": "cypress run --component --browser edge",
"test:e2e:win:electron": "yarn test:e2e:ci:electron",
"test:e2e:win:firefox": "yarn test:e2e:ci:firefox",
"test:e2e:win:chrome": "yarn test:e2e:ci:chrome",
"test:e2e:win:edge": "yarn test:e2e:ci:edge",
"test:e2e:open:win:electron": "cypress open --e2e --browser electron",
"test:e2e:open:win:firefox": "cypress open --e2e --browser firefox",
"test:e2e:open:win:chrome": "cypress open --e2e --browser chrome",
"test:e2e:open:win:edge": "cypress open --e2e --browser edge",
"test:component:win:electron": "yarn test:component:ci:electron",
"test:component:win:firefox": "yarn test:component:ci:firefox",
"test:component:win:chrome": "yarn test:component:ci:chrome",
"test:component:win:edge": "yarn test:component:ci:edge",
"test:component:open:win:electron": "cypress open --component --browser electron",
"test:component:open:win:firefox": "cypress open --component --browser firefox",
"test:component:open:win:chrome": "cypress open --component --browser chrome",
"test:component:open:win:edge": "cypress open --component --browser edge",
"test:component:parallel:electron": "npx cypress-parallel -s test:component:electron -d ./src/components/__tests__/",
"test:component:parallel:firefox": "npx cypress-parallel -s test:component:firefox -d ./src/components/__tests__/",
"test:component:parallel:chrome": "npx cypress-parallel -s test:component:edge -d ./src/components/__tests__/",
"test:e2e:parallel:electron": "npx cypress-parallel -s test:e2e:electron -d ./test/cypress/e2e/",
"test:e2e:parallel:firefox": "npx cypress-parallel -s test:e2e:firefox -d ./test/cypress/e2e/",
"test:e2e:parallel:chrome": "npx cypress-parallel -s test:e2e:chrome -d ./test/cypress/e2e/",
"test:e2e:parallel:edge": "npx cypress-parallel -s test:e2e:edge -d ./test/cypress/e2e/",
"test:component:win:parallel:electron": "npx cypress-parallel -s test:component:win:electron -d ./src/components/__tests__/",
"test:component:win:parallel:firefox": "npx cypress-parallel -s test:component:win:firefox -d ./src/components/__tests__/",
"test:component:win:parallel:chrome": "npx cypress-parallel -s test:component:win:edge -d ./src/components/__tests__/",
"test:e2e:win:parallel:electron": "npx cypress-parallel -s test:e2e:win:electron -d ./test/cypress/e2e/",
"test:e2e:win:parallel:firefox": "npx cypress-parallel -s test:e2e:win:firefox -d ./test/cypress/e2e/",
"test:e2e:win:parallel:chrome": "npx cypress-parallel -s test:e2e:win:chrome -d ./test/cypress/e2e/",
"test:e2e:win:parallel:edge": "npx cypress-parallel -s test:e2e:win:edge -d ./test/cypress/e2e/",
"test:component:ci:parallel:electron": "npx cypress-parallel -s test:component:ci:electron -d ./src/components/__tests__/",
"test:component:ci:parallel:firefox": "npx cypress-parallel -s test:component:ci:firefox -d ./src/components/__tests__/",
"test:component:ci:parallel:chrome": "npx cypress-parallel -s test:component:ci:chrome -d ./src/components/__tests__/",
"test:component:ci:parallel:edge": "npx cypress-parallel -s test:component:ci:edge -d ./src/components/__tests__/",
"test:e2e:ci:parallel:electron": "npx cypress-parallel -s test:e2e:ci:electron -d ./test/cypress/e2e/",
"test:e2e:ci:parallel:firefox": "npx cypress-parallel -s test:e2e:ci:firefox -d ./test/cypress/e2e/",
"test:e2e:ci:parallel:chrome": "npx cypress-parallel -s test:e2e:ci:chrome -d ./test/cypress/e2e/",
"test:e2e:ci:parallel:edge": "npx cypress-parallel -s test:e2e:ci:edge -d ./test/cypress/e2e/",
"prepare": "husky install",
"create:component": "npx tsc ./src/utils/create_component_file/index.ts && node ./src/utils/create_component_file/index.js"
},
"dependencies": {
"@originjs/vite-plugin-content": "^1.0.1",
"@quasar/extras": "^1.0.0",
"axios": "^1.7.7",
"fs-extra": "^11.2.0",
"ol": "^10.2.1",
"ol-contextmenu": "^5.5.0",
"ol-ext": "^4.0.24",
"pinia": "^2.2.2",
"pinia-plugin-persistedstate": "^4.0.0",
"quasar": "^2.6.0",
"swiper": "^11.0.0",
"toml": "^3.0.0",
"vue": "^3.0.0",
"vue-facebook-login-component-next": "^1.0.4",
"vue-i18n": "^10.0.0",
"vue-router": "^4.0.0",
"vue3-google-login": "^2.0.33",
"vue3-openlayers": "^11.0.0",
"vuejs3-logger": "^1.0.0"
},
"devDependencies": {
"@quasar/app-vite": "^1.0.0",
"@quasar/quasar-app-extension-qcalendar": "^4.0.0-beta.15",
"@quasar/quasar-app-extension-testing": "^2.0.4",
"@quasar/quasar-app-extension-testing-e2e-cypress": "^6.0.0",
"@types/node": "^22.0.0",
"@typescript-eslint/eslint-plugin": "^8.0.0",
"@typescript-eslint/parser": "^8.0.0",
"autoprefixer": "^10.4.2",
"cypress": "^13.2.0",
"cypress-image-snapshot": "^4.0.1",
"cypress-multi-reporters": "^2.0.0",
"cypress-parallel": "^0.14.0",
"cypress-terminal-report": "^7.0.4",
"eslint": "^8.10.0",
"eslint-config-prettier": "^9.0.0",
"eslint-plugin-cypress": "^4.0.0",
"eslint-plugin-vue": "^9.0.0",
"husky": "^9.0.0",
"lint-staged": "^15.0.2",
"prettier": "^3.0.0",
"typescript": "^5.0.0",
"vite-plugin-top-level-await": "^1.4.4"
},
"engines": {
"node": "^18 || ^16 || ^14.19 || ^20.0.0 || ^22.0.0",
"npm": ">= 6.13.4",
"yarn": ">= 1.21.1"
}
}