-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
78 lines (78 loc) · 2.2 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
{
"name": "GRN",
"version": "0.1.0",
"private": true,
"license": "MIT",
"scripts": {
"serve": "vite",
"build": "vite build",
"dev:build": "vite build --watch",
"test:unit": "vite test:unit",
"preview": "vite preview",
"lint": "vite lint"
},
"dependencies": {
"@types/lodash": "^4.14.172",
"axios": "^0.21.1",
"core-js": "^3.6.5",
"dayjs": "^1.11.1",
"element-ui": "^2.15.14",
"fusioncharts": "^3.21.0",
"jspdf": "^2.3.1",
"jspdf-autotable": "^3.5.20",
"lodash": "^4.17.21",
"moment": "^2.29.1",
"text-mask-addons": "^3.8.0",
"v-mask": "^2.3.0",
"vue": "^2.7.3",
"vue-axios": "^3.2.5",
"vue-chartjs": "^4.1.2",
"vue-class-component": "^7.2.3",
"vue-currency-input": "^2.1.2",
"vue-fusioncharts": "^3.2.0",
"vue-jwt-decode": "^0.1.0",
"vue-property-decorator": "^9.1.2",
"vue-route-middleware": "^1.0.7",
"vue-router": "^3.2.0",
"vue2-brace-editor": "^2.0.2",
"vue2-perfect-scrollbar": "^1.2.0",
"vue3-chart-v2": "^0.8.3",
"vuedraggable": "^2.24.3",
"vuetify": "^2.4.0",
"vuetify-mask": "^1.1.2",
"vuex": "^3.4.0",
"vuex-composition-helpers": "^2.0.3"
},
"devDependencies": {
"@mdi/font": "^7.0.96",
"@types/chai": "^4.2.11",
"@types/jquery": "^3.5.14",
"@types/lodash": "^4.14.172",
"@types/mocha": "^5.2.4",
"@types/node": "^18.11.3",
"@typescript-eslint/eslint-plugin": "^5.42.0",
"@typescript-eslint/parser": "^5.42.0",
"@vitejs/plugin-vue2": "^2.0.0",
"@vue/eslint-config-prettier": "^6.0.0",
"@vue/eslint-config-typescript": "^7.0.0",
"@vue/test-utils": "^1.0.3",
"chai": "^4.1.2",
"eslint": "8",
"eslint-plugin-prettier": "^3.3.1",
"eslint-plugin-vue": "8",
"prettier": "^2.2.1",
"sass": "~1.32.0",
"typescript": "^4.8.4",
"unplugin-vue-components": "^0.22.8",
"vite": "^3.1.8",
"vite-plugin-compression": "^0.5.1",
"vite-plugin-fonts": "^0.6.0",
"vite-plugin-singlefile": "^0.12.3",
"vite-plugin-vuetify": "^1.0.0",
"vue-cli-plugin-compression": "~2.0.0",
"webpack": "^5.73.0",
"webpack-cli": "^4.9.2",
"webpack-dev-server": "4.9.1"
},
"packageManager": "yarn@3.0.2"
}