webapp-hello-world-payment/package.json

22 lines
463 B
JSON
Raw Normal View History

2024-08-14 21:24:45 +00:00
{
2024-08-21 16:03:59 +00:00
"name": "@lcn-demo/webapp-hello-world",
2024-08-21 16:45:08 +00:00
"version": "0.1.4",
2024-08-21 16:03:59 +00:00
"repository": "https://git.vdb.to/zramsay/webapp-hello-world",
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"
}
}