-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
49 lines (49 loc) · 1.22 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
{
"name": "nodejs",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "concurrently 'node index.js' 'npm run launch' ",
"dev": "next dev",
"launch": "next start",
"build": "next build",
"export": "next export"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"@types/node": "^18.0.6",
"ascii-table": "^0.0.9",
"autokill": "^2.0.3",
"body-parser": "^1.20.1",
"cat-loggr": "^1.2.2",
"chalk": "^5.0.1",
"cli-color": "^2.0.3",
"concurrently": "^7.6.0",
"config": "^3.3.8",
"dangerous-html": "0.1.11",
"discord-oauth2": "^2.10.0",
"discord.js": "^14.0.0",
"ejs": "^3.1.8",
"express": "^4.18.1",
"express-session": "^1.17.3",
"jquery": "^3.6.1",
"jquery-mousewheel": "^3.1.13",
"moment": "^2.29.4",
"moment-duration-format": "^2.3.2",
"mongoose": "^6.5.0",
"next": "^12.1.0",
"node-fetch": "^2.0.0",
"numeral": "^2.0.6",
"popper.js": "^1.16.1",
"prop-types": "15.7.2",
"quick.db": "^7.1.3",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"serve-favicon": "^2.5.0",
"wait-on": "^6.0.1"
}
}