-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
60 lines (60 loc) · 1.72 KB
/
package.json
File metadata and controls
60 lines (60 loc) · 1.72 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
{
"name": "developer-utilities-tool",
"private": true,
"version": "0.1.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "tsc && vite build",
"postbuild": "echo 'Build completed successfully'",
"lint": "eslint . --ext ts,tsx --report-unused-disable-directives --max-warnings 0",
"preview": "pnpm run build && wrangler dev",
"test": "vitest",
"deploy": "pnpm run build && wrangler deploy"
},
"dependencies": {
"cronstrue": "^3.3.0",
"crypto-js": "^4.2.0",
"diff": "^9.0.0",
"fast-xml-parser": "^5.3.0",
"fuse.js": "^7.1.0",
"highlight.js": "^11.11.1",
"js-yaml": "^4.1.0",
"jsonwebtoken": "^9.0.2",
"marked": "^16.4.1",
"papaparse": "^5.5.3",
"qrcode": "^1.5.4",
"react": "^19.2.5",
"react-dom": "^19.2.5",
"react-helmet-async": "^3.0.0",
"react-hot-toast": "^2.6.0",
"react-router-dom": "^7.14.1",
"smol-toml": "^1.4.2",
"uuid": "^13.0.0"
},
"devDependencies": {
"@cloudflare/vite-plugin": "^1.32.3",
"@tailwindcss/vite": "^4.2.2",
"@types/crypto-js": "^4.2.2",
"@types/js-yaml": "^4.0.9",
"@types/papaparse": "^5.3.16",
"@types/qrcode": "^1.5.5",
"@types/react": "^19.2.14",
"@types/react-dom": "^19.2.3",
"@typescript-eslint/eslint-plugin": "^8.58.2",
"@typescript-eslint/parser": "^8.58.2",
"@vitejs/plugin-react": "^6.0.1",
"eslint": "^9.20.0",
"eslint-plugin-react-hooks": "^5.2.0",
"eslint-plugin-react-refresh": "^0.5.2",
"puppeteer": "^24.26.0",
"tailwindcss": "^4.2.2",
"terser": "^5.44.1",
"typescript": "^5.9.3",
"vite": "^8.0.8",
"vite-plugin-pwa": "^1.2.0",
"vitest": "^3.2.3",
"workbox-window": "^7.4.0",
"wrangler": "^4.83.0"
}
}