-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
37 lines (37 loc) · 922 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
{
"name": "hutao-site",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@discord-message-components/react": "^0.2.1",
"@prisma/client": "^5.14.0",
"color": "^4.2.3",
"copy-to-clipboard": "^3.3.3",
"next": "12.3.4",
"node-fetch": "^2.6.7",
"react": "17.0.2",
"react-dom": "17.0.2",
"react-infinite-scroll-component": "^6.1.0",
"react-markdown": "^8.0.7",
"react-twemoji": "^0.5.0",
"sharp": "^0.30.1"
},
"devDependencies": {
"@types/color": "^3.0.6",
"@types/node": "20.12.13",
"@types/node-fetch": "^2.6.1",
"@types/react": "17.0.80",
"autoprefixer": "^10.4.19",
"eslint": "8.57.0",
"eslint-config-next": "14.2.3",
"postcss": "^8.4.38",
"prisma": "^5.14.0",
"tailwindcss": "^3.4.3",
"typescript": "5.4.5"
}
}