-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
44 lines (44 loc) · 1.08 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
{
"name": "memoryfourrealthistime",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start"
},
"dependencies": {
"@emotion/react": "^11.13.0",
"@emotion/styled": "^11.13.0",
"@mui/material": "^5.16.4",
"@prisma/client": "^5.12.1",
"bootstrap": "^5.3.3",
"katex": "^0.16.11",
"next": "14.1.4",
"react": "^18",
"react-bootstrap": "^2.10.2",
"react-dom": "^18",
"react-katex": "^3.0.1",
"react-router-dom": "^6.26.0",
"recharts": "^2.13.0-alpha.4",
"sharp": "^0.33.3"
},
"devDependencies": {
"@eslint/js": "^9.9.0",
"@types/node": "^20.12.5",
"@types/react": "^18",
"@types/react-dom": "^18",
"@types/react-katex": "^3.0.4",
"autoprefixer": "^10.0.1",
"eslint": "^8.57.0",
"eslint-config-next": "14.2.5",
"eslint-plugin-react": "^7.35.0",
"globals": "^15.9.0",
"postcss": "^8",
"prisma": "^5.12.1",
"tailwindcss": "^3.3.0",
"ts-node": "^10.9.2",
"typescript": "^5.4.4",
"typescript-eslint": "^8.1.0"
}
}