This repository was archived by the owner on Jul 31, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
47 lines (47 loc) · 1.54 KB
/
Copy pathpackage.json
File metadata and controls
47 lines (47 loc) · 1.54 KB
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
{
"name": "adeeb-quasar-ssr",
"version": "0.0.1",
"description": "Adeeb with SSR",
"productName": "Adeeb Quasar",
"author": "M_Shrief <m.shrief.dev@proton.me>",
"private": true,
"scripts": {
"test": "echo \"See package.json => scripts for available tests.\" && exit 0",
"dev": "quasar dev --mode ssr",
"build": "quasar build",
"test:e2e": "cross-env NODE_ENV=test start-test \"quasar dev\" http-get://localhost:9000 \"cypress open --e2e\"",
"test:e2e:ci": "cross-env NODE_ENV=test start-test \"quasar dev\" http-get://localhost:9000 \"cypress run --e2e\"",
"test:component": "cross-env NODE_ENV=test cypress open --component",
"test:component:ci": "cross-env NODE_ENV=test cypress run --component"
},
"dependencies": {
"@quasar/extras": "^1.0.0",
"axios": "^1.2.1",
"cypress": "^12.16.0",
"dotenv": "^16.0.3",
"normalize.css": "^8.0.1",
"open-props": "^1.5.10",
"pinia": "^2.0.11",
"pinia-plugin-persistedstate": "^3.1.0",
"quasar": "^2.6.0",
"vee-validate": "^4.9.6",
"vue": "^3.0.0",
"vue-router": "^4.0.0",
"yup": "^1.2.0"
},
"devDependencies": {
"@quasar/app-vite": "^1.0.0",
"@quasar/quasar-app-extension-testing": "^2.1.0",
"@quasar/quasar-app-extension-testing-e2e-cypress": "^5.1.0",
"@types/node": "^12.20.21",
"autoprefixer": "^10.4.2",
"cypress": "^12.2.0",
"eslint-plugin-cypress": "^2.12.1",
"typescript": "^4.5.4"
},
"engines": {
"node": "^20 || ^18 || ^16 || ^14.19",
"npm": ">= 6.13.4",
"yarn": ">= 1.21.1"
}
}