webapp-hello-world-payment/package.json

22 lines
480 B
JSON
Raw Permalink Normal View History

2024-08-14 21:24:45 +00:00
{
2024-08-21 18:26:05 +00:00
"name": "@lcn-demo/webapp-hello-world-payments",
"version": "0.1.6",
2024-08-21 16:48:23 +00:00
"repository": "https://git.vdb.to/zramsay/webapp-hello-world-payment",
2024-08-14 21:24:45 +00:00
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start"
},
"dependencies": {
"next": "latest",
"next-pwa": "^5.6.0",
"react": "^18.2.0",
"react-dom": "^18.2.0"
},
"devDependencies": {
"@types/node": "17.0.4",
"@types/react": "17.0.38",
"typescript": "^5"
}
}