Thomas E Lackey
8864860f8b
All checks were successful
Publish ApplicationRecord to Registry / cns_publish (release) Successful in 1m29s
22 lines
462 B
JSON
22 lines
462 B
JSON
{
|
|
"name": "@cerc-io/webapp-hello-world",
|
|
"version": "0.1.3",
|
|
"repository": "https://git.vdb.to/cerc-io/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"
|
|
}
|
|
}
|