-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
52 lines (52 loc) · 1.31 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
45
46
47
48
49
50
51
52
{
"name": "biblos",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"standalone": "node .next/standalone/server.js",
"lint": "next lint"
},
"dependencies": {
"@ant-design/icons": "^5.3.6",
"@ant-design/nextjs-registry": "^1.0.0",
"@auth/typeorm-adapter": "^2.0.0",
"@nextui-org/react": "^2.3.5",
"@reduxjs/toolkit": "^2.2.3",
"@tailwindcss/forms": "^0.5.7",
"antd": "^5.16.2",
"bcrypt": "^5.1.1",
"framer-motion": "^11.1.7",
"moment": "^2.30.1",
"next": "14.2.2",
"next-auth": "^5.0.0-beta.17",
"oracledb": "^6.4.0",
"prettier": "^3.2.5",
"react": "^18",
"react-dom": "^18",
"react-hot-toast": "^2.4.1",
"react-icons": "^5.1.0",
"react-redux": "^9.1.1",
"react-responsive": "^10.0.0",
"reflect-metadata": "^0.2.2",
"server-only": "^0.0.1",
"sharp": "^0.33.3",
"sleep-promise": "^9.1.0",
"typeorm": "^0.3.20",
"use-debounce": "^10.0.0",
"zod": "^3.23.4"
},
"devDependencies": {
"@types/bcrypt": "^5.0.2",
"@types/node": "^20.12.7",
"@types/react": "^18",
"@types/react-dom": "^18",
"eslint": "^8",
"eslint-config-next": "14.2.2",
"postcss": "^8",
"tailwindcss": "^3.4.1",
"typescript": "^5"
}
}