-
Notifications
You must be signed in to change notification settings - Fork 13
/
Copy pathpackage.json
88 lines (88 loc) · 2.04 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": "linshare-ui-admin",
"description": "Admin interface for linshare",
"version": "6.4.1-SNAPSHOT",
"keywords": [
"linshare",
"linagora"
],
"private": true,
"license": "https://www.linshare.org/files/LinShare-License_AfferoGPL-v3_en.pdf",
"author": {
"name": "Linagora",
"url": "http://linagora.com/"
},
"contributors": [
{
"name": "Camille TJHOA",
"email": "[email protected]"
},
{
"name": "Frederic MARTIN",
"email": "[email protected]"
},
{
"name": "Nicolas BERTRAND",
"email": "[email protected]"
},
{
"name": "Ngọc B. Phạm"
},
{
"name": "Khánh B. Lê"
},
{
"name": "Dũng T Phạm",
"email": "[email protected]"
},
{
"name": "Khoat V. Bui",
"email": "[email protected]"
}
],
"engines": {
"node": ">=16"
},
"scripts": {
"lint": "eslint .",
"lint:fix": "eslint . --fix",
"dev": "vite --host",
"build": "vite build",
"preview": "vite preview"
},
"dependencies": {
"@ant-design/icons": "4.7.0",
"@vueuse/core": "^9.2.0",
"ant-design-vue": "^3.2.5",
"axios": "0.27.2",
"chart.js": "3.9.1",
"dayjs": "^1.11.5",
"lodash-es": "4.17.21",
"oidc-client": "1.11.5",
"pinia": "^2.0.22",
"qrcode.vue": "3.3.3",
"vue": "^3.2.39",
"vue-chartjs": "4.1.1",
"vue-i18n": "^9.2.2",
"vue-router": "4.1.3"
},
"devDependencies": {
"@types/lodash-es": "4.17.6",
"@typescript-eslint/eslint-plugin": "^5.37.0",
"@typescript-eslint/parser": "^5.37.0",
"@vitejs/plugin-vue": "^3.1.0",
"eslint": "^8.23.1",
"eslint-config-prettier": "8.5.0",
"eslint-plugin-import": "2.26.0",
"eslint-plugin-node": "11.1.0",
"eslint-plugin-prettier": "^4.0.0",
"eslint-plugin-promise": "^6.0.1",
"eslint-plugin-standard": "5.0.0",
"eslint-plugin-vue": "^9.4.0",
"less": "4.1.3",
"prettier": "^2.7.1",
"typescript": "^4.8.3",
"vite": "^3.1.0",
"vue-tsc": "^0.40.13"
}
}