zramsay
a8c3a81621
All checks were successful
Publish ApplicationRecord to Registry / cns_publish (push) Successful in 1m36s
22 lines
463 B
JSON
22 lines
463 B
JSON
{
|
|
"name": "@lcn-demo/webapp-hello-world",
|
|
"version": "0.1.4",
|
|
"repository": "https://git.vdb.to/zramsay/webapp-hello-world",
|
|
"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"
|
|
}
|
|
}
|