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

22 lines
477 B
JSON

{
"name": "@lcn-demo/webapp-hello-world-payme",
"version": "0.1.5",
"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"
}
}