test-progressive-web-app/package.json
Thomas E Lackey 673a2c356f
Some checks failed
Publish ApplicationRecord to Registry / cns_publish (release) Failing after 1m2s
Bump
2024-08-05 22:16:59 -05:00

22 lines
475 B
JSON

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