-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
54 lines (54 loc) · 1.32 KB
/
package.json
File metadata and controls
54 lines (54 loc) · 1.32 KB
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
{
"name": "analyze-bot-hp",
"version": "1.2.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "biome check --fix",
"format": "biome format --write"
},
"dependencies": {
"@emotion/react": "^11.14.0",
"@emotion/styled": "^11.14.1",
"@mdx-js/loader": "^3.1.1",
"@mdx-js/react": "^3.1.1",
"@mui/icons-material": "^9.0.0",
"@mui/material": "^9.0.0",
"@mui/x-charts": "^9.0.2",
"@mui/x-data-grid": "^9.0.2",
"@mui/x-date-pickers": "^9.0.2",
"@mui/x-tree-view": "^9.0.2",
"@next/mdx": "^16.2.4",
"@react-spring/web": "^10.0.3",
"@tailwindcss/typography": "^0.5.19",
"@types/mdx": "^2.0.13",
"better-auth": "^1.6.4",
"dayjs": "^1.11.20",
"mongodb": "^7.1.1",
"next": "^16.2.4",
"react": "^19.2.5",
"react-dom": "^19.2.5",
"remark-gfm": "^4.0.1",
"remark-toc": "^9.0.0",
"schema-dts": "^2.0.0"
},
"devDependencies": {
"@biomejs/biome": "^2.4.12",
"@tailwindcss/postcss": "^4.2.2",
"@types/node": "^20.19.39",
"@types/react": "^19.2.14",
"@types/react-dom": "^19.2.3",
"tailwindcss": "^4.2.2",
"typescript": "^5.9.3"
},
"ignoreScripts": [
"sharp",
"unrs-resolver"
],
"trustedDependencies": [
"sharp",
"unrs-resolver"
]
}