-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
39 lines (39 loc) · 1023 Bytes
/
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
{
"name": "gdsc",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"pg": "npx prisma generate",
"ps": "npx prisma studio"
},
"dependencies": {
"@emotion/react": "^11.10.5",
"@emotion/styled": "^11.10.5",
"@mui/icons-material": "^5.11.0",
"@mui/lab": "^5.0.0-alpha.114",
"@mui/material": "^5.11.1",
"@next/font": "13.1.0",
"@prisma/client": "^4.8.0",
"@types/jsdom": "^20.0.1",
"@types/node": "18.11.17",
"@types/react": "18.0.26",
"@types/react-dom": "18.0.10",
"@types/react-syntax-highlighter": "^15.5.5",
"eslint": "8.30.0",
"eslint-config-next": "13.1.0",
"gray-matter": "^4.0.3",
"jsdom": "^20.0.3",
"next": "13.1.0",
"prisma": "^4.8.0",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-markdown": "^8.0.4",
"react-syntax-highlighter": "^15.5.0",
"rehype-raw": "^6.1.1",
"typescript": "4.9.4"
}
}