mirror of
https://github.com/aljazceru/lightning-address.git
synced 2025-12-17 05:14:22 +01:00
20 lines
370 B
JSON
20 lines
370 B
JSON
{
|
|
"private": true,
|
|
"scripts": {
|
|
"dev": "next",
|
|
"build": "next build",
|
|
"start": "next start"
|
|
},
|
|
"dependencies": {
|
|
"next": "latest",
|
|
"react": "^17.0.2",
|
|
"react-dom": "^17.0.2",
|
|
"react-is": "^17.0.2",
|
|
"styled-components": "^5.2.3"
|
|
},
|
|
"devDependencies": {
|
|
"babel-plugin-styled-components": "^1.12.0"
|
|
},
|
|
"license": "MIT"
|
|
}
|