-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
47 lines (47 loc) · 1.27 KB
/
Copy pathpackage.json
File metadata and controls
47 lines (47 loc) · 1.27 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
{
"name": "xslt-editor",
"private": true,
"version": "0.1.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "tsc -b && vite build",
"preview": "vite preview",
"typecheck": "tsc -b --noEmit",
"packs": "tsx scripts/build-packs.ts",
"packs:lint": "tsx scripts/pack-lint.ts",
"packs:snap": "tsx scripts/pack-snapshots.ts"
},
"dependencies": {
"fflate": "^0.8.3",
"immer": "^10.1.1",
"jsqr": "^1.4.0",
"libxslt-wasm": "^0.0.20",
"qrcode-generator": "^2.0.4",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"zustand": "^5.0.2"
},
"devDependencies": {
"@tailwindcss/vite": "^4.0.0",
"@types/react": "^18.3.12",
"@types/react-dom": "^18.3.1",
"@vitejs/plugin-react": "^4.3.4",
"@xmldom/xmldom": "^0.9.11",
"pdfjs-dist": "^6.2.108",
"playwright-core": "^1.62.1",
"pngjs": "^7.0.0",
"tailwindcss": "^4.0.0",
"tsx": "^4.23.12",
"typescript": "^5.6.3",
"vite": "^6.0.3",
"xpath": "^0.0.34"
},
"description": "UBL-TR e-belgeleri için tarayıcıda çalışan görsel XSLT şablon tasarımcısı",
"author": "Hasan Yıldız <yildiz.hasan19@gmail.com>",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/hasanyildiz/xslt_editor.git"
}
}