-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
55 lines (55 loc) · 1.55 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
{
"name": "flapjack",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "nodemon",
"dev:cmd": "cross-env LOCAL_COMMANDS=true nodemon",
"build": "rm -rf dist/ && next build && tsc --project tsconfig.server.json",
"start": "cross-env NODE_ENV=development node dist/server/index.js",
"lint": "next lint"
},
"dependencies": {
"@napi-rs/canvas": "^0.1.59",
"@types/node": "20.3.1",
"@types/react": "18.2.12",
"@types/react-dom": "18.2.5",
"chroma-js": "^3.1.2",
"cron-translate": "^1.0.0",
"dayjs": "^1.11.13",
"delta-e": "^0.0.8",
"discord.js": "14.14.1",
"engine-blackjack-ts": "^0.9.11",
"eslint": "8.42.0",
"eslint-config-next": "13.4.5",
"express": "^4.18.2",
"get-image-colors": "^4.0.1",
"gif-encoder-2": "^1.0.5",
"js-tiktoken": "^1.0.14",
"mysql2": "^3.3.5",
"next": "13.4.5",
"node-cron": "^3.0.3",
"osrs-json-hiscores": "^2.20.0",
"react": "18.2.0",
"react-dom": "18.2.0",
"reflect-metadata": "0.2.1",
"typeorm": "0.3.20",
"typescript": "5.1.3",
"zod": "^3.23.8"
},
"devDependencies": {
"@types/delta-e": "^0.0.2",
"@types/express": "^4.17.17",
"@types/get-image-colors": "^4.0.5",
"@types/jest": "^29.5.12",
"@types/node-cron": "^3.0.11",
"@types/styled-components": "^5.1.26",
"babel-plugin-styled-components": "^2.1.3",
"cross-env": "^7.0.3",
"eslint-config-prettier": "^9.1.0",
"jest": "^29.7.0",
"nodemon": "^2.0.22",
"styled-components": "^5.3.10",
"ts-node": "^10.9.1"
}
}