-
Notifications
You must be signed in to change notification settings - Fork 93
Expand file tree
/
Copy pathpackage.json
More file actions
59 lines (59 loc) · 1.65 KB
/
Copy pathpackage.json
File metadata and controls
59 lines (59 loc) · 1.65 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
{
"name": "@akmf/ksef-fe-invoice-converter",
"version": "1.1.30",
"scripts": {
"dev": "vite --mode public --config vite.config.ts",
"build": "vite build --mode production",
"type": "tsc -p src/app-public/tsconfig.json --noEmit",
"test": "vitest",
"test:ui": "vitest --ui",
"test:ci": "vitest run --coverage"
},
"main": "./ksef-fe-invoice-converter.umd.cjs",
"module": "./ksef-fe-invoice-converter.js",
"types": "./index.d.ts",
"type": "module",
"exports": {
".": {
"types": "./index.d.ts",
"import": "./ksef-fe-invoice-converter.js",
"require": "./ksef-fe-invoice-converter.umd.cjs"
}
},
"keywords": [],
"author": "",
"license": "ISC",
"description": "",
"optionalDependencies": {
"@rollup/rollup-linux-x64-gnu": "^4.50.1"
},
"devDependencies": {
"@eslint/js": "^9.33.0",
"@stylistic/eslint-plugin": "^5.2.3",
"@types/pdfmake": "^0.3.2",
"@typescript-eslint/eslint-plugin": "^8.40.0",
"@typescript-eslint/parser": "^8.40.0",
"@vitest/coverage-v8": "^3.2.4",
"@vitest/ui": "^3.2.4",
"eslint": "^9.33.0",
"eslint-config-prettier": "^10.1.8",
"eslint-plugin-no-relative-import-paths": "^1.6.1",
"eslint-plugin-prettier": "^5.5.4",
"globals": "^16.3.0",
"jiti": "^2.5.1",
"jsdom": "^26.1.0",
"prettier": "^3.6.2",
"typescript": "^5.8.3",
"typescript-eslint": "^8.40.0",
"vite": "^7.0.6",
"vite-plugin-dts": "^4.5.4",
"vitest": "^3.2.4"
},
"dependencies": {
"i18next": "^25.8.4",
"i18next-browser-languagedetector": "^8.2.0",
"i18next-http-backend": "^3.0.2",
"pdfmake": "0.3.7",
"xml-js": "^1.6.11"
}
}