-
-
Notifications
You must be signed in to change notification settings - Fork 20
/
package.json
103 lines (103 loc) · 2.87 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
92
93
94
95
96
97
98
99
100
101
102
103
{
"name": "koreanbots",
"version": "2.8.6",
"private": true,
"scripts": {
"dev": "next dev",
"pre-build": "git init && git submodule init && git submodule update --remote",
"build": "npm run pre-build && next build",
"start": "(sleep 2; wget http://localhost:3000/api/v2/management/load -O /dev/null) & next start",
"lint": "eslint --ext ts,tsx .",
"prettier": "prettier --write **/*",
"lint:fix": "eslint --ext ts,tsx . --fix",
"test": "jest",
"docker": "docker-compose up -d --build"
},
"dependencies": {
"@dnd-kit/core": "^6.0.8",
"@dnd-kit/modifiers": "^6.0.1",
"@dnd-kit/sortable": "^7.0.2",
"@dnd-kit/utilities": "^3.2.1",
"@fortawesome/fontawesome-free": "5.15.4",
"@hcaptcha/react-hcaptcha": "^1.8.1",
"@sentry/nextjs": "^7.77.0",
"@tailwindcss/forms": "^0.5.3",
"autoprefixer": "^10.4.14",
"badgen": "3.2.2",
"cookie": "0.7.0",
"csrf": "3.1.0",
"dataloader": "2.2.2",
"dayjs": "^1.11.9",
"dd-trace": "^5.30.0",
"difflib": "0.2.4",
"discord.js": "^14.12.1",
"emoji-mart": "3.0.1",
"erlpack": "0.1.4",
"express-rate-limit": "^5.3.0",
"formik": "2.4.2",
"generate-license-file": "1.1.0",
"josa": "3.0.1",
"jsonwebtoken": "^9.0.0",
"knex": "^2.4.0",
"mongoose": "6.13.5",
"mysql": "2.18.1",
"next": "^14.2.22",
"next-connect": "0.10.1",
"next-pwa": "^5.6.0",
"next-seo": "^6.1.0",
"node-emoji": "2.1.0",
"nprogress": "0.2.0",
"postcss": "^8.4.31",
"postcss-preset-env": "8.5.1",
"rc-tooltip": "5.1.1",
"react": "^18.2.0",
"react-adsense": "0.1.0",
"react-dom": "^18.2.0",
"react-ga": "^3.3.1",
"react-hotkeys": "2.0.0",
"react-responsive-modal": "6.4.2",
"react-select": "^5.7.5",
"react-showdown": "2.3.1",
"react-use-clipboard": "1.0.9",
"sanitize-html": "^2.12.1",
"tailwindcss": "^3.3.2",
"tlru": "1.0.2",
"twemoji": "14.0.2",
"url-regex-safe": "2.0.2",
"yup": "0.32.9",
"yup-locales-ko": "1.2.0"
},
"devDependencies": {
"@types/cookie": "^0.5.1",
"@types/emoji-mart": "^3.0.5",
"@types/express-rate-limit": "^5.1.3",
"@types/jest": "^29.5.2",
"@types/josa": "3.0.2",
"@types/jsonwebtoken": "^9.0.1",
"@types/node": "16.4.3",
"@types/node-fetch": "^2.5.12",
"@types/nprogress": "0.2.0",
"@types/rc-tooltip": "^3.7.4",
"@types/react": "^18.2.22",
"@types/sanitize-html": "^2.8.0",
"@types/url-regex-safe": "1.0.0",
"@typescript-eslint/eslint-plugin": "^5.61.0",
"@typescript-eslint/parser": "^5.61.0",
"eslint": "^8.44.0",
"eslint-config-next": "^13.4.7",
"eslint-config-prettier": "^9.0.0",
"eslint-plugin-jsx-a11y": "^6.7.1",
"eslint-plugin-prettier": "^4.2.1",
"eslint-plugin-react": "^7.32.2",
"eslint-plugin-react-hooks": "^4.6.0",
"jest": "^29.4.1",
"prettier": "^3.1.0",
"prettier-plugin-tailwindcss": "^0.5.7",
"ts-jest": "^29.1.1",
"typescript": "^5.1.6"
},
"resolutions": {
"@types/react": "^17.0.15"
},
"license": "AGPL-3.0"
}