-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
59 lines (59 loc) · 1.42 KB
/
package.json
File metadata and controls
59 lines (59 loc) · 1.42 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
55
56
57
58
59
{
"name": "nytm-tools",
"version": "0.1.0",
"private": true,
"toolCount": 184,
"engines": {
"node": ">=24.0.0",
"npm": ">=11.0.0"
},
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"starthttps" : "next dev --experimental-https",
"lint": "eslint"
},
"dependencies": {
"@imgly/background-removal": "^1.7.0",
"@types/bcryptjs": "^2.4.6",
"@types/prismjs": "^1.26.5",
"@types/qrcode": "^1.5.6",
"@types/uuid": "^10.0.0",
"bcryptjs": "^3.0.3",
"color-thief-browser": "^2.0.2",
"crypto-js": "^4.2.0",
"diff": "^8.0.2",
"file-type": "^21.1.1",
"heic2any": "^0.0.4",
"html2canvas": "^1.4.1",
"jose": "^6.1.2",
"jspdf": "^3.0.4",
"jszip": "^3.10.1",
"kokoro-js": "^1.2.1",
"marked": "^17.0.1",
"next": "16.0.7",
"pdf-lib": "^1.17.1",
"pdfjs-dist": "^5.4.449",
"posthog-js": "^1.300.0",
"posthog-node": "^5.14.1",
"prismjs": "^1.30.0",
"qrcode": "^1.5.4",
"react": "19.2.1",
"react-dom": "19.2.1",
"react-dropzone": "^14.3.8",
"sharp": "^0.34.5",
"uuid": "^13.0.0"
},
"devDependencies": {
"@tailwindcss/postcss": "^4",
"@types/node": "^24.10.1",
"@types/react": "^19",
"@types/react-dom": "^19",
"babel-plugin-react-compiler": "1.0.0",
"eslint": "^9",
"eslint-config-next": "16.0.6",
"tailwindcss": "^4",
"typescript": "^5"
}
}