-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathpackage.json
More file actions
72 lines (72 loc) · 1.94 KB
/
package.json
File metadata and controls
72 lines (72 loc) · 1.94 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
71
72
{
"name": "devtoolkit",
"version": "0.1.0",
"type": "module",
"scripts": {
"dev": "next dev",
"dev:lan": "next dev -H 0.0.0.0",
"build": "next build",
"start": "next start",
"lint": "next lint",
"postinstall": "mkdir -p public/figlet-fonts && cp -r node_modules/figlet/fonts/* public/figlet-fonts/ || true"
},
"dependencies": {
"@monaco-editor/react": "^4.6.0",
"@peculiar/x509": "^1.12.2",
"@tiptap/pm": "^2.8.0",
"@tiptap/react": "^2.8.0",
"@tiptap/starter-kit": "^2.8.0",
"@vercel/analytics": "^1.3.1",
"@vercel/speed-insights": "^1.0.12",
"@zxing/library": "^0.23.0",
"axios": "^1.7.7",
"bcryptjs": "^2.4.3",
"bip39": "^3.1.0",
"color": "^4.2.3",
"cron-parser": "^4.9.0",
"cron-validator": "^1.3.1",
"cronstrue": "^2.53.0",
"crypto-js": "^4.2.0",
"emmet-monaco-es": "^5.4.0",
"emojilib": "^4.0.1",
"figlet": "^1.8.0",
"flowbite-react": "^0.10.1",
"image-resize-compress": "^1.1.0",
"ip-address": "^10.2.0",
"js-beautify": "^1.15.1",
"js-string-escape": "^1.0.1",
"jsbarcode": "^3.12.3",
"jsqr": "^1.4.0",
"jszip": "^3.10.1",
"jwt-decode": "^4.0.0",
"jwt-simple": "^0.5.6",
"lightgallery": "^2.8.3",
"lodash": "^4.17.21",
"lorem-ipsum": "^2.0.8",
"markdown-it": "^14.1.0",
"mime-types": "^2.1.35",
"moment-timezone": "^0.5.46",
"next": "14.2.12",
"plantuml-encoder": "^1.4.0",
"prettier": "^3.3.3",
"qrcode": "^1.5.4",
"react": "^18.3.1",
"react-color": "^2.19.3",
"react-dom": "^18.3.1",
"react-icons": "^5.3.0",
"react-toastify": "^10.0.5",
"ua-parser-js": "^2.0.0",
"ulid": "^3.0.2",
"unescape-js": "^1.1.4",
"unicode-emoji-json": "^0.8.0",
"uuid": "^10.0.0",
"xml-js": "^1.6.11",
"yaml": "^2.5.1"
},
"devDependencies": {
"eslint": "^8",
"eslint-config-next": "14.2.12",
"postcss": "^8",
"tailwindcss": "^3.4.12"
}
}