-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
39 lines (39 loc) · 1002 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": "nyanlang-web",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"prebuild": "prisma generate;prisma migrate deploy",
"build": "next build",
"postbuild": "next-sitemap",
"start": "next start -p 3000",
"lint": "next lint"
},
"dependencies": {
"@chakra-ui/icons": "^2.0.17",
"@chakra-ui/react": "^2.5.3",
"@emotion/react": "^11.10.6",
"@emotion/styled": "^11.10.6",
"@prisma/client": "^4.14.1",
"@types/node": "18.15.9",
"@types/react": "18.0.29",
"@types/react-dom": "18.0.11",
"eslint": "8.36.0",
"eslint-config-next": "13.2.4",
"framer-motion": "^10.9.1",
"next": "13.2.4",
"next-seo": "^5.15.0",
"next-sitemap": "^4.0.6",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-icons": "^4.8.0",
"react-markdown": "^8.0.6",
"react-paginate": "^8.1.5",
"remark-gfm": "^3.0.1",
"typescript": "^4.9.5"
},
"devDependencies": {
"prisma": "^4.14.1"
}
}