This commit is contained in:
heyethereum
2024-04-15 00:13:53 +08:00
parent 86104f903a
commit cb38f25e8e
33 changed files with 5064 additions and 69 deletions

View File

@@ -2,6 +2,7 @@
"name": "safeqr-marketing-app",
"version": "0.1.0",
"private": true,
"homepage": "https://safeqr.github.io/marketing",
"dependencies": {
"@babel/plugin-proposal-private-property-in-object": "^7.21.11",
"@testing-library/jest-dom": "^5.17.0",
@@ -13,12 +14,15 @@
"@types/react-dom": "^18.2.25",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-router-dom": "^6.22.3",
"react-scripts": "5.0.1",
"typescript": "^4.9.5",
"web-vitals": "^2.1.4"
},
"scripts": {
"start": "react-scripts start",
"predeploy": "npm run build",
"deploy": "gh-pages -d build",
"build": "react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject"
@@ -40,5 +44,8 @@
"last 1 firefox version",
"last 1 safari version"
]
},
"devDependencies": {
"gh-pages": "^6.1.1"
}
}