-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
70 lines (70 loc) · 2.04 KB
/
package.json
File metadata and controls
70 lines (70 loc) · 2.04 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
60
61
62
63
64
65
66
67
68
69
70
{
"name": "webtoolkit-pro",
"version": "1.0.0",
"description": "Free online web development tools and utilities",
"scripts": {
"dev": "next dev",
"build": "next build",
"postbuild": "node scripts/submit-indexnow.js && node scripts/submit-indexnow-tradeconvert.js",
"start": "next start",
"lint": "next lint",
"publish-reddit": "node scripts/publish-reddit.mjs",
"analyze": "cross-env ANALYZE=true next build"
},
"dependencies": {
"@monaco-editor/react": "^4.7.0",
"@serwist/next": "^9.5.11",
"@serwist/precaching": "^9.5.11",
"@types/jszip": "^3.4.0",
"@vercel/analytics": "^2.0.1",
"@vercel/speed-insights": "^2.0.0",
"axios": "^1.16.0",
"bcryptjs": "^3.0.3",
"canvas-confetti": "^1.9.4",
"gray-matter": "^4.0.3",
"hash-wasm": "^4.12.0",
"html-to-image": "^1.11.13",
"js-beautify": "^1.15.4",
"js-tiktoken": "^1.0.21",
"js-yaml": "^4.1.1",
"jsbarcode": "^3.12.3",
"jszip": "^3.10.1",
"lucide-react": "^0.292.0",
"next": "14.2.35",
"php-serialize": "^5.1.3",
"qrcode": "^1.5.4",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"rehype-katex": "^7.0.1",
"rehype-stringify": "^10.0.1",
"remark": "^15.0.1",
"remark-gfm": "^4.0.1",
"remark-html": "^16.0.1",
"remark-math": "^6.0.0",
"remark-parse": "^11.0.0",
"remark-rehype": "^11.1.2",
"resend": "^6.12.3",
"serwist": "^9.5.11",
"sql-formatter": "^15.7.3",
"unified": "^11.0.5"
},
"devDependencies": {
"@next/bundle-analyzer": "^14.2.35",
"@tailwindcss/typography": "^0.5.10",
"@types/bcryptjs": "^2.4.6",
"@types/canvas-confetti": "^1.9.0",
"@types/js-beautify": "^1.14.3",
"@types/js-yaml": "^4.0.9",
"@types/node": "^20.0.0",
"@types/react": "^18.0.0",
"@types/react-dom": "^18.0.0",
"autoprefixer": "^10.0.0",
"critters": "^0.0.23",
"cross-env": "^10.1.0",
"eslint": "^8.0.0",
"eslint-config-next": "14.0.0",
"postcss": "^8.0.0",
"tailwindcss": "^3.3.0",
"typescript": "^5.0.0"
}
}