-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
68 lines (68 loc) · 1.63 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
{
"name": "expressjs-discord-crimbot",
"version": "1.0.0",
"private": true,
"scripts": {
"tsbuild": "tsc --build",
"tsclean": "tsc --build --clean",
"serve": "vue-cli-service serve",
"build": "vue-cli-service build",
"lint": "vue-cli-service lint",
"start": "node ./bin/www"
},
"dependencies": {
"@discordjs/builders": "^0.12.0",
"@discordjs/rest": "^0.3.0",
"axios": "^0.25.0",
"bootstrap": "^5.1.3",
"bootstrap-vue": "^2.21.2",
"cookie-parser": "~1.4.4",
"core-js": "^3.22.5",
"debug": "~2.6.9",
"discord-api-types": "^0.26.1",
"discord.js": "^13.6.0",
"dotenv": "^16.0.0",
"ejs": "^3.1.6",
"express": "~4.16.1",
"express-rate-limit": "^6.2.0",
"http-errors": "~1.6.3",
"morgan": "~1.9.1",
"vue": "^2.6.14",
"vue-meta": "^2.4.0",
"vue-router": "^3.5.3"
},
"devDependencies": {
"@types/express": "^4.17.13",
"@types/node": "^17.0.24",
"@vue/cli-plugin-babel": "~4.5.15",
"@vue/cli-plugin-eslint": "~4.5.15",
"@vue/cli-service": "~4.5.15",
"babel-eslint": "^10.1.0",
"eslint": "^6.7.2",
"eslint-plugin-vue": "^6.2.2",
"ts-node": "^10.7.0",
"typescript": "^4.6.3",
"vue-template-compiler": "^2.6.11"
},
"eslintConfig": {
"root": true,
"env": {
"node": true
},
"extends": [
"plugin:vue/essential",
"eslint:recommended"
],
"parserOptions": {
"parser": "babel-eslint"
},
"rules": {}
},
"browserslist": [
"> 1%",
"last 2 versions",
"not dead"
],
"_id": "[email protected]",
"readme": "ERROR: No README data found!"
}