-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
56 lines (56 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
56
{
"name": "mctcg",
"version": "1.0.0",
"main": "src/index.ts",
"type": "module",
"dependencies": {
"@emotion/cache": "^11.11.0",
"@emotion/react": "^11.11.4",
"@emotion/styled": "^11.11.5",
"@mui/icons-material": "^5.15.15",
"@mui/material": "^5.15.15",
"@mui/material-nextjs": "^5.15.11",
"@mui/x-date-pickers": "^7.2.0",
"@next/third-parties": "^14.2.1",
"@reduxjs/toolkit": "^2.2.3",
"date-fns": "^3.6.0",
"dotenv": "^16.4.5",
"koa": "^2.15.2",
"koa-bodyparser": "^4.4.1",
"koa-json": "^2.0.2",
"koa-logger": "^3.2.1",
"koa-router": "^12.0.1",
"lodash": "^4.17.21",
"next": "^14.2.0",
"pdf-lib": "^1.17.1",
"pokemon-tcg-sdk-typescript": "^1.3.4",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-redux": "^9.1.1",
"redis": "^4.6.13",
"sharp": "^0.33.3"
},
"devDependencies": {
"@mui/x-charts": "^7.3.0",
"@swc-node/register": "^1.9.0",
"@swc/cli": "^0.3.12",
"@swc/core": "^1.4.11",
"@types/koa": "^2.15.0",
"@types/koa-bodyparser": "^4.3.12",
"@types/koa-json": "^2.0.23",
"@types/koa-logger": "^3.1.5",
"@types/koa-router": "^7.4.8",
"@types/react": "18.2.77",
"nodemon": "^3.1.0"
},
"scripts": {
"debug": "LOG_LEVEL=debug nodemon --inspect src/index.ts",
"start": "node --import @swc-node/register/esm-register src/index.ts",
"db:start": "docker compose up",
"build": "./build.sh",
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "",
"license": "ISC",
"description": ""
}