This repository has been archived by the owner on Oct 13, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
88 lines (88 loc) · 2.59 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
{
"name": "front",
"version": "2.3.0",
"private": true,
"license": "MIT",
"scripts": {
"serve": "vue-cli-service serve",
"build": "vue-cli-service build",
"test:unit": "vue-cli-service test:unit",
"lint": "vue-cli-service lint"
},
"dependencies": {
"@afes-website/docs": "~2.3",
"@aspida/axios": "^0.10.2",
"@fortawesome/fontawesome-svg-core": "^1.2.30",
"@fortawesome/free-brands-svg-icons": "^5.14.0",
"@fortawesome/free-regular-svg-icons": "^5.14.0",
"@fortawesome/free-solid-svg-icons": "^5.14.0",
"@fortawesome/vue-fontawesome": "^0.1.10",
"aspida": "^0.20.3",
"axios": "^0.21.1",
"bootstrap": "^4.5.2",
"bootstrap-vue": "^2.16.0",
"core-js": "^3.6.5",
"diff2html": "3.2.0",
"difflib": "^0.2.4",
"jquery": "^3.5.1",
"js-cookie": "^2.2.1",
"markdown-it": "^11.0.0",
"markdown-it-checkbox": "^1.1.0",
"markdown-it-cjk-breaks": "^1.1.3",
"markdown-it-container": "^3.0.0",
"markdown-it-imsize": "^2.0.1",
"markdown-it-ins": "^3.0.0",
"markdown-it-mark": "^3.0.0",
"moment": "^2.27.0",
"twitter-widgets": "^2.0.0",
"vue": "^2.6.12",
"vue-class-component": "^7.2.5",
"vue-gtag": "^1.8.0",
"vue-mixin-decorator": "^1.2.0",
"vue-property-decorator": "^9.0.0",
"vue-router": "^3.4.3",
"vue-scrollto": "^2.18.2",
"vue2-touch-events": "^2.3.1"
},
"devDependencies": {
"@types/chai": "^4.2.12",
"@types/diff2html": "^0.0.5",
"@types/hogan.js": "^3.0.0",
"@types/jquery": "^3.5.1",
"@types/js-cookie": "^2.2.6",
"@types/markdown-it": "^10.0.2",
"@types/mocha": "^8.0.3",
"@types/punycode": "^2.1.0",
"@typescript-eslint/eslint-plugin": "^3.10.0",
"@typescript-eslint/parser": "^3.10.0",
"@vue/cli-plugin-babel": "^4.5.4",
"@vue/cli-plugin-eslint": "^4.5.4",
"@vue/cli-plugin-router": "^4.5.4",
"@vue/cli-plugin-typescript": "^4.5.4",
"@vue/cli-plugin-unit-mocha": "^4.5.4",
"@vue/cli-service": "^4.5.11",
"@vue/eslint-config-prettier": "^6.0.0",
"@vue/eslint-config-typescript": "^5.0.2",
"@vue/test-utils": "1.0.4",
"chai": "^4.1.2",
"eslint": "^7.7.0",
"eslint-plugin-prettier": "^3.1.4",
"eslint-plugin-rulesdir": "^0.1.0",
"eslint-plugin-vue": "^6.2.2",
"lint-staged": "^10.2.11",
"prettier": "^2.1.0",
"sass": "^1.26.10",
"sass-loader": "^10.0.0",
"typescript": "^4.0.2",
"vue-template-compiler": "^2.6.12"
},
"gitHooks": {
"pre-commit": "lint-staged"
},
"lint-staged": {
"*.{js,vue,ts}": [
"vue-cli-service lint",
"git add"
]
}
}