-
Notifications
You must be signed in to change notification settings - Fork 142
Expand file tree
/
Copy pathpackage.json
More file actions
31 lines (31 loc) · 737 Bytes
/
Copy pathpackage.json
File metadata and controls
31 lines (31 loc) · 737 Bytes
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
{
"name": "sex-consent-app",
"version": "1.0.0",
"description": "性行为同意协议系统",
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start"
},
"dependencies": {
"autoprefixer": "^10.4.17",
"daisyui": "^3.9.4",
"html2canvas": "^1.4.1",
"jspdf": "^2.5.1",
"next": "^14.1.0",
"postcss": "^8.4.35",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-hook-form": "^7.50.1",
"tailwindcss": "^3.4.1",
"uuid": "^9.0.1"
},
"devDependencies": {
"@types/html2canvas": "^1.0.0",
"@types/node": "^20.11.19",
"@types/react": "^18.2.57",
"@types/react-dom": "^18.2.19",
"@types/uuid": "^9.0.8",
"typescript": "^5.3.3"
}
}