-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
44 lines (44 loc) · 1.14 KB
/
package.json
File metadata and controls
44 lines (44 loc) · 1.14 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
{
"name": "web-tools",
"version": "1.0.0",
"private": true,
"homepage": "https://web-tools.romitagl.com/",
"type": "module",
"engines": {
"node": ">=2.0.0"
},
"packageManager": "npm@11.12.1",
"scripts": {
"dev": "vite dev --host --open=false",
"build": "vite build --config vite.config.js",
"postbuild": "node scripts/generate-html.js",
"preview": "vite preview",
"lint": "eslint src --ext js,jsx"
},
"dependencies": {
"file-saver": "^2.0.5",
"html5-qrcode": "^2.3.8",
"jszip": "^3.10.1",
"lucide-react": "^1.7.0",
"pdf-lib": "^1.17.1",
"pdfjs-dist": "^5.6.205",
"prismjs": "^1.30.0",
"qrcode": "^1.5.4",
"react": "^19.2.4",
"react-dom": "^19.2.4",
"react-router-dom": "^7.14.0"
},
"devDependencies": {
"@types/react": "^19.2.14",
"@types/react-dom": "^19.2.3",
"@vitejs/plugin-react": "^6.0.1",
"autoprefixer": "^10.4.27",
"eslint": "^9.25.1",
"eslint-plugin-react": "^7.37.5",
"eslint-plugin-react-hooks": "^7.0.1",
"eslint-plugin-react-refresh": "^0.5.2",
"postcss": "^8.5.8",
"tailwindcss": "^4.2.2",
"vite": "^8.0.7"
}
}