-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
32 lines (32 loc) · 822 Bytes
/
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
{
"name": "penpot-beautiful-qrcode",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite build --watch",
"build": "tsc && vite build",
"lint": "biome lint --write src",
"format": "biome format --write src"
},
"packageManager": "bun@1.1.42",
"repository": {
"type": "git",
"url": "https://github.com/Omikorin/penpot-beautiful-qrcode.git"
},
"author": "Michał Korczak (https://omikor.in)",
"license": "ISC",
"dependencies": {
"@penpot/plugin-styles": "1.1.0",
"alpinejs": "^3.14.8",
"qr-code-styling": "^1.8.4"
},
"devDependencies": {
"@biomejs/biome": "^1.9.4",
"@penpot/plugin-types": "1.1.0",
"@types/alpinejs": "^3.13.11",
"typescript": "^5.7.2",
"vite": "^5.4.11",
"vite-live-preview": "^0.3.2"
}
}