Added react-snap

Updated all packages to latest
This commit is contained in:
Jordan Roher 2023-12-13 17:33:38 -08:00
parent 902e0fea3c
commit 9b525f2d05
2 changed files with 1732 additions and 304 deletions

2013
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -13,20 +13,21 @@
"start": "npm run build && vite preview" "start": "npm run build && vite preview"
}, },
"dependencies": { "dependencies": {
"@types/react-dom": "^18.2.7", "@types/react": "^18.2.45",
"@types/react-helmet": "^6.1.6", "@types/react-dom": "^18.2.17",
"@types/react": "^18.2.15", "@types/react-helmet": "^6.1.11",
"@vitejs/plugin-react": "^4.0.3", "@vitejs/plugin-react": "^4.2.1",
"autoprefixer": "^10.4.14", "autoprefixer": "^10.4.16",
"js-yaml": "^4.1.0", "js-yaml": "^4.1.0",
"postcss": "^8.4.26", "postcss": "^8.4.32",
"prettier": "^3.0.0", "prettier": "^3.1.1",
"react": "^18.2.0",
"react-dom": "^18.2.0", "react-dom": "^18.2.0",
"react-helmet": "^6.1.0", "react-helmet": "^6.1.0",
"react": "^18.2.0", "react-snap": "^1.23.0",
"tailwindcss": "^3.3.3", "tailwindcss": "^3.3.6",
"typescript": "^5.1.6", "typescript": "^5.3.3",
"vite": "^4.4.4" "vite": "^5.0.8"
}, },
"prettier": { "prettier": {
"arrowParens": "avoid", "arrowParens": "avoid",