committed by
GitHub
3 changed files with 18 additions and 49 deletions
@ -6,12 +6,16 @@ |
|||
"license": "GPL-3.0-only", |
|||
"scripts": { |
|||
"build": "pnpm check && rsbuild build", |
|||
"check": "biome check .", |
|||
"check:fix": "pnpm check --write", |
|||
"check": "biome check src/", |
|||
"check:fix": "pnpm check --write src/", |
|||
"format": "biome format --write src/", |
|||
"dev": "rsbuild dev --open", |
|||
"format": "biome format --write", |
|||
"preview": "rsbuild preview", |
|||
"package": "gzipper c -i html,js,css,png,ico,svg,webmanifest,txt dist dist/output && tar -cvf dist/build.tar -C ./dist/output/ $(ls ./dist/output/)" |
|||
"package": "gzipper c -i html,js,css,png,ico,svg,webmanifest,txt dist dist/output && tar -cvf dist/build.tar -C ./dist/output/ $(ls ./dist/output/)", |
|||
"postinstall": "npx simple-git-hooks" |
|||
}, |
|||
"simple-git-hooks": { |
|||
"pre-commit": "npm run check:fix && npm run format" |
|||
}, |
|||
"packageManager": "[email protected]", |
|||
"repository": { |
|||
@ -59,7 +63,6 @@ |
|||
"react-map-gl": "7.1.8", |
|||
"react-qrcode-logo": "^3.0.0", |
|||
"rfc4648": "^1.5.4", |
|||
|
|||
"tailwind-merge": "^2.6.0", |
|||
"tailwindcss-animate": "^1.0.7", |
|||
"timeago-react": "^3.0.6", |
|||
@ -87,4 +90,5 @@ |
|||
"tslib": "^2.8.1", |
|||
"typescript": "^5.7.3" |
|||
} |
|||
|
|||
} |
|||
|
|||
@ -1846,10 +1846,6 @@ packages: |
|||
resolution: {integrity: sha512-rBMvIzlpA8v6E+SJZoo++HAYqsLrkg7MSfIinMPFhmkorw7X+dOXVJQs+QT69zGkzMyfDnIMN2Wid1+NbL3T+A==} |
|||
engines: {node: '>= 0.4'} |
|||
|
|||
[email protected]: |
|||
resolution: {integrity: sha512-Ds09qNh8yw3khSjiJjiUInaGX9xlqZDY7JVryGxdxV7NPeuqQfplOpQ66yJFZut3jLa5zOwkXw1g9EI2uKh4Og==} |
|||
engines: {node: '>=8'} |
|||
|
|||
[email protected]: |
|||
resolution: {integrity: sha512-8QmQKqEASLd5nx0U1B1okLElbUuuttJ/AnYmRXbbbGDWh6uS208EjD4Xqq/I9wK7u0v6O08XhTWnt5XtEbR6Dg==} |
|||
engines: {node: '>= 0.4'} |
|||
@ -2112,11 +2108,6 @@ packages: |
|||
resolution: {integrity: sha512-UfoeMA6fIJ8wTYFEUjelnaGI67v6+N7qXJEvQuIGa99l4xsCruSYOVSQ0uPANn4dAzm8lkYPaKLrrijLq7x23w==} |
|||
engines: {node: '>= 0.4'} |
|||
|
|||
[email protected]: |
|||
resolution: {integrity: sha512-F+i2BKsFrH66iaUFc0woD8sLy8getkwTwtOBjvs56Cx4CgJDeKQeqfz8wAYiSb8JOprWhHH5p77PbmYCvvUuXQ==} |
|||
engines: {node: '>=8'} |
|||
hasBin: true |
|||
|
|||
[email protected]: |
|||
resolution: {integrity: sha512-5BMULNob1vgFX6EjQw5izWDxrecWK9AM72rugNr0TFldMOi0fj6Jk+zeKIt0xGj4cEfQIJth4w3OKWOJ4f+AFw==} |
|||
engines: {node: '>=0.10.0'} |
|||
@ -2161,10 +2152,6 @@ packages: |
|||
resolution: {integrity: sha512-p3EcsicXjit7SaskXHs1hA91QxgTw46Fv6EFKKGS5DRFLD8yKnohjF3hxoju94b/OcMZoQukzpPpBE9uLVKzgQ==} |
|||
engines: {node: '>= 0.4'} |
|||
|
|||
[email protected]: |
|||
resolution: {integrity: sha512-fKzAra0rGJUUBwGBgNkHZuToZcn+TtXHpeCgmkMJMMYx1sQDYaCSyjJBSCa2nH1DGm7s3n1oBnohoVTBaN7Lww==} |
|||
engines: {node: '>=8'} |
|||
|
|||
[email protected]: |
|||
resolution: {integrity: sha512-ZA5lvshKAl8z30dX7saXLpVhpsq3d2EHK9uf7qtUjnOtdw4XBpAoWb2RvZ5kyoaebdoidnGI0g2hn9Z7ObPbww==} |
|||
|
|||
@ -2351,10 +2338,6 @@ packages: |
|||
[email protected]: |
|||
resolution: {integrity: sha512-lNaJgI+2Q5URQBkccEKHTQOPaXdUxnZZElQTZY0MFUAuaEqe1E+Nyvgdz/aIyNi6Z9MzO5dv1H8n58/GELp3+w==} |
|||
|
|||
[email protected]: |
|||
resolution: {integrity: sha512-7x81NCL719oNbsq/3mh+hVrAWmFuEYUqrq/Iw3kUzH8ReypT9QQ0BLoJS7/G9k6N81XjW4qHWtjWwe/9eLy1EQ==} |
|||
engines: {node: '>=12'} |
|||
|
|||
[email protected]: |
|||
resolution: {integrity: sha512-gjcpUc3clBf9+210TRaDWbf+rZZZEshZ+DlXMRCeAjp0xhTrnQsKHypIy1J3d5hKdUzj69t708EHtU8P6bUn0A==} |
|||
|
|||
@ -2624,7 +2607,7 @@ packages: |
|||
[email protected]: |
|||
resolution: {integrity: sha512-fGxEI7+wsG9xrvdjsrlmL22OMTTiHRwAMroiEeMgq8gzoLC/PQr7RsRDSTLUg/bZAZtF+TVIkHc6/4RIKrui+Q==} |
|||
engines: {node: '>=0.10.0'} |
|||
|
|||
|
|||
[email protected]: |
|||
resolution: {integrity: sha512-kI5ffTiZWmJaS/huM8wZfEMer1eRd7oJQhDuxeCLe3t7N7mX3z94CN0xPxBQxFYQTSNz9T0i+v6inKqSdK8xrQ==} |
|||
|
|||
@ -2737,6 +2720,10 @@ packages: |
|||
resolution: {integrity: sha512-bzyZ1e88w9O1iNJbKnOlvYTrWPDl46O1bG0D3XInv+9tkPrxrN8jUUTiFlDkkmKWgn1M6CfIA13SuGqOa9Korw==} |
|||
engines: {node: '>=14'} |
|||
|
|||
[email protected]: |
|||
resolution: {integrity: sha512-tgqwPUMDcNDhuf1Xf6KTUsyeqGdgKMhzaH4PAZZuzguOgTl5uuyeYe/8mWgAr6IBxB5V06uqEf6Dy37gIWDtDg==} |
|||
hasBin: true |
|||
|
|||
[email protected]: |
|||
resolution: {integrity: sha512-kGYEvT33M5XfyQvvW4wxl3eKcWbdbCc1V7OZzuElnaXft0qbVzoIIXHXiCm3JCUki+MZKKmvjl8p2VGLJc5Y/A==} |
|||
|
|||
@ -3059,14 +3046,6 @@ packages: |
|||
engines: {node: '>= 14'} |
|||
hasBin: true |
|||
|
|||
[email protected]: |
|||
resolution: {integrity: sha512-tVpsJW7DdjecAiFpbIB1e3qxIQsE6NoPc5/eTdrbbIC4h0LVsWhnoa3g+m2HclBIujHzsxZ4VJVA+GUuc2/LBw==} |
|||
engines: {node: '>=12'} |
|||
|
|||
[email protected]: |
|||
resolution: {integrity: sha512-7dSzzRQ++CKnNI/krKnYRV7JKKPUXMEh61soaHKg9mrWEhzFWhFnxPxGl+69cD1Ou63C13NUPCnmIcrvqCuM6w==} |
|||
engines: {node: '>=12'} |
|||
|
|||
[email protected]: |
|||
resolution: {integrity: sha512-rVksvsnNCdJ/ohGc6xgPwyN8eheCxsiLM8mxuE/t/mOVqJewPuO1miLpTHQiRgTKCLexL4MeAFVagts7HmNZ2Q==} |
|||
engines: {node: '>=10'} |
|||
@ -5472,8 +5451,6 @@ snapshots: |
|||
es-errors: 1.3.0 |
|||
gopd: 1.2.0 |
|||
|
|||
[email protected]: {} |
|||
|
|||
[email protected]: |
|||
dependencies: |
|||
define-data-property: 1.1.4 |
|||
@ -5814,10 +5791,6 @@ snapshots: |
|||
dependencies: |
|||
which-typed-array: 1.1.18 |
|||
|
|||
[email protected]: |
|||
dependencies: |
|||
is-docker: 2.2.1 |
|||
|
|||
[email protected]: {} |
|||
|
|||
[email protected]: {} |
|||
@ -6045,12 +6018,6 @@ snapshots: |
|||
dependencies: |
|||
wrappy: 1.0.2 |
|||
|
|||
[email protected]: |
|||
dependencies: |
|||
define-lazy-prop: 2.0.0 |
|||
is-docker: 2.2.1 |
|||
is-wsl: 2.2.0 |
|||
|
|||
[email protected]: {} |
|||
|
|||
[email protected]: |
|||
@ -6449,6 +6416,8 @@ snapshots: |
|||
|
|||
[email protected]: {} |
|||
|
|||
[email protected]: {} |
|||
|
|||
[email protected]: |
|||
dependencies: |
|||
is-zst: 1.0.0 |
|||
@ -6473,10 +6442,6 @@ snapshots: |
|||
|
|||
[email protected]: {} |
|||
|
|||
[email protected]: {} |
|||
|
|||
[email protected]: {} |
|||
|
|||
[email protected]: |
|||
dependencies: |
|||
extend-shallow: 3.0.2 |
|||
|
|||
Loading…
Reference in new issue