-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathpackage.json
38 lines (38 loc) · 975 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
{
"name": "prompt-repo",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@ant-design/cssinjs": "^1.18.1",
"@ant-design/icons": "^5.2.6",
"@dnd-kit/core": "^6.1.0",
"@dnd-kit/sortable": "^8.0.0",
"@dnd-kit/utilities": "^3.2.2",
"@notionhq/client": "^2.2.13",
"@prisma/client": "^5.5.2",
"@vercel/analytics": "^1.1.1",
"antd": "^5.11.5",
"classnames": "^2.3.2",
"crypto-js": "^4.2.0",
"lucide-react": "^0.292.0",
"next": "14.1.1",
"postcss-antd-fixes": "^0.2.0",
"react": "^18",
"react-dom": "^18",
"react-infinite-scroll-component": "^6.1.0",
"tencentcloud-sdk-nodejs": "^4.0.731",
"tencentcloud-sdk-nodejs-tmt": "^4.0.732"
},
"devDependencies": {
"autoprefixer": "^10.0.1",
"daisyui": "^3.9.4",
"postcss": "^8",
"tailwindcss": "^3.3.0"
}
}