forked from typingbeaver/snake-label
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
39 lines (39 loc) · 1.08 KB
/
package.json
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
{
"name": "snake-label",
"version": "0.14.0",
"description": "Converts large format shipping labels to 62mm `snake_labels` for label printers.",
"browser": "index.html",
"scripts": {
"dev": "vite",
"host": "vite --host",
"build": "vite build",
"build-singlefile": "vite build --config vite.config.singlefile.js",
"preview": "vite preview"
},
"repository": {
"type": "git",
"url": "git+https://github.com/typingbeaver/snake-label.git"
},
"keywords": [],
"author": "Niclas Bartsch",
"license": "GPL-3.0-or-later",
"bugs": {
"url": "https://github.com/typingbeaver/snake-label/issues"
},
"homepage": "https://github.com/typingbeaver/snake-label#readme",
"dependencies": {
"@types/file-saver": "^2.0.5",
"file-saver": "^2.0.5",
"pdf-lib": "^1.17.1",
"pdfjs-dist": "^2.12.313"
},
"devDependencies": {
"@tailwindcss/forms": "^0.5.3",
"@tailwindcss/typography": "^0.5.7",
"autoprefixer": "^10.4.12",
"postcss": "^8.4.16",
"tailwindcss": "^3.1.8",
"vite": "^3.1.0",
"vite-plugin-singlefile": "^0.13.2"
}
}