mirror of
https://github.com/aljazceru/lightning-address.git
synced 2025-12-17 05:14:22 +01:00
23 lines
465 B
JSON
23 lines
465 B
JSON
{
|
|
"private": true,
|
|
"scripts": {
|
|
"dev": "next",
|
|
"build": "next build",
|
|
"start": "next start"
|
|
},
|
|
"dependencies": {
|
|
"next": "^11.1.0",
|
|
"react": "^17.0.2",
|
|
"react-dom": "^17.0.2",
|
|
"react-is": "^17.0.2",
|
|
"react-qr-code": "^2.0.1",
|
|
"react-reveal": "^1.2.2",
|
|
"react-text-loop": "^2.3.0",
|
|
"styled-components": "^5.2.3"
|
|
},
|
|
"devDependencies": {
|
|
"babel-plugin-styled-components": "^1.12.0"
|
|
},
|
|
"license": "MIT"
|
|
}
|