-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy pathpackage.json
More file actions
37 lines (37 loc) · 852 Bytes
/
package.json
File metadata and controls
37 lines (37 loc) · 852 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
37
{
"name": "bio-drop",
"version": "0.4.31",
"private": false,
"scripts": {
"dev": "next dev --turbopack",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@next/bundle-analyzer": "^15.5.4",
"dom-to-image": "^2.6.0",
"next": "15.5.4",
"qrcode": "^1.5.3",
"react": "19.2.0",
"react-dom": "19.2.0",
"react-icons": "^4.12.0"
},
"devDependencies": {
"@types/dom-to-image": "^2.6.7",
"@types/node": "^20",
"@types/qrcode": "^1.5.5",
"@types/react": "19.2.0",
"@types/react-dom": "19.2.0",
"autoprefixer": "^10.0.1",
"eslint": "^8",
"eslint-config-next": "15.5.4",
"postcss": "^8",
"tailwindcss": "^3.3.0",
"typescript": "^5"
},
"overrides": {
"@types/react": "19.2.0",
"@types/react-dom": "19.2.0"
}
}