forked from HolodexNet/Holodex
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
96 lines (96 loc) · 2.75 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
89
90
91
92
93
94
95
96
{
"name": "holodex",
"version": "1.0.0",
"private": true,
"scripts": {
"serve": "vite",
"build": "vite build --mode prod",
"preview": "vite preview",
"lint": "eslint --fix src/",
"prepare": "husky install",
"test": "jest tests"
},
"workspaces": [
"src/external/vue-grid-layout"
],
"lint-staged": {
"*.{js,ts,vue}": [
"eslint --fix"
]
},
"dependencies": {
"@interactjs/actions": "^1.10.11",
"@interactjs/auto-start": "^1.10.11",
"@interactjs/dev-tools": "^1.10.11",
"@interactjs/interactjs": "^1.10.11",
"@interactjs/modifiers": "^1.10.11",
"@mdi/js": "^6.5.95",
"@vueuse/core": "^9.1.0",
"axios": "^0.25.0",
"axios-retry": "^3.2.4",
"dayjs": "^1.10.7",
"element-resize-detector": "^1.2.4",
"fast-deep-equal": "^3.1.3",
"json-2-csv": "^3.16.1",
"jsonp-es6": "^1.0.0",
"jwt-decode": "^3.1.2",
"kv-idb": "^1.1.0",
"lodash-es": "^4.17.21",
"oauth-open": "^1.0.4",
"portal-vue": "^2.1.7",
"register-service-worker": "^1.7.2",
"socket.io-client": "^4.4.1",
"string-similarity": "^4.0.4",
"v-google-translate": "^0.1.10",
"vue": "^2.7.8",
"vue-eslint-parser": "^8.2.0",
"vue-gtag": "^1.16.1",
"vue-i18n": "^8.27.0",
"vue-keypress": "^2.1.1",
"vue-linkify": "^1.0.1",
"vue-meta": "^2.4.0",
"vue-plugin-load-script": "^1.3.5",
"vue-router": "^3.5.3",
"vue-socket.io-extended": "^4.2.0",
"vue-virtual-scroll-list": "^2.3.3",
"vuetify": "^2.6.10",
"vuex": "^3.6.2",
"vuex-persistedstate": "^3.2.1",
"vuex-persistedstate-migrate": "^1.0.0",
"vuex-shared-mutations": "^1.0.2",
"workbox-window": "^6.1.5",
"youtube-player": "^5.5.2"
},
"devDependencies": {
"@rollup/plugin-yaml": "^3.1.0",
"@types/chrome": "^0.0.178",
"@types/jest": "^27.4.0",
"@typescript-eslint/eslint-plugin": "^5.10.1",
"@typescript-eslint/parser": "^5.10.1",
"@vue/eslint-config-typescript": "^10.0.0",
"@vue/test-utils": "^1.3.0",
"@vue/vue2-jest": "^27.0.0-alpha.4",
"babel-plugin-lodash": "^3.3.4",
"dotenv": "^16.0.0",
"esbuild-jest": "^0.5.0",
"eslint": "^7.32.0",
"eslint-config-airbnb-base": "^15.0.0",
"eslint-import-resolver-alias": "^1.1.2",
"eslint-plugin-import": "^2.25.4",
"eslint-plugin-vue": "^8.4.0",
"eslint-webpack-plugin": "^3.1.1",
"husky": "^7.0.4",
"jest": "^27.5.0",
"lint-staged": "^12.3.2",
"markdown-styles": "^3.2.0",
"rollup": "^2.66.1",
"rollup-plugin-visualizer": "^5.5.4",
"sass": "^1.32.13",
"typescript": "~4.5.5",
"vite": "^2.7.13",
"vite-plugin-components": "^0.13.3",
"vite-plugin-pwa": "^0.11.13",
"vite-plugin-vue2": "^2.0.2",
"vue-template-compiler": "^2.7.8"
}
}