-
-
Notifications
You must be signed in to change notification settings - Fork 120
/
package.json
89 lines (89 loc) · 2.17 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
{
"name": "tovy",
"version": "0.7.72",
"scripts": {
"serve": "vue-cli-service serve --host localhost",
"build": "vue-cli-service build",
"lint": "vue-cli-service lint",
"backend": "node backend/index.js -b",
"start": "node backend/index.js"
},
"engines": {
"node": "16.x"
},
"dependencies": {
"@chenfengyuan/vue-countdown": "^1.1.5",
"@hipsjs/flowy-vue": "^1.0.13",
"@mdi/font": "^6.7.96",
"@redis/json": "^1.0.3",
"axios": "^0.24.0",
"bcrypt": "^5.0.1",
"connect-history-api-fallback": "^1.6.0",
"cookie-session": "^2.0.0",
"core-js": "^3.6.5",
"cors": "^2.8.5",
"discord.js": "^13.6.0",
"dotenv": "^8.6.0",
"envfile": "^6.17.0",
"express": "^4.17.2",
"express-ws": "^5.0.2",
"funcaptcha": "^1.0.15",
"inquirer": "^7.3.3",
"lodash": "^4.17.21",
"minimist": "^1.2.6",
"mongoose": "^6.4.6",
"noblox": "^4.8.5",
"noblox.js": "^4.13.1",
"node-2fa": "^2.0.3",
"node-cache": "^5.1.2",
"ora": "^3.4.0",
"redis": "^4.2.0",
"set-cookie-parser": "^2.5.0",
"vue": "2.6.14",
"vue-cookies": "^1.7.4",
"vue-countdown": "^1.0.4",
"vue-router": "^3.2.0",
"vue-simple-markdown": "^1.1.5",
"vuedraggable": "^2.24.3",
"vuetify": "^2.6.2",
"vuex": "^3.6.2"
},
"devDependencies": {
"@vue/cli-plugin-babel": "~4.5.0",
"@vue/cli-plugin-eslint": "~4.5.0",
"@vue/cli-plugin-router": "~4.5.0",
"@vue/cli-service": "~4.5.0",
"babel-eslint": "^10.1.0",
"eslint": "^6.7.2",
"eslint-plugin-vue": "^6.2.2",
"follow-redirects": ">=1.14.8",
"glob-parent": ">=5.1.2",
"node-forge": ">=1.3.0",
"postcss": ">=8.2.13",
"sass": "~1.32.0",
"sass-loader": "^10.0.0",
"shelljs": ">=0.8.5",
"vue-cli-plugin-vuetify": "2.4.5",
"vue-template-compiler": "^2.6.11",
"vuetify-loader": "^1.7.0"
},
"eslintConfig": {
"root": true,
"env": {
"node": true
},
"extends": [
"plugin:vue/essential",
"eslint:recommended"
],
"parserOptions": {
"parser": "babel-eslint"
},
"rules": {}
},
"browserslist": [
"> 1%",
"last 2 versions",
"not dead"
]
}