mirror of
https://github.com/spacedriveapp/spacedrive.git
synced 2025-12-11 20:15:30 +01:00
New team page (#229)
* Wrote blog * feat: implement new team page * refactor: reusable link comp * chore: update images * perf: compress images * refactor: update link * refactor: update icons, remove white border in favor or rounded corners, add investors * changes to roles * team changes * refactor: add a few changes * style: slightly better styling * update team images paths * use proper image element * update haris to match team style + keep constant * improve team member styling * use vite import pattern * team tweaks * fix brendan crop * fix text and gradient color to match brand colors * engineer not developer!!! * add annoucement banner since this can not be merged until post annoucement anyway * fade in stuff * better copy * better haris.jpg * style: slight update to styling * Update apps/landing/src/pages/team.tsx * update my image * chore: remove unused log * Update team.tsx * use incorp'd name everywhere * update team credits * hoist headings in credits * consistent marketing copy in cargo * fix types * style tweaks * blog updates * blog title tweaks * fix demo * jj said lets round it up Co-authored-by: Lu Hill <email@lewie.me> Co-authored-by: Jamie Pine <ijamespine@me.com> Co-authored-by: maxichrome <maxichrome@users.noreply.github.com> Co-authored-by: xPolar <50601857+xPolar@users.noreply.github.com>
This commit is contained in:
parent
461c7b20d8
commit
df74c9d133
@ -60,7 +60,7 @@ representative at an online or offline event.
|
||||
|
||||
Instances of abusive, harassing, or otherwise unacceptable behavior may be
|
||||
reported to the community leaders responsible for enforcement at
|
||||
[hello@jamiepine.com](mailto:hello@jamiepine.com).
|
||||
[jamie@spacedrive.com](mailto:jamie@spacedrive.com).
|
||||
All complaints will be reviewed and investigated promptly and fairly.
|
||||
|
||||
All community leaders are obligated to respect the privacy and security of the
|
||||
|
||||
2
LICENSE
2
LICENSE
@ -1,4 +1,4 @@
|
||||
Copyright (c) 2021-present Jamie Pine.
|
||||
Copyright (c) 2021-present Spacedrive Technology Inc.
|
||||
|
||||
GNU GENERAL PUBLIC LICENSE
|
||||
Version 3, 29 June 2007
|
||||
|
||||
@ -1,8 +1,8 @@
|
||||
[package]
|
||||
name = "spacedrive"
|
||||
version = "0.1.0"
|
||||
description = "The next gen private virtual filesystem."
|
||||
authors = ["Jamie Pine"]
|
||||
description = "The universal file manager."
|
||||
authors = ["Spacedrive Technology Inc."]
|
||||
license = ""
|
||||
repository = "https://github.com/spacedriveapp/spacedrive"
|
||||
default-run = "spacedrive"
|
||||
|
||||
@ -24,9 +24,9 @@
|
||||
],
|
||||
"resources": [],
|
||||
"externalBin": [],
|
||||
"copyright": "Jamie Pine",
|
||||
"shortDescription": "The Universal File Explorer",
|
||||
"longDescription": "A cross-platform file explorer, powered by an open source virtual distributed filesystem.",
|
||||
"copyright": "Spacedrive Technology Inc.",
|
||||
"shortDescription": "The universal file manager.",
|
||||
"longDescription": "A cross-platform universal file explorer, powered by an open-source virtual distributed filesystem.",
|
||||
"deb": {
|
||||
"depends": []
|
||||
},
|
||||
|
||||
@ -17,9 +17,9 @@
|
||||
"icon": ["icons/icon.icns"],
|
||||
"resources": [],
|
||||
"externalBin": [],
|
||||
"copyright": "Jamie Pine",
|
||||
"shortDescription": "Your personal virtual cloud.",
|
||||
"longDescription": "Spacedrive is an open source virtual filesystem, a personal cloud powered by your everyday devices. Feature-rich benefits of the cloud, only its owned and hosted by you with security, privacy and ownership as a foundation. Spacedrive makes it possible to create a limitless directory of your digital life that will stand the test of time.",
|
||||
"copyright": "Spacedrive Technology Inc.",
|
||||
"shortDescription": "The universal file manager.",
|
||||
"longDescription": "A cross-platform universal file explorer, powered by an open-source virtual distributed filesystem.",
|
||||
"deb": {
|
||||
"depends": []
|
||||
},
|
||||
|
||||
@ -1,8 +1,8 @@
|
||||
[package]
|
||||
name = "sdcore"
|
||||
version = "0.1.0"
|
||||
description = "A virtual distributed filesystem."
|
||||
authors = ["Jamie Pine"]
|
||||
description = "Virtual distributed filesystem engine that powers Spacedrive."
|
||||
authors = ["Spacedrive Technology Inc."]
|
||||
license = "GNU GENERAL PUBLIC LICENSE"
|
||||
repository = "https://github.com/spacedriveapp/spacedrive"
|
||||
edition = "2021"
|
||||
|
||||
@ -1,16 +1,16 @@
|
||||
## Spacedrive
|
||||
# Spacedrive
|
||||
|
||||
_© Copyright 2022-Present Jamie Pine_
|
||||
Copyright © 2022-present Spacedrive Technology Inc.
|
||||
|
||||
### Business contact
|
||||
## Business contact
|
||||
|
||||
hello@jamiepine.com
|
||||
jamie@spacedrive.com
|
||||
|
||||
### Developers
|
||||
## Developers
|
||||
|
||||
Jamie Pine, Brendonovich, Oscar Beaumont
|
||||
Jamie Pine, Brendan Allan, Oscar Beaumont, Haden Fletcher, Benjamin Akar, Haris Mehrzad, and all other contributors displayed below!
|
||||
|
||||
### Contributors
|
||||
## Contributors
|
||||
|
||||
<a href="https://github.com/spacedriveapp/spacedrive/graphs/contributors">
|
||||
<img
|
||||
|
||||
4
packages/interface/src/assets/svg/arrow-right.svg
Normal file
4
packages/interface/src/assets/svg/arrow-right.svg
Normal file
@ -0,0 +1,4 @@
|
||||
<svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||
<path d="M2.5 8H13.5" stroke="#979BAE" stroke-linecap="round" stroke-linejoin="round"/>
|
||||
<path d="M9 3.5L13.5 8L9 12.5" stroke="#979BAE" stroke-linecap="round" stroke-linejoin="round"/>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 288 B |
@ -109,9 +109,12 @@ export const Sidebar: React.FC<SidebarProps> = (props) => {
|
||||
variant: 'gray'
|
||||
}}
|
||||
// buttonIcon={<Book weight="bold" className="w-4 h-4 mt-0.5 mr-1" />}
|
||||
buttonText={clientState?.node_name || 'Loading...'}
|
||||
buttonText={clientState?.node_name || 'My Library'}
|
||||
items={[
|
||||
[{ name: clientState?.node_name || '', selected: true }, { name: 'Private Library' }],
|
||||
[
|
||||
{ name: clientState?.node_name || 'My Library', selected: true },
|
||||
{ name: 'Private Library' }
|
||||
],
|
||||
[
|
||||
{ name: 'Library Settings', icon: CogIcon },
|
||||
{ name: 'Add Library', icon: PlusIcon },
|
||||
|
||||
@ -206,19 +206,19 @@ export const OverviewScreen = () => {
|
||||
</div>
|
||||
</div>
|
||||
<div className="flex flex-col pb-4 space-y-4">
|
||||
{nodeState && (
|
||||
<Device
|
||||
name={nodeState?.node_name ?? 'This Device'}
|
||||
size="1.4TB"
|
||||
runningJob={{ amount: 65, task: 'Generating preview media' }}
|
||||
locations={[
|
||||
{ name: 'Pictures', folder: true },
|
||||
{ name: 'Downloads', folder: true },
|
||||
{ name: 'Minecraft', folder: true }
|
||||
]}
|
||||
type="laptop"
|
||||
/>
|
||||
)}
|
||||
<Device
|
||||
name={`James' MacBook Pro`}
|
||||
size="1TB"
|
||||
locations={[
|
||||
{ name: 'Documents', folder: true },
|
||||
{ name: 'Movies', folder: true },
|
||||
{ name: 'Downloads', folder: true },
|
||||
{ name: 'Minecraft', folder: true },
|
||||
{ name: 'Projects', folder: true },
|
||||
{ name: 'Notes', folder: true }
|
||||
]}
|
||||
type="desktop"
|
||||
/>
|
||||
<Device
|
||||
name={`James' iPhone 12`}
|
||||
size="47.7GB"
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
// const colors = require('tailwindcss/colors');
|
||||
// const plugin = require('tailwindcss/plugin');
|
||||
// const defaultTheme = require('tailwindcss/defaultTheme');
|
||||
const defaultTheme = require('tailwindcss/defaultTheme');
|
||||
|
||||
module.exports = function (app, options) {
|
||||
let config = {
|
||||
@ -11,6 +11,10 @@ module.exports = function (app, options) {
|
||||
darkMode: app == 'landing' ? 'class' : 'class',
|
||||
mode: 'jit',
|
||||
theme: {
|
||||
screens: {
|
||||
xs: '475px',
|
||||
...defaultTheme.screens
|
||||
},
|
||||
// fontFamily: {
|
||||
// sans: ['Inter', 'ui-sans-serif', 'system-ui'],
|
||||
// serif: ['Inter', 'ui-serif', 'Georgia'],
|
||||
@ -120,6 +124,7 @@ module.exports = function (app, options) {
|
||||
};
|
||||
if (app === 'landing') {
|
||||
config.plugins.push(require('@tailwindcss/typography'));
|
||||
config.plugins.push(require('@tailwindcss/line-clamp'));
|
||||
}
|
||||
return config;
|
||||
};
|
||||
|
||||
147
pnpm-lock.yaml
generated
147
pnpm-lock.yaml
generated
@ -76,7 +76,9 @@ importers:
|
||||
'@sd/core': workspace:*
|
||||
'@sd/interface': workspace:*
|
||||
'@sd/ui': workspace:*
|
||||
'@tailwindcss/line-clamp': ^0.4.0
|
||||
'@tailwindcss/typography': ^0.5.2
|
||||
'@tryghost/content-api': ^1.11.0
|
||||
'@types/compression': ^1.7.2
|
||||
'@types/express': ^4.17.13
|
||||
'@types/lodash': ^4.14.182
|
||||
@ -85,6 +87,7 @@ importers:
|
||||
'@types/react': ^18.0.9
|
||||
'@types/react-dom': ^18.0.5
|
||||
'@types/react-helmet': ^6.1.5
|
||||
'@types/tryghost__content-api': ^1.3.10
|
||||
'@vitejs/plugin-react': ^1.3.2
|
||||
autoprefixer: ^10.4.7
|
||||
clsx: ^1.1.1
|
||||
@ -125,6 +128,7 @@ importers:
|
||||
'@sd/interface': link:../../packages/interface
|
||||
'@sd/ui': link:../../packages/ui
|
||||
'@tailwindcss/typography': 0.5.2
|
||||
'@tryghost/content-api': 1.11.0
|
||||
'@types/compression': 1.7.2
|
||||
'@types/express': 4.17.13
|
||||
clsx: 1.1.1
|
||||
@ -137,19 +141,21 @@ importers:
|
||||
react-device-detect: 2.2.2_ef5jwxihqo6n7gxfmzogljlgcm
|
||||
react-dom: 18.1.0_react@18.1.0
|
||||
react-helmet: 6.1.0_react@18.1.0
|
||||
react-hook-form: 7.31.3_react@18.1.0
|
||||
react-hook-form: 7.32.0_react@18.1.0
|
||||
react-router-dom: 6.3.0_ef5jwxihqo6n7gxfmzogljlgcm
|
||||
react-tsparticles: 2.0.6_react@18.1.0
|
||||
simple-icons: 7.0.0
|
||||
tsparticles: 2.0.6
|
||||
devDependencies:
|
||||
'@babel/preset-react': 7.17.12
|
||||
'@tailwindcss/line-clamp': 0.4.0
|
||||
'@types/lodash': 4.14.182
|
||||
'@types/node': 17.0.36
|
||||
'@types/prismjs': 1.26.0
|
||||
'@types/react': 18.0.9
|
||||
'@types/react-dom': 18.0.5
|
||||
'@types/react-helmet': 6.1.5
|
||||
'@types/tryghost__content-api': 1.3.10
|
||||
'@vitejs/plugin-react': 1.3.2
|
||||
autoprefixer: 10.4.7_postcss@8.4.14
|
||||
nodemon: 2.0.16
|
||||
@ -4835,6 +4841,12 @@ packages:
|
||||
defer-to-connect: 2.0.1
|
||||
dev: true
|
||||
|
||||
/@tailwindcss/line-clamp/0.4.0:
|
||||
resolution: {integrity: sha512-HQZo6gfx1D0+DU3nWlNLD5iA6Ef4JAXh0LeD8lOGrJwEDBwwJNKQza6WoXhhY1uQrxOuU8ROxV7CqiQV4CoiLw==}
|
||||
peerDependencies:
|
||||
tailwindcss: '>=2.0.0 || >=3.0.0 || >=3.0.0-alpha.1'
|
||||
dev: true
|
||||
|
||||
/@tailwindcss/typography/0.5.2:
|
||||
resolution: {integrity: sha512-coq8DBABRPFcVhVIk6IbKyyHUt7YTEC/C992tatFB+yEx5WGBQrCgsSFjxHUr8AWXphWckadVJbominEduYBqw==}
|
||||
peerDependencies:
|
||||
@ -4994,6 +5006,14 @@ packages:
|
||||
- supports-color
|
||||
dev: true
|
||||
|
||||
/@tryghost/content-api/1.11.0:
|
||||
resolution: {integrity: sha512-0JTlp5Ln4BfCJzCYuT2X3MC9ZupIkRtzZaHpf9KZw7O8uOsRnO9RwjItN+lwvkoLIesMzfgrZd/tBJ4BAzeBrg==}
|
||||
dependencies:
|
||||
axios: 0.27.2
|
||||
transitivePeerDependencies:
|
||||
- debug
|
||||
dev: false
|
||||
|
||||
/@tsconfig/node10/1.0.8:
|
||||
resolution: {integrity: sha512-6XFfSQmMgq0CFLY1MslA/CPUfhIL919M1rMsa5lP2P097N2Wd1sSX0tx1u4olM16fLNhtHZpRhedZJphNJqmZg==}
|
||||
dev: true
|
||||
@ -5383,6 +5403,10 @@ packages:
|
||||
resolution: {integrity: sha512-ipixuVrh2OdNmauvtT51o3d8z12p6LtFW9in7U79der/kwejjdNchQC5UMn5u/KxNoM7VHHOs/l8KS8uHxhODQ==}
|
||||
dev: true
|
||||
|
||||
/@types/tryghost__content-api/1.3.10:
|
||||
resolution: {integrity: sha512-aHEqp9IVTcVQKJwjWrUW0UzCkziUzJSIUF0E9IjPc5DIGakZHRPin2jh9SPuJfBXawlJmVVjJn71wyiRhha1Iw==}
|
||||
dev: true
|
||||
|
||||
/@types/uglify-js/3.13.2:
|
||||
resolution: {integrity: sha512-/xFrPIo+4zOeNGtVMbf9rUm0N+i4pDf1ynExomqtokIJmVzR3962lJ1UE+MmexMkA0cmN9oTzg5Xcbwge0Ij2Q==}
|
||||
dependencies:
|
||||
@ -6200,7 +6224,6 @@ packages:
|
||||
|
||||
/asynckit/0.4.0:
|
||||
resolution: {integrity: sha512-Oei9OH4tRh0YqU3GxhX79dM/mwVgvbZJaSNaRk+bshkj0S5cfHcgYakreBjrHwatXKbz+IoIdYLxrKim2MjW0Q==}
|
||||
dev: true
|
||||
|
||||
/at-least-node/1.0.0:
|
||||
resolution: {integrity: sha512-+q/t7Ekv1EDY2l6Gda6LLiX14rU9TV20Wa3ofeQmwPFZbOMo9DXrLbOjFaaclkXKWidIaopwAObQDqwWtGUjqg==}
|
||||
@ -6267,6 +6290,15 @@ packages:
|
||||
engines: {node: '>= 0.4'}
|
||||
dev: true
|
||||
|
||||
/axios/0.27.2:
|
||||
resolution: {integrity: sha512-t+yRIyySRTp/wua5xEr+z1q60QmLq8ABsS5O9Me1AsE5dfKqgnCFzwiCZZ/cGNd1lq4/7akDWMxdhVlucjmnOQ==}
|
||||
dependencies:
|
||||
follow-redirects: 1.15.1
|
||||
form-data: 4.0.0
|
||||
transitivePeerDependencies:
|
||||
- debug
|
||||
dev: false
|
||||
|
||||
/babel-loader/8.2.5_@babel+core@7.18.2:
|
||||
resolution: {integrity: sha512-OSiFfH89LrEMiWd4pLNqGz4CwJDtbs2ZVc+iGu2HrkRfPxId9F2anQj38IxWpmRfsUY0aBZYi1EFcd3mhtRMLQ==}
|
||||
engines: {node: '>= 8.9'}
|
||||
@ -6796,7 +6828,7 @@ packages:
|
||||
dev: true
|
||||
|
||||
/buffer-equal/0.0.1:
|
||||
resolution: {integrity: sha512-RgSV6InVQ9ODPdLWJ5UAqBqJBOg370Nz6ZQtRzpt6nUjc8v0St97uJ4PYC6NztqIScrAXafKM3mZPMygSe1ggA==}
|
||||
resolution: {integrity: sha1-kbx0sR6kBbyRa8aqkI+q+ltKrEs=}
|
||||
engines: {node: '>=0.4.0'}
|
||||
dev: true
|
||||
|
||||
@ -7346,7 +7378,6 @@ packages:
|
||||
engines: {node: '>= 0.8'}
|
||||
dependencies:
|
||||
delayed-stream: 1.0.0
|
||||
dev: true
|
||||
|
||||
/comma-separated-tokens/1.0.8:
|
||||
resolution: {integrity: sha512-GHuDRO12Sypu2cV70d1dkA2EUmXHgntrzbpvOB+Qy+49ypNfGgFQIC2fhhXbnyrJRynDCAARsT7Ou0M6hirpfw==}
|
||||
@ -8096,7 +8127,6 @@ packages:
|
||||
/delayed-stream/1.0.0:
|
||||
resolution: {integrity: sha512-ZySD7Nf91aLB0RxL4KGrKHBXl7Eds1DAmEdcoVawXnLD7SDhpNgtuII2aAkg7a7QS41jxPSZ17p4VdGnMHk3MQ==}
|
||||
engines: {node: '>=0.4.0'}
|
||||
dev: true
|
||||
|
||||
/delegates/1.0.0:
|
||||
resolution: {integrity: sha512-bd2L678uiWATM6m5Z1VzNCErI3jiGzt6HGY8OVICs40JQq/HALfbyNJmp0UDakEY4pMMaN0Ly5om/B1VI/+xfQ==}
|
||||
@ -9441,6 +9471,16 @@ packages:
|
||||
tslib: 1.14.1
|
||||
dev: true
|
||||
|
||||
/follow-redirects/1.15.1:
|
||||
resolution: {integrity: sha512-yLAMQs+k0b2m7cVxpS1VKJVvoz7SS9Td1zss3XRwXj+ZDH00RJgnuLx7E44wx02kQLrdM3aOOy+FpzS7+8OizA==}
|
||||
engines: {node: '>=4.0'}
|
||||
peerDependencies:
|
||||
debug: '*'
|
||||
peerDependenciesMeta:
|
||||
debug:
|
||||
optional: true
|
||||
dev: false
|
||||
|
||||
/for-each/0.3.3:
|
||||
resolution: {integrity: sha512-jqYfLp7mo9vIyQf8ykW2v7A+2N4QjeCeI5+Dz9XraiO1ign81wjiH7Fb9vSOWvQfNtmSa4H2RoQTrrXivdUZmw==}
|
||||
dependencies:
|
||||
@ -9562,6 +9602,15 @@ packages:
|
||||
mime-types: 2.1.35
|
||||
dev: true
|
||||
|
||||
/form-data/4.0.0:
|
||||
resolution: {integrity: sha512-ETEklSGi5t0QMZuiXoA/Q6vcnxcLQP5vdugSpuAyi6SVGi2clPPp+xgEhuMaHC+zGgn31Kd235W35f7Hykkaww==}
|
||||
engines: {node: '>= 6'}
|
||||
dependencies:
|
||||
asynckit: 0.4.0
|
||||
combined-stream: 1.0.8
|
||||
mime-types: 2.1.35
|
||||
dev: false
|
||||
|
||||
/format/0.2.2:
|
||||
resolution: {integrity: sha512-wzsgA6WOq+09wrU1tsJ09udeR/YZRaeArL9e1wPbFg3GG2yDnC2ldKpxs4xunpFF9DgqCqOIra3bc1HWrJ37Ww==}
|
||||
engines: {node: '>=0.4.x'}
|
||||
@ -9807,7 +9856,7 @@ packages:
|
||||
dev: true
|
||||
|
||||
/github-from-package/0.0.0:
|
||||
resolution: {integrity: sha512-SyHy3T1v2NUXn29OsWdxmK6RwHD+vkj3v8en8AOBZ1wBQ/hCAQ5bAQTD02kW4W9tUp/3Qh6J8r9EvntiyCmOOw==}
|
||||
resolution: {integrity: sha1-l/tdlr/eiXMxPyDoKI75oWf6ZM4=}
|
||||
dev: true
|
||||
|
||||
/github-slugger/1.4.0:
|
||||
@ -12650,7 +12699,7 @@ packages:
|
||||
engines: {node: '>= 0.8'}
|
||||
|
||||
/once/1.4.0:
|
||||
resolution: {integrity: sha1-WDsap3WWHUsROsF9nFC6753Xa9E=}
|
||||
resolution: {integrity: sha512-lNaJgI+2Q5URQBkccEKHTQOPaXdUxnZZElQTZY0MFUAuaEqe1E+Nyvgdz/aIyNi6Z9MzO5dv1H8n58/GELp3+w==}
|
||||
dependencies:
|
||||
wrappy: 1.0.2
|
||||
|
||||
@ -13077,7 +13126,7 @@ packages:
|
||||
dev: true
|
||||
|
||||
/path-is-absolute/1.0.1:
|
||||
resolution: {integrity: sha1-F0uSaHNVNP+8es5r9TpanhtcX18=}
|
||||
resolution: {integrity: sha512-AVbw3UJ2e9bq64vSaS9Am0fje1Pa8pbGqTTsmXfaIiMpnr5DlDhfJOuLj9Sf95ZPVDAUerDfEk88MPmPe7UCQg==}
|
||||
engines: {node: '>=0.10.0'}
|
||||
|
||||
/path-key/2.0.1:
|
||||
@ -13488,7 +13537,7 @@ packages:
|
||||
dev: true
|
||||
|
||||
/prepend-http/2.0.0:
|
||||
resolution: {integrity: sha1-6SQ0v6XqjBn0HN/UAddBo8gZ2Jc=}
|
||||
resolution: {integrity: sha512-ravE6m9Atw9Z/jjttRUZ+clIXogdghyZAuWJ3qEzjT+jI/dL1ifAqhZeC5VHzQp1MSt1+jxKkFNemj/iO7tVUA==}
|
||||
engines: {node: '>=4'}
|
||||
dev: true
|
||||
|
||||
@ -13957,8 +14006,8 @@ packages:
|
||||
react-side-effect: 2.1.1_react@18.1.0
|
||||
dev: false
|
||||
|
||||
/react-hook-form/7.31.3_react@18.1.0:
|
||||
resolution: {integrity: sha512-NVZdCWViIWXXXlQ3jxVQH0NuNfwPf8A/0KvuCxrM9qxtP1qYosfR2ZudarziFrVOC7eTUbWbm1T4OyYCwv9oSQ==}
|
||||
/react-hook-form/7.32.0_react@18.1.0:
|
||||
resolution: {integrity: sha512-AFUwl9MwVVnZZsFZW7Egc8PVyWem6c6/9FBq29Acsikm+8ecJCkqOn2Tl48GApFnXBgoBBEHC3zosjYvPfsGNg==}
|
||||
engines: {node: '>=12.22.0'}
|
||||
peerDependencies:
|
||||
react: ^16.8.0 || ^17 || ^18
|
||||
@ -14272,7 +14321,7 @@ packages:
|
||||
dev: true
|
||||
|
||||
/read-pkg-up/1.0.1:
|
||||
resolution: {integrity: sha1-nWPBMnbAZZGNV/ACpX9AobZD+wI=}
|
||||
resolution: {integrity: sha512-WD9MTlNtI55IwYUS27iHh9tK3YoIVhxis8yKhLpTqWtml739uXc9NWTpxoHkfZf3+DkCCsXox94/VWZniuZm6A==}
|
||||
engines: {node: '>=0.10.0'}
|
||||
dependencies:
|
||||
find-up: 1.1.2
|
||||
@ -14289,7 +14338,7 @@ packages:
|
||||
dev: true
|
||||
|
||||
/read-pkg/1.1.0:
|
||||
resolution: {integrity: sha1-9f+qXs0pyzHAR0vKfXVra7KePyg=}
|
||||
resolution: {integrity: sha512-7BGwRHqt4s/uVbuyoeejRn4YmFnYZiFl4AuaeXHlgZf3sONF0SOGlxs2Pw8g6hCKupo08RafIO5YXFNOKTfwsQ==}
|
||||
engines: {node: '>=0.10.0'}
|
||||
dependencies:
|
||||
load-json-file: 1.1.0
|
||||
@ -14363,7 +14412,7 @@ packages:
|
||||
picomatch: 2.3.1
|
||||
|
||||
/redent/1.0.0:
|
||||
resolution: {integrity: sha1-z5Fqsf1fHxbfsggi3W7H9zDCr94=}
|
||||
resolution: {integrity: sha512-qtW5hKzGQZqKoh6JNSD+4lfitfPKGz42e6QwiRmPM5mmKtR0N41AbJRYu0xJi7nhOJ4WDgRkKvAk6tw4WIwR4g==}
|
||||
engines: {node: '>=0.10.0'}
|
||||
dependencies:
|
||||
indent-string: 2.1.0
|
||||
@ -14568,7 +14617,7 @@ packages:
|
||||
dev: true
|
||||
|
||||
/repeating/2.0.1:
|
||||
resolution: {integrity: sha1-UhTFOpJtNVJwdSf7q0FdvAjQbdo=}
|
||||
resolution: {integrity: sha512-ZqtSMuVybkISo2OWvqvm7iHSWngvdaW3IpsT9/uP8v4gMi591LY6h35wdOfvQdWCKFWZWm2Y1Opp4kV7vQKT6A==}
|
||||
engines: {node: '>=0.10.0'}
|
||||
dependencies:
|
||||
is-finite: 1.1.0
|
||||
@ -14612,7 +14661,7 @@ packages:
|
||||
supports-preserve-symlinks-flag: 1.0.0
|
||||
|
||||
/responselike/1.0.2:
|
||||
resolution: {integrity: sha1-kYcg7ztjHFZCvgaPFa3lpG9Loec=}
|
||||
resolution: {integrity: sha512-/Fpe5guzJk1gPqdJLJR5u7eG/gNY4nImjbRDaVWVMRhne55TCmj2i9Q+54PBRfatRC8v/rIiv9BN0pMd9OV5EQ==}
|
||||
dependencies:
|
||||
lowercase-keys: 1.0.1
|
||||
dev: true
|
||||
@ -14870,7 +14919,7 @@ packages:
|
||||
dev: true
|
||||
|
||||
/semver-compare/1.0.0:
|
||||
resolution: {integrity: sha1-De4hahyUGrN+nvsXiPavxf9VN/w=}
|
||||
resolution: {integrity: sha512-YM3/ITh2MJ5MtzaM429anh+x2jiLVjqILF4m4oyQB18W7Ggea7BfqdH/wGMK7dDiMghv/6WG7znWMwUDzJiXow==}
|
||||
dev: true
|
||||
|
||||
/semver-diff/3.1.1:
|
||||
@ -14886,7 +14935,7 @@ packages:
|
||||
dev: true
|
||||
|
||||
/semver-truncate/1.1.2:
|
||||
resolution: {integrity: sha1-V/Qd5pcHpicJp+AQS6IRcQnqR+g=}
|
||||
resolution: {integrity: sha512-V1fGg9i4CL3qesB6U0L6XAm4xOJiHmt4QAacazumuasc03BvtFGIMCduv01JWQ69Nv+JST9TqhSCiJoxoY031w==}
|
||||
engines: {node: '>=0.10.0'}
|
||||
dependencies:
|
||||
semver: 5.7.1
|
||||
@ -15073,7 +15122,7 @@ packages:
|
||||
dev: true
|
||||
|
||||
/shebang-command/1.2.0:
|
||||
resolution: {integrity: sha1-RKrGW2lbAzmJaMOfNj/uXer98eo=}
|
||||
resolution: {integrity: sha512-EV3L1+UQWGor21OmnvojK36mhg+TyIKDh3iFBKBohr5xeXIhNBcx8oWdgkTEEQ+BEFFYdLRuqMfd5L84N1V5Vg==}
|
||||
engines: {node: '>=0.10.0'}
|
||||
dependencies:
|
||||
shebang-regex: 1.0.0
|
||||
@ -15087,7 +15136,7 @@ packages:
|
||||
dev: true
|
||||
|
||||
/shebang-regex/1.0.0:
|
||||
resolution: {integrity: sha1-2kL0l0DAtC2yypcoVxyxkMmO/qM=}
|
||||
resolution: {integrity: sha512-wpoSFAxys6b2a2wHZ1XpDSgD7N9iVjg29Ph9uV/uaP9Ex/KXlkTZTeddxDPSYQpgvzKLGJke2UU0AzoGCjNIvQ==}
|
||||
engines: {node: '>=0.10.0'}
|
||||
dev: true
|
||||
|
||||
@ -15129,7 +15178,7 @@ packages:
|
||||
dev: false
|
||||
|
||||
/simple-swizzle/0.2.2:
|
||||
resolution: {integrity: sha1-pNprY1/8zMoz9w0Xy5JZLeleVXo=}
|
||||
resolution: {integrity: sha512-JA//kQgZtbuY83m+xT+tXJkmJncGMTFT+C+g2h2R9uxkYIrE2yy9sgmcLhCnw57/WSD+Eh3J97FPEDFnbXnDUg==}
|
||||
dependencies:
|
||||
is-arrayish: 0.3.2
|
||||
dev: true
|
||||
@ -15186,21 +15235,21 @@ packages:
|
||||
dev: true
|
||||
|
||||
/sort-keys-length/1.0.1:
|
||||
resolution: {integrity: sha1-nLb09OnkgVWmqgZx7dM2/xR5oYg=}
|
||||
resolution: {integrity: sha512-GRbEOUqCxemTAk/b32F2xa8wDTs+Z1QHOkbhJDQTvv/6G3ZkbJ+frYWsTcc7cBB3Fu4wy4XlLCuNtJuMn7Gsvw==}
|
||||
engines: {node: '>=0.10.0'}
|
||||
dependencies:
|
||||
sort-keys: 1.1.2
|
||||
dev: true
|
||||
|
||||
/sort-keys/1.1.2:
|
||||
resolution: {integrity: sha1-RBttTTRnmPG05J6JIK37oOVD+a0=}
|
||||
resolution: {integrity: sha512-vzn8aSqKgytVik0iwdBEi+zevbTYZogewTUM6dtpmGwEcdzbub/TX4bCzRhebDCRC3QzXgJsLRKB2V/Oof7HXg==}
|
||||
engines: {node: '>=0.10.0'}
|
||||
dependencies:
|
||||
is-plain-obj: 1.1.0
|
||||
dev: true
|
||||
|
||||
/sort-keys/2.0.0:
|
||||
resolution: {integrity: sha1-ZYU1WEhh7JfXMNbPQYIuH1ZoQSg=}
|
||||
resolution: {integrity: sha512-/dPCrG1s3ePpWm6yBbxZq5Be1dXGLyLn9Z791chDC3NFrpkVbWGzkBwPN1knaciexFXgRJ7hzdnwZ4stHSDmjg==}
|
||||
engines: {node: '>=4'}
|
||||
dependencies:
|
||||
is-plain-obj: 1.1.0
|
||||
@ -15311,7 +15360,7 @@ packages:
|
||||
dev: true
|
||||
|
||||
/squeak/1.3.0:
|
||||
resolution: {integrity: sha1-MwRQN7ZDiLVnZ0uEMiplIQc5FsM=}
|
||||
resolution: {integrity: sha512-YQL1ulInM+ev8nXX7vfXsCsDh6IqXlrremc1hzi77776BtpWgYJUMto3UM05GSAaGzJgWekszjoKDrVNB5XG+A==}
|
||||
engines: {node: '>=0.10.0'}
|
||||
dependencies:
|
||||
chalk: 1.1.3
|
||||
@ -15429,12 +15478,12 @@ packages:
|
||||
dev: true
|
||||
|
||||
/strict-uri-encode/1.1.0:
|
||||
resolution: {integrity: sha1-J5siXfHVgrH1TmWt3UNS4Y+qBxM=}
|
||||
resolution: {integrity: sha512-R3f198pcvnB+5IpnBlRkphuE9n46WyVl8I39W/ZUTZLz4nqSP/oLYUrcnJrw462Ds8he4YKMov2efsTIw1BDGQ==}
|
||||
engines: {node: '>=0.10.0'}
|
||||
dev: true
|
||||
|
||||
/string-width/1.0.2:
|
||||
resolution: {integrity: sha1-EYvfW4zcUaKn5w0hHgfisLmxB9M=}
|
||||
resolution: {integrity: sha512-0XsVpQLnVCXHJfyEs8tC0zpTVIr5PKKsQtkT29IwupnPTjtPmQ3xT/4yCREF9hYkV/3M3kzcUTSAZT6a6h81tw==}
|
||||
engines: {node: '>=0.10.0'}
|
||||
dependencies:
|
||||
code-point-at: 1.1.0
|
||||
@ -15524,7 +15573,7 @@ packages:
|
||||
dev: true
|
||||
|
||||
/strip-ansi/3.0.1:
|
||||
resolution: {integrity: sha1-ajhfuIU9lS1f8F0Oiq+UJ43GPc8=}
|
||||
resolution: {integrity: sha512-VhumSSbBqDTP8p2ZLKj40UjBCV4+v8bUSEpUb4KjRgWk9pbqGF4REFj6KEagidb2f/M6AzC0EmFyDNGaw9OCzg==}
|
||||
engines: {node: '>=0.10.0'}
|
||||
dependencies:
|
||||
ansi-regex: 2.1.1
|
||||
@ -15543,7 +15592,7 @@ packages:
|
||||
dev: true
|
||||
|
||||
/strip-bom/2.0.0:
|
||||
resolution: {integrity: sha1-YhmoVhZSBJHzV4i9vxRHqZx+aw4=}
|
||||
resolution: {integrity: sha512-kwrX1y7czp1E69n2ajbG65mIo9dqvJ+8aBQXOGVxqwvNbsXdFM6Lq37dLAY3mknUwru8CfcCbfOLL/gMo+fi3g==}
|
||||
engines: {node: '>=0.10.0'}
|
||||
dependencies:
|
||||
is-utf8: 0.2.1
|
||||
@ -15561,7 +15610,7 @@ packages:
|
||||
dev: true
|
||||
|
||||
/strip-eof/1.0.0:
|
||||
resolution: {integrity: sha1-u0P/VZim6wXYm1n80SnJgzE2Br8=}
|
||||
resolution: {integrity: sha512-7FCwGGmx8mD5xQd3RPUvnSpUXHM3BWuzjtpD4TXsfcZ9EL4azvVVUscFYwD9nx8Kh+uCBC00XBtAykoMHwTh8Q==}
|
||||
engines: {node: '>=0.10.0'}
|
||||
dev: true
|
||||
|
||||
@ -15571,7 +15620,7 @@ packages:
|
||||
dev: true
|
||||
|
||||
/strip-indent/1.0.1:
|
||||
resolution: {integrity: sha1-DHlipq3vp7vUrDZkYKY4VSrhoKI=}
|
||||
resolution: {integrity: sha512-I5iQq6aFMM62fBEAIB/hXzwJD6EEZ0xEGCX2t7oXqaKPIRgt4WruAQ285BISgdkP+HLGWyeGmNJcpIwFeRYRUA==}
|
||||
engines: {node: '>=0.10.0'}
|
||||
hasBin: true
|
||||
dependencies:
|
||||
@ -15586,7 +15635,7 @@ packages:
|
||||
dev: true
|
||||
|
||||
/strip-json-comments/2.0.1:
|
||||
resolution: {integrity: sha1-PFMZQukIwml8DsNEhYwobHygpgo=}
|
||||
resolution: {integrity: sha512-4gB8na07fecVVkOI6Rs4e7T6NOTki5EmL7TUduTs6bu3EdnSycntVJ4re8kgZA+wx9IueI2Y11bfbgwtzuE0KQ==}
|
||||
engines: {node: '>=0.10.0'}
|
||||
dev: true
|
||||
|
||||
@ -15651,7 +15700,7 @@ packages:
|
||||
dev: true
|
||||
|
||||
/supports-color/2.0.0:
|
||||
resolution: {integrity: sha1-U10EXOa2Nj+kARcIRimZXp3zJMc=}
|
||||
resolution: {integrity: sha512-KKNVtd6pCYgPIKU4cp2733HWYCpplQhddZLBUryaAHou723x+FRzQ5Df824Fj+IyyuiQTRoub4SnIFfIcrp70g==}
|
||||
engines: {node: '>=0.8.0'}
|
||||
dev: true
|
||||
|
||||
@ -15837,12 +15886,12 @@ packages:
|
||||
dev: true
|
||||
|
||||
/temp-dir/1.0.0:
|
||||
resolution: {integrity: sha1-CnwOom06Oa+n4OvqnB/AvE2qAR0=}
|
||||
resolution: {integrity: sha512-xZFXEGbG7SNC3itwBzI3RYjq/cEhBkx2hJuKGIUOcEULmkQExXiHat2z/qkISYsuR+IKumhEfKKbV5qXmhICFQ==}
|
||||
engines: {node: '>=4'}
|
||||
dev: true
|
||||
|
||||
/tempfile/2.0.0:
|
||||
resolution: {integrity: sha1-awRGhWqbERTRhW/8vlCczLCXcmU=}
|
||||
resolution: {integrity: sha512-ZOn6nJUgvgC09+doCEF3oB+r3ag7kUvlsXEGX069QRD60p+P3uP7XG9N2/at+EyIRGSN//ZY3LyEotA1YpmjuA==}
|
||||
engines: {node: '>=4'}
|
||||
dependencies:
|
||||
temp-dir: 1.0.0
|
||||
@ -15947,7 +15996,7 @@ packages:
|
||||
dev: false
|
||||
|
||||
/through/2.3.8:
|
||||
resolution: {integrity: sha1-DdTJ/6q8NXlgsbckEV1+Doai4fU=}
|
||||
resolution: {integrity: sha512-w89qg7PI8wAdvX60bMDP+bFoD5Dvhm9oLheFp5O4a2QF0cSBGsBX4qZmadPMvVqlLJBBci+WqGGOAPvcDeNSVg==}
|
||||
dev: true
|
||||
|
||||
/through2/2.0.5:
|
||||
@ -15958,7 +16007,7 @@ packages:
|
||||
dev: true
|
||||
|
||||
/timed-out/4.0.1:
|
||||
resolution: {integrity: sha1-8y6srFoXW+ol1/q1Zas+2HQe9W8=}
|
||||
resolution: {integrity: sha512-G7r3AhovYtr5YKOWQkta8RKAPb+J9IsO4uVmzjl8AZwfhs8UcUwTiD6gcJYSgOtzyjvQKrKYn41syHbUWMkafA==}
|
||||
engines: {node: '>=0.10.0'}
|
||||
dev: true
|
||||
|
||||
@ -16074,12 +16123,12 @@ packages:
|
||||
dev: true
|
||||
|
||||
/trim-newlines/1.0.0:
|
||||
resolution: {integrity: sha1-WIeWa7WCpFA6QetST301ARgVphM=}
|
||||
resolution: {integrity: sha512-Nm4cF79FhSTzrLKGDMi3I4utBtFv8qKy4sq1enftf2gMdpqI8oVQTAfySkTz5r49giVzDj88SVZXP4CeYQwjaw==}
|
||||
engines: {node: '>=0.10.0'}
|
||||
dev: true
|
||||
|
||||
/trim-repeated/1.0.0:
|
||||
resolution: {integrity: sha1-42RqLqTokTEr9+rObPsFOAvAHCE=}
|
||||
resolution: {integrity: sha512-pkonvlKk8/ZuR0D5tLW8ljt5I8kmxp2XKymhepUeOdCEfKpZaktSArkLHZt76OB1ZvO9bssUsDty4SWhLvZpLg==}
|
||||
engines: {node: '>=0.10.0'}
|
||||
dependencies:
|
||||
escape-string-regexp: 1.0.5
|
||||
@ -16454,7 +16503,7 @@ packages:
|
||||
dev: true
|
||||
|
||||
/tunnel-agent/0.6.0:
|
||||
resolution: {integrity: sha1-J6XeoGs2sEoKmWZ3SykIaPD8QP0=}
|
||||
resolution: {integrity: sha512-McnNiV1l8RYeY8tBgEpuodCC1mLUdbSN+CYBL7kJsJNInOP8UjDDEwdk6Mw60vdLLrr5NHKZhMAOSrR2NZuQ+w==}
|
||||
dependencies:
|
||||
safe-buffer: 5.2.1
|
||||
dev: true
|
||||
@ -16906,21 +16955,21 @@ packages:
|
||||
dev: true
|
||||
|
||||
/url-parse-lax/1.0.0:
|
||||
resolution: {integrity: sha1-evjzA2Rem9eaJy56FKxovAYJ2nM=}
|
||||
resolution: {integrity: sha512-BVA4lR5PIviy2PMseNd2jbFQ+jwSwQGdJejf5ctd1rEXt0Ypd7yanUK9+lYechVlN5VaTJGsu2U/3MDDu6KgBA==}
|
||||
engines: {node: '>=0.10.0'}
|
||||
dependencies:
|
||||
prepend-http: 1.0.4
|
||||
dev: true
|
||||
|
||||
/url-parse-lax/3.0.0:
|
||||
resolution: {integrity: sha1-FrXK/Afb42dsGxmZF3gj1lA6yww=}
|
||||
resolution: {integrity: sha512-NjFKA0DidqPa5ciFcSrXnAltTtzz84ogy+NebPvfEgAck0+TNg4UJ4IN+fB7zRZfbgUf0syOo9MDxFkDSMuFaQ==}
|
||||
engines: {node: '>=4'}
|
||||
dependencies:
|
||||
prepend-http: 2.0.0
|
||||
dev: true
|
||||
|
||||
/url-to-options/1.0.1:
|
||||
resolution: {integrity: sha1-FQWgOiiaSMvXpDTvuu7FBV9WM6k=}
|
||||
resolution: {integrity: sha512-0kQLIzG4fdk/G5NONku64rSH/x32NOA39LVQqlK8Le6lvTF6GGRJpqaQFGgU+CLwySIqBSMdwYM0sYcW9f6P4A==}
|
||||
engines: {node: '>= 4'}
|
||||
dev: true
|
||||
|
||||
@ -17213,7 +17262,7 @@ packages:
|
||||
vite: ^2.6.0
|
||||
dependencies:
|
||||
'@svgr/core': 6.2.1
|
||||
vite: 2.9.9_sass@1.52.1
|
||||
vite: 2.9.9
|
||||
transitivePeerDependencies:
|
||||
- supports-color
|
||||
dev: true
|
||||
@ -17319,7 +17368,7 @@ packages:
|
||||
dev: true
|
||||
|
||||
/wcwidth/1.0.1:
|
||||
resolution: {integrity: sha1-8LDc+RW8X/FSivrbLA4XtTLaL+g=}
|
||||
resolution: {integrity: sha512-XHPEwS0q6TaxcvG85+8EYkbiCux2XtWG2mkc47Ng2A77BQu9+DqIOJldST4HgPkuea7dvKSj5VgX3P1d4rW8Tg==}
|
||||
dependencies:
|
||||
defaults: 1.0.3
|
||||
dev: true
|
||||
@ -17598,7 +17647,7 @@ packages:
|
||||
dev: true
|
||||
|
||||
/wrappy/1.0.2:
|
||||
resolution: {integrity: sha1-tSQ9jz7BqjXxNkYFvA0QNuMKtp8=}
|
||||
resolution: {integrity: sha512-l4Sp/DRseor9wL6EvV2+TuQn63dMkPjZ/sp9XkghTEbV9KlPS1xUsZ3u7/IQO4wxtcFB4bgpQPRcR3QCvezPcQ==}
|
||||
|
||||
/write-file-atomic/3.0.3:
|
||||
resolution: {integrity: sha512-AvHcyZ5JnSfq3ioSyjrBkH9yW4m7Ayk8/9My/DD9onKeu/94fwrMocemO2QAJFAlnnDN+ZDS+ZjAR5ua1/PV/Q==}
|
||||
@ -17658,7 +17707,7 @@ packages:
|
||||
dev: true
|
||||
|
||||
/xml-parse-from-string/1.0.1:
|
||||
resolution: {integrity: sha1-qQKekp09vN7RafPG4oI42VpdWig=}
|
||||
resolution: {integrity: sha512-ErcKwJTF54uRzzNMXq2X5sMIy88zJvfN2DmdoQvy7PAFJ+tPRU6ydWuOKNMyfmOjdyBQTFREi60s0Y0SyI0G0g==}
|
||||
dev: true
|
||||
|
||||
/xml2js/0.4.23:
|
||||
@ -17688,7 +17737,7 @@ packages:
|
||||
dev: true
|
||||
|
||||
/yallist/2.1.2:
|
||||
resolution: {integrity: sha1-HBH5IY8HYImkfdUS+TxmmaaoHVI=}
|
||||
resolution: {integrity: sha512-ncTzHV7NvsQZkYe1DW7cbDLm0YpzHmZF5r/iyP3ZnQtMiJ+pjzisCiMNI+Sj+xQF5pXhSHxSB3uDbsBTzY/c2A==}
|
||||
dev: true
|
||||
|
||||
/yallist/3.1.1:
|
||||
@ -17745,7 +17794,7 @@ packages:
|
||||
dev: true
|
||||
|
||||
/yauzl/2.10.0:
|
||||
resolution: {integrity: sha1-x+sXyT4RLLEIb6bY5R+wZnt5pfk=}
|
||||
resolution: {integrity: sha512-p4a9I6X6nu6IhoGmBqAcbJy1mlC4j27vEPZX9F4L4/vZT3Lyq1VkFHw/V/PUcB9Buo+DG3iHkT0x3Qya58zc3g==}
|
||||
dependencies:
|
||||
buffer-crc32: 0.2.13
|
||||
fd-slicer: 1.1.0
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user