webapp-hello-world-payment/package.json
zramsay df579f3ba5
All checks were successful
Publish ApplicationRecord to Registry / cns_publish (push) Successful in 1m41s
Update package.json
2024-08-21 18:26:05 +00:00

22 lines
480 B
JSON

{
"name": "@lcn-demo/webapp-hello-world-payments",
"version": "0.1.6",
"repository": "https://git.vdb.to/zramsay/webapp-hello-world-payment",
"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"
}
}