-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
36 lines (36 loc) · 882 Bytes
/
package.json
File metadata and controls
36 lines (36 loc) · 882 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
28
29
30
31
32
33
34
35
36
{
"name": "printer.party",
"version": "0.0.1",
"description": "",
"scripts": {
"dev": "astro dev",
"build": "astro build",
"preview": "astro preview",
"astro": "astro"
},
"repository": {
"type": "git",
"url": "git+https://github.com/bemayr/printer.party.git"
},
"author": "",
"license": "ISC",
"type": "module",
"bugs": {
"url": "https://github.com/bemayr/printer.party/issues"
},
"homepage": "https://github.com/bemayr/printer.party#readme",
"private": "true",
"dependencies": {
"@astrojs/preact": "^4.1.3",
"@statelyai/inspect": "^0.4.0",
"@xstate/react": "^6.0.0",
"@yudiel/react-qr-scanner": "^2.5.1",
"astro": "^5.17.2",
"html5-qrcode": "^2.3.8",
"preact": "^10.28.4",
"qr-code-styling": "^1.9.2",
"react-qr-code": "^2.0.18",
"trystero": "^0.22.0",
"xstate": "^5.28.0"
}
}