This repository has been archived by the owner on Feb 17, 2025. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
72 lines (72 loc) · 1.97 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
{
"name": "negotiator-v3-frontend",
"version": "0.1.0",
"private": true,
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview --port 4173",
"test:unit": "vitest --environment jsdom",
"lint": "eslint . --fix",
"format": "prettier --write src/",
"cy:run": "cypress run",
"cy:run:chrome": "cypress run --browser chrome",
"cy:run:firefox": "cypress run --browser firefox",
"cy:open": "cypress open"
},
"dependencies": {
"@fortawesome/fontawesome-free": "^6.2.0",
"@fortawesome/fontawesome-svg-core": "^6.2.0",
"@fortawesome/free-solid-svg-icons": "^6.2.0",
"@fortawesome/vue-fontawesome": "^3.0.2",
"@popperjs/core": "^2.11.6",
"@vue/test-utils": "^2.2.7",
"axios": "^1.7.4",
"bootstrap": "^5.2.2",
"bootstrap-icons": "^1.11.1",
"bootstrap-vue-next": "^0.8.10",
"chart.js": "^4.4.7",
"chartjs-plugin-datalabels": "^2.2.0",
"core-js": "^3.8.3",
"dotenv": "^16.0.3",
"git-rev-sync": "^3.0.2",
"http-server": "^14.1.1",
"jspdf": "^2.5.1",
"jspdf-autotable": "^3.8.2",
"moment": "^2.29.4",
"oidc-client-ts": "^2.1.0",
"pinia": "^2.2.2",
"pinia-oidc": "^1.0.10",
"sass-loader": "^13.2.0",
"vue": "^3.2.47",
"vue-chartjs": "^5.3.2",
"vue-matomo": "^4.2.0",
"vue-router": "^4.1.5",
"vue3-form-wizard": "^0.1.8",
"vue3-tour": "^0.3.4",
"yarn": "^1.22.19"
},
"devDependencies": {
"@eslint/js": "^9.14.0",
"@vitejs/plugin-vue": "^3.0.3",
"@vue/cli-service": "^5.0.8",
"@vue/eslint-config-prettier": "^10.1.0",
"cypress": "^13.14.1",
"eslint": "^9.16.0",
"eslint-plugin-cypress": "^4.1.0",
"eslint-plugin-vue": "^9.30.0",
"jsdom": "^21.0.0",
"prettier": "^3.3.3",
"sass": "^1.69.5",
"unplugin-vue-components": "^0.24.1",
"vite": "^3.2.10",
"vitest": "^0.23.0"
},
"browserslist": [
"> 1%",
"last 2 versions",
"not dead",
"not ie 11"
]
}