webapp-hello-world/package.json
Thomas E Lackey 8864860f8b
All checks were successful
Publish ApplicationRecord to Registry / cns_publish (release) Successful in 1m29s
Bump
2024-08-20 15:26:04 -05:00

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"
}
}