-
Notifications
You must be signed in to change notification settings - Fork 67
/
Copy pathpackage.json
70 lines (70 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
{
"name": "luckperms-web",
"version": "2.0.1",
"private": true,
"scripts": {
"serve": "vue-cli-service serve --open --port 8083",
"build": "vue-cli-service build",
"lint": "vue-cli-service lint"
},
"dependencies": {
"@docsearch/css": "^3.3.3",
"@docsearch/js": "^3.3.3",
"@fortawesome/fontawesome-svg-core": "^1.2.26",
"@fortawesome/free-brands-svg-icons": "^5.12.0",
"@fortawesome/free-solid-svg-icons": "^5.12.0",
"@fortawesome/vue-fontawesome": "^0.1.9",
"@turbotailz/vuejs-datepicker": "^1.6.3",
"axios": "^0.21.2",
"base64-arraybuffer": "^1.0.1",
"bowser": "^2.11.0",
"comlink": "^4.4.1",
"core-js": "^3.8.3",
"flag-icons": "^6.6.3",
"git-describe": "^4.0.4",
"highlight.js": "^10.2.0",
"html-loader": "^0.5.5",
"locale-codes": "^1.3.1",
"lodash.debounce": "^4.0.8",
"lodash.sortby": "^4.7.0",
"markdown-it": "^14.1.0",
"markdown-it-highlightjs": "^4.2.0",
"pako": "^1.0.10",
"semver": "^7.5.2",
"uuid": "^3.3.3",
"v-click-outside": "^2.1.5",
"vue": "^2.6.11",
"vue-autofocus-directive": "^1.0.4",
"vue-clipboard2": "^0.3.1",
"vue-i18n": "^8.22.1",
"vue-intersect": "^1.1.3",
"vue-meta": "^2.3.3",
"vue-multiselect": "^2.1.6",
"vue-router": "^3.1.4",
"vue-virtual-scroll-list": "^2.3.0",
"vuedraggable": "^2.23.2",
"vuex": "^3.1.2",
"vuex-persistedstate": "^4.1.0"
},
"devDependencies": {
"@babel/plugin-proposal-optional-chaining": "^7.9.0",
"@lucko/vue-markdown-loader": "^2.6.0",
"@vue/cli-plugin-babel": "~5.0.8",
"@vue/cli-plugin-eslint": "~5.0.8",
"@vue/cli-service": "~5.0.8",
"babel-eslint": "^10.0.3",
"eslint": "^7.5.0",
"eslint-plugin-only-warn": "^1.1.0",
"eslint-plugin-vue": "^7.5.0",
"markdown-it-anchor": "^8.6.7",
"markdown-it-emoji": "^2.0.2",
"markdown-loader": "^5.1.0",
"sass": "^1.79.5",
"sass-loader": "^16.0.2",
"vue-template-compiler": "^2.6.11",
"worker-loader": "^3.0.8"
},
"engines": {
"node": ">18 <=22"
}
}