-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
91 lines (91 loc) · 2.7 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
90
91
{
"name": "command.ts-v3-quickstart-template",
"version": "1.0.0",
"license": "MIT",
"devDependencies": {
"@types/chokidar": "2.1.3",
"@types/connect-redis": "0.0.20",
"@types/cookie-parser": "1.4.3",
"@types/emoji-mart": "3.0.9",
"@types/express": "4.17.17",
"@types/express-session": "1.17.7",
"@types/ioredis": "^5.0.0",
"@types/koa": "^2.13.12",
"@types/koa-bodyparser": "4.3.10",
"@types/koa-passport": "4.0.3",
"@types/koa-redis": "4.0.2",
"@types/koa-router": "7.4.4",
"@types/koa-session": "5.10.6",
"@types/koa-static": "4.0.2",
"@types/mongoose": "5.11.97",
"@types/node": "16.18.24",
"@types/passport": "1.0.12",
"@types/passport-discord": "0.1.6",
"@types/pubsub-js": "1.8.3",
"@types/react": "17.0.58",
"@types/react-dom": "17.0.19",
"@types/react-router-dom": "5.3.3",
"@types/xml2js": "0.4.11",
"babel-preset-preact": "2.0.0",
"parcel": "2.8.3",
"prettier": "2.8.7",
"ts-loader": "9.4.2",
"ts-node": "10.9.1",
"typescript": "4.9.5"
},
"dependencies": {
"@discordjs/builders": "0.16.0",
"@discordjs/rest": "0.6.0",
"@emotion/react": "11.10.6",
"@emotion/styled": "11.10.6",
"@hookform/resolvers": "2.9.11",
"@monaco-editor/react": "4.5.0",
"@mui/icons-material": "5.11.16",
"@mui/lab": "5.0.0-alpha.127",
"@mui/material": "5.12.1",
"@pikokr/command.ts": "4.0.7",
"@uiw/react-md-editor": "3.20.8",
"@uiw/react-textarea-code-editor": "1.6.0",
"axios": "0.27.2",
"axios-hooks": "2.7.0",
"chokidar": "3.5.3",
"cookie-parser": "1.4.6",
"discord-api-types": "0.37.39",
"discord.js": "13.15.1",
"dokdo": "0.6.2",
"emoji-mart": "3.0.1",
"express": "4.18.2",
"ioredis": "^5.3.2",
"koa": "2.14.2",
"koa-bodyparser": "4.4.0",
"koa-passport": "4.1.4",
"koa-redis": "4.0.1",
"koa-router": "10.1.1",
"koa-session": "6.2.0",
"koa-static": "5.0.0",
"lorem-ipsum": "2.0.8",
"mongo-express": "1.0.0-alpha.4",
"mongoose": "6.10.5",
"notistack": "^3.0.1",
"passport": "0.6.0",
"passport-discord": "0.1.4",
"process": "0.11.10",
"pubsubhubbub": "pikokr/pubsubhubbub",
"react": "17.0.2",
"react-dom": "17.0.2",
"react-hook-form": "7.43.9",
"react-router-dom": "5.3.4",
"recoil": "0.7.7",
"swr": "1.3.0",
"vm2": "3.9.17",
"xml2js": "0.5.0",
"yup": "0.32.11"
},
"scripts": {
"dev": "ts-node src",
"build": "tsc",
"prod": "node dist",
"build:client": "parcel build ./client/index.html --dist-dir static/dist --public-url /dist",
"dev:client": "parcel watch ./client/index.html --host localhost --dist-dir static/dist --public-url /dist"
}
}