Update package.json

This commit is contained in:
zramsay 2023-12-13 15:19:58 +00:00
parent d723c31cd2
commit 18b2ee5aed

View File

@ -1,22 +1,22 @@
{
"private": true,
"name": "@cerc-io/test-progressive-web-app",
"version": "0.1.1",
"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"
}
}
{
"private": true,
"name": "@zramsay/test-progressive-web-app",
"version": "0.1.6",
"repository": "https://git.vdb.to/zramsay/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"
}
}