test-progressive-web-app/package.json

22 lines
475 B
JSON
Raw Normal View History

2023-12-14 18:07:00 +00:00
{
"name": "@cerc-io/test-progressive-web-app",
2024-08-06 03:16:59 +00:00
"version": "0.1.49",
2023-12-14 18:07:00 +00:00
"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"
2023-12-14 18:07:00 +00:00
}
}