-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
54 lines (54 loc) · 1.36 KB
/
Copy pathpackage.json
File metadata and controls
54 lines (54 loc) · 1.36 KB
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
53
54
{
"name": "event_planning_system",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@ant-design/icons": "^5.3.7",
"@ant-design/nextjs-registry": "^1.0.0",
"@prisma/client": "^5.14.0",
"@reduxjs/toolkit": "^2.2.5",
"@tailwindcss/typography": "^0.5.13",
"@tiptap/pm": "^2.4.0",
"@tiptap/react": "^2.4.0",
"@tiptap/starter-kit": "^2.4.0",
"@types/lodash": "^4.17.4",
"@types/react": "^18.3.3",
"antd": "^5.17.3",
"dayjs": "^1.11.11",
"decimal.js": "^10.4.3",
"jose": "^5.3.0",
"js-md5": "^0.8.3",
"lodash": "^4.17.21",
"md5": "^2.3.0",
"next": "14.2.3",
"next-runtime-env": "^3.2.2",
"postgres": "^3.4.4",
"prettier": "^3.2.5",
"prisma": "^5.14.0",
"react": "^18",
"react-dom": "^18",
"react-google-recaptcha-v3": "^1.10.1",
"react-redux": "^9.1.2",
"redux": "^5.0.1",
"remixicon": "^4.2.0",
"sharp": "^0.33.4",
"survey-analytics": "^1.11.2",
"survey-creator-react": "^1.11.1",
"survey-react-ui": "^1.11.1"
},
"devDependencies": {
"@types/node": "^20",
"@types/react-dom": "^18",
"eslint": "^8",
"eslint-config-next": "14.2.3",
"postcss": "^8",
"tailwindcss": "^3.4.1",
"typescript": "^5"
}
}