-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
51 lines (51 loc) · 1.31 KB
/
package.json
File metadata and controls
51 lines (51 loc) · 1.31 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
{
"name": "iconcaptcha-solver",
"version": "0.2.0",
"type": "commonjs",
"scripts": {
"postinstall": "prisma generate",
"dev": "next dev",
"build": "next build",
"start": "next start",
"postbuild": "next-sitemap",
"lint": "next lint"
},
"repository": {
"type": "git",
"url": "git+https://github.com/moz4rtdev/iconcaptcha-solver.git"
},
"author": "mallocdev",
"license": "ISC",
"bugs": {
"url": "https://github.com/moz4rtdev/iconcaptcha-solver/issues"
},
"homepage": "https://github.com/moz4rtdev/iconcaptcha-solver#readme",
"description": "",
"dependencies": {
"@prisma/client": "^6.2.1",
"@tailwindcss/postcss": "^4.1.3",
"@types/jsonwebtoken": "^9.0.9",
"@types/prismjs": "^1.26.5",
"@vercel/analytics": "^1.5.0",
"dotenv": "^16.4.7",
"jsonwebtoken": "^9.0.2",
"next": "^15.2.5",
"next-sitemap": "^4.2.3",
"node-cron": "^3.0.3",
"prismjs": "^1.30.0",
"react": "^19.1.0",
"react-dom": "^19.1.0"
},
"devDependencies": {
"@types/node": "^22.14.0",
"@types/node-cron": "^3.0.11",
"@types/react": "^19.1.0",
"@types/react-dom": "^19.1.2",
"@vercel/node": "^5.1.14",
"autoprefixer": "^10.4.21",
"postcss": "^8.5.3",
"prisma": "^6.2.1",
"tailwindcss": "^4.1.3",
"typescript": "^5.8.3"
}
}