Update package.json

This commit is contained in:
David Boreham 2024-02-13 16:49:27 +00:00
parent 29dbda771c
commit 9bbd3d9c00

View File

@ -1,22 +1,22 @@
{ {
"private": true, "private": true,
"name": "UPDATE-ME-FROM-TEMPLATE", "name": "@test-org/test-for-viv",
"version": "0.1.0", "version": "0.1.0",
"repository": "https://UPDATE-ME-FROM-TEMPLATE", "repository": "https://git.vdb.to/test-org/test-for-viv",
"scripts": { "scripts": {
"dev": "next dev", "dev": "next dev",
"build": "next build", "build": "next build",
"start": "next start" "start": "next start"
}, },
"dependencies": { "dependencies": {
"next": "latest", "next": "latest",
"next-pwa": "^5.6.0", "next-pwa": "^5.6.0",
"react": "^18.2.0", "react": "^18.2.0",
"react-dom": "^18.2.0" "react-dom": "^18.2.0"
}, },
"devDependencies": { "devDependencies": {
"@types/node": "17.0.4", "@types/node": "17.0.4",
"@types/react": "17.0.38", "@types/react": "17.0.38",
"typescript": "4.5.4" "typescript": "4.5.4"
} }
} }