forked from LuckPerms/LuckPermsWeb
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
66 lines (66 loc) · 1.92 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
{
"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": {
"@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",
"core-js": "^2.6.5",
"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": "^12.3.2",
"markdown-it-highlightjs": "^3.4.0",
"markdown-loader": "^5.1.0",
"pako": "^1.0.10",
"semver": "^7.3.4",
"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",
"@vue/cli-plugin-babel": "^3.12.1",
"@vue/cli-plugin-eslint": "^3.12.1",
"@vue/cli-service": "^3.12.1",
"@vue/eslint-config-airbnb": "^4.0.1",
"babel-eslint": "^10.0.3",
"eslint": "^5.16.0",
"eslint-plugin-vue": "^5.2.3",
"markdown-it-anchor": "^5.2.7",
"markdown-it-emoji": "^1.4.0",
"sass": "^1.32.12",
"sass-loader": "^7.3.1",
"vue-markdown-loader": "^2.4.1",
"vue-template-compiler": "^2.6.11"
},
"engines": {
"node": ">12 <17"
}
}