test-progressive-web-app/package.json
David Boreham 05d0d29e61
All checks were successful
Publish ApplicationRecord to Registry / cns_publish (release) Successful in 1m21s
Test deployment
2024-07-12 17:43:57 +00:00

22 lines
478 B
JSON

{
"name": "@cerc-io/test-progressive-web-app",
"version": "0.1.40",
"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"
}
}