test-progressive-web-app/package.json
Thomas E Lackey 6663846f81 Generate the CRN (#10)
Reviewed-on: #10
Co-authored-by: Thomas E Lackey <telackey@bozemanpass.com>
Co-committed-by: Thomas E Lackey <telackey@bozemanpass.com>
2023-12-14 17:03:04 +00:00

23 lines
518 B
JSON

{
"private": true,
"name": "@cerc-io/test-progressive-web-app",
"version": "0.1.4",
"repository": "https://git.vdb.to/cerc-io/test-progressive-web-app",
"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": "4.5.4"
}
}