-
Notifications
You must be signed in to change notification settings - Fork 29
/
package.json
46 lines (46 loc) · 1.13 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
40
41
42
43
44
45
46
{
"name": "pay",
"author": "alex3236",
"description": "A landing page for QR codes",
"version": "0.2.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@loskir/styled-qr-code-node": "^1.5.2",
"@paulmillr/qr": "^0.2.0",
"@solana/qr-code-styling": "^1.6.0",
"@vercel/speed-insights": "^1.0.12",
"dom-to-image-more": "^3.4.5",
"fast-deep-equal": "^3.1.3",
"fast-equals": "^5.0.1",
"file-saver": "^2.0.5",
"jimp": "^1.6.0",
"jsqr": "^1.4.0",
"next": "14.2.12",
"react": "^18",
"react-contenteditable": "^3.3.7",
"react-dom": "^18",
"sharp": "^0.33.5",
"skia-canvas": "^1.0.2",
"sonner": "^1.5.0",
"styled-qr-code": "^1.0.0"
},
"devDependencies": {
"@types/dom-to-image": "^2.6.7",
"@types/file-saver": "^2.0.7",
"@types/node": "^20",
"@types/react": "^18",
"@types/react-dom": "^18",
"eslint": "^8",
"eslint-config-next": "14.2.12",
"postcss": "^8",
"prettier": "^3.3.3",
"tailwindcss": "^3.4.1",
"typescript": "^5"
}
}