-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
54 lines (54 loc) · 1.55 KB
/
package.json
File metadata and controls
54 lines (54 loc) · 1.55 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
{
"homepage": "https://stechdrive.github.io/CutMark-PDF/",
"name": "cutmark-pdf",
"private": true,
"version": "2.6.2",
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build",
"test": "vitest",
"test:run": "vitest run",
"test:coverage": "vitest run --coverage",
"typecheck": "tsc --noEmit",
"lint": "eslint .",
"lint:fix": "eslint . --fix",
"check": "npm run lint && npm run typecheck && npm run test:run && npm run build",
"preview": "vite preview",
"predeploy": "npm run build",
"deploy": "gh-pages -d dist"
},
"dependencies": {
"client-zip": "^2.5.0",
"lucide-react": "^0.554.0",
"pdf-lib": "^1.17.1",
"pdfjs-dist": "5.4.296",
"react": "^19.2.0",
"react-dom": "^19.2.0",
"react-pdf": "^10.4.1"
},
"devDependencies": {
"@eslint/js": "^9.39.2",
"@tailwindcss/vite": "^4.2.2",
"@testing-library/jest-dom": "^6.9.1",
"@testing-library/react": "^16.3.2",
"@testing-library/user-event": "^14.6.1",
"@types/node": "^22.14.0",
"@vitejs/plugin-react": "^5.0.0",
"@vitest/coverage-v8": "^4.1.4",
"baseline-browser-mapping": "^2.10.20",
"eslint": "^9.39.2",
"eslint-plugin-react": "^7.37.5",
"eslint-plugin-react-hooks": "^7.0.1",
"eslint-plugin-react-refresh": "^0.4.26",
"gh-pages": "^6.3.0",
"globals": "^17.0.0",
"jsdom": "^29.0.2",
"tailwindcss": "^4.2.2",
"typescript": "~5.8.2",
"typescript-eslint": "^8.53.0",
"vite": "^6.2.0",
"vite-plugin-static-copy": "^4.0.1",
"vitest": "^4.1.4"
}
}