-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
57 lines (57 loc) · 1.69 KB
/
package.json
File metadata and controls
57 lines (57 loc) · 1.69 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
48
49
50
51
52
53
54
55
56
57
{
"name": "showcase3",
"author": "CourseIT",
"version": "1.17.0",
"description": "showcase3",
"license": "GNU GENERAL PUBLIC LICENSE, Version 3",
"repository": {
"type": "git",
"url": "https://github.com/CourseOrchestra/showcase3"
},
"homepage": "https://CourseOrchestra.github.io/showcase3-demo",
"keywords": [
"showcase"
],
"scripts": {
"test:tsc": "vue-tsc --noEmit",
"test:unit": "vitest",
"test:unit:ci": "vitest run",
"test:component": "cypress open --component --browser chrome",
"test:component:ci": "cypress run --headless --component --browser chrome",
"lint": "eslint . --ext .vue,.js,.jsx,.ts,.tsx --fix --ignore-path .gitignore"
},
"dependencies": {
"@mdi/font": "^7.4.47",
"core-js": "^3.39.0",
"roboto-fontface": "^0.10.0",
"vue": "^3.5.13",
"vue-router": "^4.5.0",
"vuetify": "^3.7.5",
"webfontloader": "^1.6.28"
},
"devDependencies": {
"@types/webfontloader": "^1.6.38",
"@typescript-eslint/eslint-plugin": "^8.18.1",
"@typescript-eslint/parser": "^8.18.1",
"@vitejs/plugin-vue": "^5.2.1",
"@vue/eslint-config-typescript": "^13.0.0",
"@vue/test-utils": "^2.4.6",
"cypress": "^13.15.0",
"eslint": "^8.57.1",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-cypress": "^4.1.0",
"eslint-plugin-prettier": "^5.2.1",
"eslint-plugin-vue": "^9.32.0",
"happy-dom": "^15.11.7",
"lint-staged": "^15.2.11",
"prettier": "^3.4.2",
"sass": "^1.83.0",
"sass-loader": "^16.0.4",
"start-server-and-test": "^2.0.9",
"typescript": "^5.7.2",
"vite": "^5.4.11",
"vite-plugin-vuetify": "^2.0.4",
"vitest": "^2.1.8",
"vue-tsc": "^2.1.10"
}
}