-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
57 lines (57 loc) · 1.67 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
{
"name": "showcase2-demo",
"author": "CourseIT",
"version": "1.1.43",
"description": "showcase2-demo",
"license": "GNU GENERAL PUBLIC LICENSE, Version 3",
"repository": {
"type": "git",
"url": "https://github.com/CourseOrchestra/showcase2-demo"
},
"homepage": "https://CourseOrchestra.github.io/showcase2-demo",
"scripts": {
"serve": "vue-cli-service serve",
"build": "vue-cli-service build",
"test:unit": "vue-cli-service test:unit",
"test:e2e": "vue-cli-service test:e2e",
"test:e2e:ci": "vue-cli-service test:e2e --headless --browser chrome",
"lint": "vue-cli-service lint"
},
"dependencies": {
"core-js": "^3.23.3",
"vue": "^2.6.14",
"vue-router": "^3.5.4",
"vuetify": "^2.6.7",
"showcase2": "^1.0.43"
},
"devDependencies": {
"@babel/core": "^7.18.6",
"@babel/eslint-parser": "^7.18.2",
"@vue/cli-plugin-babel": "^5.0.6",
"@vue/cli-plugin-e2e-cypress": "^5.0.6",
"@vue/cli-plugin-eslint": "^5.0.6",
"@vue/cli-plugin-router": "^5.0.6",
"@vue/cli-plugin-unit-jest": "^5.0.6",
"@vue/cli-service": "^5.0.6",
"@vue/test-utils": "^1.3.0",
"@vue/vue2-jest": "^28.0.1",
"babel-jest": "^28.1.2",
"cypress": "^10.3.0",
"eslint": "^8.18.0",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-prettier": "^4.2.1",
"eslint-plugin-vue": "^9.1.1",
"jest": "^28.1.2",
"lint-staged": "^13.0.3",
"prettier": "^2.7.1",
"sass": "^1.53.0",
"sass-loader": "^13.0.2",
"vue-cli-plugin-vuetify": "^2.5.1",
"vue-template-compiler": "^2.6.14",
"vuetify-loader": "^1.8.0",
"webpack": "^5.73.0"
},
"gitHooks": {
"pre-commit": "lint-staged"
}
}