-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
37 lines (37 loc) · 888 Bytes
/
Copy pathpackage.json
File metadata and controls
37 lines (37 loc) · 888 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
32
33
34
35
36
37
{
"name": "generate-moments",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"dev": "next dev -H 0.0.0.0",
"build": "next build",
"start": "next start -H 0.0.0.0",
"lint": "next lint"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"@types/html2canvas": "^0.5.35",
"@types/node": "^25.5.2",
"@types/react": "^19.2.14",
"@types/react-dom": "^19.2.3",
"autoprefixer": "^10.4.27",
"bcryptjs": "^3.0.3",
"html-to-image": "^1.11.13",
"html2canvas": "^1.4.1",
"jsonwebtoken": "^9.0.3",
"next": "^16.2.2",
"postcss": "^8.5.8",
"react": "^19.2.4",
"react-dom": "^19.2.4",
"svg-captcha": "^1.4.0",
"tailwindcss": "^3.4.19",
"typescript": "^6.0.2"
},
"devDependencies": {
"@types/bcryptjs": "^2.4.6",
"@types/jsonwebtoken": "^9.0.10"
}
}