forked from frappe/print_designer
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
27 lines (27 loc) · 732 Bytes
/
package.json
File metadata and controls
27 lines (27 loc) · 732 Bytes
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
{
"name": "print_designer",
"author": "Frappe Technologies Pvt. Ltd.",
"license": "AGPL-3.0-or-later",
"dependencies": {
"@interactjs/actions": "^1.10.17",
"@interactjs/auto-start": "^1.10.17",
"@interactjs/interact": "^1.10.17",
"@interactjs/modifiers": "^1.10.17",
"@myriaddreamin/typst-ts-web-compiler": "^0.6.0",
"@myriaddreamin/typst.ts": "^0.6.0",
"@myriaddreamin/typst.vue3": "^0.6.0",
"html2canvas": "^1.4.1",
"vue": "^3.4.31"
},
"devDependencies": {
"@interactjs/core": "1.10.17",
"@interactjs/utils": "1.10.17",
"@types/node": "^22.15.30",
"@vitest/ui": "^3.2.2",
"jsdom": "^26.1.0",
"vitest": "^3.2.2"
},
"scripts": {
"test": "vitest"
}
}