This repository has been archived by the owner on Oct 23, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
73 lines (73 loc) · 2.12 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
{
"name": "stem-discord-web",
"version": "0.1.0",
"private": true,
"description": "stem.help",
"author": "nopeless",
"scripts": {
"serve": "vue-cli-service serve",
"build": "vue-cli-service build",
"test:unit": "vue-cli-service test:unit",
"lint": "vue-cli-service lint",
"express": "vue-cli-service express:watch --https false --port 3000",
"express:run": "vue-cli-service express:run --https false",
"express:prod": "vue-cli-service express:run --https false",
"relaunch": "git fetch && git reset --hard && git pull && npm install && npm run build && pm2 restart web-server"
},
"dependencies": {
"@vue/cli": "^4.5.10",
"@vue/cli-shared-utils": "^4.5.11",
"body-parser": "^1.19.0",
"connect-history-api-fallback": "^1.6.0",
"connect-mongo": "^3.2.0",
"connect-mongodb-session": "^2.4.1",
"content-type": "^1.0.4",
"cors": "^2.8.5",
"debug": "^4.3.1",
"discord.js": "^12.5.1",
"dotenv": "^8.2.0",
"ejs": "^3.1.5",
"express-session": "^1.17.1",
"moment": "^2.29.1",
"mongoose": "^5.11.14",
"morgan": "^1.10.0",
"multer": "^1.4.2",
"node-fetch": "^2.6.1",
"pm2": "^4.5.4",
"raw-body": "^2.4.0",
"tunnel-ssh": "^4.1.4",
"vue": "^3.0.0",
"vue-loader": "^15.9.6",
"vue-router": "^4.0.0"
},
"devDependencies": {
"@vue/cli-plugin-eslint": "~4.5.0",
"@vue/cli-plugin-router": "^4.5.10",
"@vue/cli-plugin-unit-mocha": "~4.5.0",
"@vue/cli-service": "^4.5.11",
"@vue/compiler-sfc": "^3.0.0",
"@vue/eslint-config-prettier": "^6.0.0",
"@vue/test-utils": "^2.0.0-0",
"chai": "^4.1.2",
"eslint": "^7.16.0",
"eslint-plugin-prettier": "^3.1.3",
"eslint-plugin-vue": "^7.5.0",
"node-sass": "^5.0.0",
"prettier": "^1.19.1",
"sass": "^1.32.5",
"sass-loader": "^10.1.1",
"vue-cli-plugin-express": "~1.0.2",
"vue-router": "^3.4.9"
},
"bugs": {
"url": "https://github.com/stem-discord/website/issues"
},
"keywords": [
"web-server"
],
"license": "ISC",
"repository": {
"type": "git",
"url": "git+https://github.com/stem-discord/website.git"
}
}