|
@@ -8,6 +8,10 @@
|
8
|
8
|
"name": "psicoadmin",
|
9
|
9
|
"version": "0.1.0",
|
10
|
10
|
"dependencies": {
|
|
11
|
+ "@emotion/react": "^11.5.0",
|
|
12
|
+ "@emotion/styled": "^11.3.0",
|
|
13
|
+ "@mui/icons-material": "^5.1.0",
|
|
14
|
+ "@mui/material": "^5.1.0",
|
11
|
15
|
"@testing-library/jest-dom": "^5.11.4",
|
12
|
16
|
"@testing-library/react": "^11.1.0",
|
13
|
17
|
"@testing-library/user-event": "^12.1.10",
|
|
@@ -1481,6 +1485,160 @@
|
1481
|
1485
|
"integrity": "sha512-ij4wRiunFfaJxjB0BdrYHIH8FxBJpOwNPhhAcunlmPdXudL1WQV1qoP9un6JsEBAgQH+7UXyyjh0g7jTxXK6tg==",
|
1482
|
1486
|
"license": "CC0-1.0"
|
1483
|
1487
|
},
|
|
1488
|
+ "node_modules/@emotion/babel-plugin": {
|
|
1489
|
+ "version": "11.3.0",
|
|
1490
|
+ "resolved": "https://registry.npmjs.org/@emotion/babel-plugin/-/babel-plugin-11.3.0.tgz",
|
|
1491
|
+ "integrity": "sha512-UZKwBV2rADuhRp+ZOGgNWg2eYgbzKzQXfQPtJbu/PLy8onurxlNCLvxMQEvlr1/GudguPI5IU9qIY1+2z1M5bA==",
|
|
1492
|
+ "dependencies": {
|
|
1493
|
+ "@babel/helper-module-imports": "^7.12.13",
|
|
1494
|
+ "@babel/plugin-syntax-jsx": "^7.12.13",
|
|
1495
|
+ "@babel/runtime": "^7.13.10",
|
|
1496
|
+ "@emotion/hash": "^0.8.0",
|
|
1497
|
+ "@emotion/memoize": "^0.7.5",
|
|
1498
|
+ "@emotion/serialize": "^1.0.2",
|
|
1499
|
+ "babel-plugin-macros": "^2.6.1",
|
|
1500
|
+ "convert-source-map": "^1.5.0",
|
|
1501
|
+ "escape-string-regexp": "^4.0.0",
|
|
1502
|
+ "find-root": "^1.1.0",
|
|
1503
|
+ "source-map": "^0.5.7",
|
|
1504
|
+ "stylis": "^4.0.3"
|
|
1505
|
+ },
|
|
1506
|
+ "peerDependencies": {
|
|
1507
|
+ "@babel/core": "^7.0.0"
|
|
1508
|
+ }
|
|
1509
|
+ },
|
|
1510
|
+ "node_modules/@emotion/babel-plugin/node_modules/escape-string-regexp": {
|
|
1511
|
+ "version": "4.0.0",
|
|
1512
|
+ "resolved": "https://registry.npmjs.org/escape-string-regexp/-/escape-string-regexp-4.0.0.tgz",
|
|
1513
|
+ "integrity": "sha512-TtpcNJ3XAzx3Gq8sWRzJaVajRs0uVxA2YAkdb1jm2YkPz4G6egUFAyA3n5vtEIZefPk5Wa4UXbKuS5fKkJWdgA==",
|
|
1514
|
+ "engines": {
|
|
1515
|
+ "node": ">=10"
|
|
1516
|
+ },
|
|
1517
|
+ "funding": {
|
|
1518
|
+ "url": "https://github.com/sponsors/sindresorhus"
|
|
1519
|
+ }
|
|
1520
|
+ },
|
|
1521
|
+ "node_modules/@emotion/babel-plugin/node_modules/source-map": {
|
|
1522
|
+ "version": "0.5.7",
|
|
1523
|
+ "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.5.7.tgz",
|
|
1524
|
+ "integrity": "sha1-igOdLRAh0i0eoUyA2OpGi6LvP8w=",
|
|
1525
|
+ "engines": {
|
|
1526
|
+ "node": ">=0.10.0"
|
|
1527
|
+ }
|
|
1528
|
+ },
|
|
1529
|
+ "node_modules/@emotion/cache": {
|
|
1530
|
+ "version": "11.5.0",
|
|
1531
|
+ "resolved": "https://registry.npmjs.org/@emotion/cache/-/cache-11.5.0.tgz",
|
|
1532
|
+ "integrity": "sha512-mAZ5QRpLriBtaj/k2qyrXwck6yeoz1V5lMt/jfj6igWU35yYlNKs2LziXVgvH81gnJZ+9QQNGelSsnuoAy6uIw==",
|
|
1533
|
+ "dependencies": {
|
|
1534
|
+ "@emotion/memoize": "^0.7.4",
|
|
1535
|
+ "@emotion/sheet": "^1.0.3",
|
|
1536
|
+ "@emotion/utils": "^1.0.0",
|
|
1537
|
+ "@emotion/weak-memoize": "^0.2.5",
|
|
1538
|
+ "stylis": "^4.0.10"
|
|
1539
|
+ }
|
|
1540
|
+ },
|
|
1541
|
+ "node_modules/@emotion/hash": {
|
|
1542
|
+ "version": "0.8.0",
|
|
1543
|
+ "resolved": "https://registry.npmjs.org/@emotion/hash/-/hash-0.8.0.tgz",
|
|
1544
|
+ "integrity": "sha512-kBJtf7PH6aWwZ6fka3zQ0p6SBYzx4fl1LoZXE2RrnYST9Xljm7WfKJrU4g/Xr3Beg72MLrp1AWNUmuYJTL7Cow=="
|
|
1545
|
+ },
|
|
1546
|
+ "node_modules/@emotion/is-prop-valid": {
|
|
1547
|
+ "version": "1.1.0",
|
|
1548
|
+ "resolved": "https://registry.npmjs.org/@emotion/is-prop-valid/-/is-prop-valid-1.1.0.tgz",
|
|
1549
|
+ "integrity": "sha512-9RkilvXAufQHsSsjQ3PIzSns+pxuX4EW8EbGeSPjZMHuMx6z/MOzb9LpqNieQX4F3mre3NWS2+X3JNRHTQztUQ==",
|
|
1550
|
+ "dependencies": {
|
|
1551
|
+ "@emotion/memoize": "^0.7.4"
|
|
1552
|
+ }
|
|
1553
|
+ },
|
|
1554
|
+ "node_modules/@emotion/memoize": {
|
|
1555
|
+ "version": "0.7.5",
|
|
1556
|
+ "resolved": "https://registry.npmjs.org/@emotion/memoize/-/memoize-0.7.5.tgz",
|
|
1557
|
+ "integrity": "sha512-igX9a37DR2ZPGYtV6suZ6whr8pTFtyHL3K/oLUotxpSVO2ASaprmAe2Dkq7tBo7CRY7MMDrAa9nuQP9/YG8FxQ=="
|
|
1558
|
+ },
|
|
1559
|
+ "node_modules/@emotion/react": {
|
|
1560
|
+ "version": "11.5.0",
|
|
1561
|
+ "resolved": "https://registry.npmjs.org/@emotion/react/-/react-11.5.0.tgz",
|
|
1562
|
+ "integrity": "sha512-MYq/bzp3rYbee4EMBORCn4duPQfgpiEB5XzrZEBnUZAL80Qdfr7CEv/T80jwaTl/dnZmt9SnTa8NkTrwFNpLlw==",
|
|
1563
|
+ "dependencies": {
|
|
1564
|
+ "@babel/runtime": "^7.13.10",
|
|
1565
|
+ "@emotion/cache": "^11.5.0",
|
|
1566
|
+ "@emotion/serialize": "^1.0.2",
|
|
1567
|
+ "@emotion/sheet": "^1.0.3",
|
|
1568
|
+ "@emotion/utils": "^1.0.0",
|
|
1569
|
+ "@emotion/weak-memoize": "^0.2.5",
|
|
1570
|
+ "hoist-non-react-statics": "^3.3.1"
|
|
1571
|
+ },
|
|
1572
|
+ "peerDependencies": {
|
|
1573
|
+ "@babel/core": "^7.0.0",
|
|
1574
|
+ "react": ">=16.8.0"
|
|
1575
|
+ },
|
|
1576
|
+ "peerDependenciesMeta": {
|
|
1577
|
+ "@babel/core": {
|
|
1578
|
+ "optional": true
|
|
1579
|
+ },
|
|
1580
|
+ "@types/react": {
|
|
1581
|
+ "optional": true
|
|
1582
|
+ }
|
|
1583
|
+ }
|
|
1584
|
+ },
|
|
1585
|
+ "node_modules/@emotion/serialize": {
|
|
1586
|
+ "version": "1.0.2",
|
|
1587
|
+ "resolved": "https://registry.npmjs.org/@emotion/serialize/-/serialize-1.0.2.tgz",
|
|
1588
|
+ "integrity": "sha512-95MgNJ9+/ajxU7QIAruiOAdYNjxZX7G2mhgrtDWswA21VviYIRP1R5QilZ/bDY42xiKsaktP4egJb3QdYQZi1A==",
|
|
1589
|
+ "dependencies": {
|
|
1590
|
+ "@emotion/hash": "^0.8.0",
|
|
1591
|
+ "@emotion/memoize": "^0.7.4",
|
|
1592
|
+ "@emotion/unitless": "^0.7.5",
|
|
1593
|
+ "@emotion/utils": "^1.0.0",
|
|
1594
|
+ "csstype": "^3.0.2"
|
|
1595
|
+ }
|
|
1596
|
+ },
|
|
1597
|
+ "node_modules/@emotion/sheet": {
|
|
1598
|
+ "version": "1.0.3",
|
|
1599
|
+ "resolved": "https://registry.npmjs.org/@emotion/sheet/-/sheet-1.0.3.tgz",
|
|
1600
|
+ "integrity": "sha512-YoX5GyQ4db7LpbmXHMuc8kebtBGP6nZfRC5Z13OKJMixBEwdZrJ914D6yJv/P+ZH/YY3F5s89NYX2hlZAf3SRQ=="
|
|
1601
|
+ },
|
|
1602
|
+ "node_modules/@emotion/styled": {
|
|
1603
|
+ "version": "11.3.0",
|
|
1604
|
+ "resolved": "https://registry.npmjs.org/@emotion/styled/-/styled-11.3.0.tgz",
|
|
1605
|
+ "integrity": "sha512-fUoLcN3BfMiLlRhJ8CuPUMEyKkLEoM+n+UyAbnqGEsCd5IzKQ7VQFLtzpJOaCD2/VR2+1hXQTnSZXVJeiTNltA==",
|
|
1606
|
+ "dependencies": {
|
|
1607
|
+ "@babel/runtime": "^7.13.10",
|
|
1608
|
+ "@emotion/babel-plugin": "^11.3.0",
|
|
1609
|
+ "@emotion/is-prop-valid": "^1.1.0",
|
|
1610
|
+ "@emotion/serialize": "^1.0.2",
|
|
1611
|
+ "@emotion/utils": "^1.0.0"
|
|
1612
|
+ },
|
|
1613
|
+ "peerDependencies": {
|
|
1614
|
+ "@babel/core": "^7.0.0",
|
|
1615
|
+ "@emotion/react": "^11.0.0-rc.0",
|
|
1616
|
+ "react": ">=16.8.0"
|
|
1617
|
+ },
|
|
1618
|
+ "peerDependenciesMeta": {
|
|
1619
|
+ "@babel/core": {
|
|
1620
|
+ "optional": true
|
|
1621
|
+ },
|
|
1622
|
+ "@types/react": {
|
|
1623
|
+ "optional": true
|
|
1624
|
+ }
|
|
1625
|
+ }
|
|
1626
|
+ },
|
|
1627
|
+ "node_modules/@emotion/unitless": {
|
|
1628
|
+ "version": "0.7.5",
|
|
1629
|
+ "resolved": "https://registry.npmjs.org/@emotion/unitless/-/unitless-0.7.5.tgz",
|
|
1630
|
+ "integrity": "sha512-OWORNpfjMsSSUBVrRBVGECkhWcULOAJz9ZW8uK9qgxD+87M7jHRcvh/A96XXNhXTLmKcoYSQtBEX7lHMO7YRwg=="
|
|
1631
|
+ },
|
|
1632
|
+ "node_modules/@emotion/utils": {
|
|
1633
|
+ "version": "1.0.0",
|
|
1634
|
+ "resolved": "https://registry.npmjs.org/@emotion/utils/-/utils-1.0.0.tgz",
|
|
1635
|
+ "integrity": "sha512-mQC2b3XLDs6QCW+pDQDiyO/EdGZYOygE8s5N5rrzjSI4M3IejPE/JPndCBwRT9z982aqQNi6beWs1UeayrQxxA=="
|
|
1636
|
+ },
|
|
1637
|
+ "node_modules/@emotion/weak-memoize": {
|
|
1638
|
+ "version": "0.2.5",
|
|
1639
|
+ "resolved": "https://registry.npmjs.org/@emotion/weak-memoize/-/weak-memoize-0.2.5.tgz",
|
|
1640
|
+ "integrity": "sha512-6U71C2Wp7r5XtFtQzYrW5iKFT67OixrSxjI4MptCHzdSVlgabczzqLe0ZSgnub/5Kp4hSbpDB1tMytZY9pwxxA=="
|
|
1641
|
+ },
|
1484
|
1642
|
"node_modules/@eslint/eslintrc": {
|
1485
|
1643
|
"version": "0.3.0",
|
1486
|
1644
|
"resolved": "https://registry.npmjs.org/@eslint/eslintrc/-/eslintrc-0.3.0.tgz",
|
|
@@ -1832,6 +1990,224 @@
|
1832
|
1990
|
"node": ">= 10.14.2"
|
1833
|
1991
|
}
|
1834
|
1992
|
},
|
|
1993
|
+ "node_modules/@mui/core": {
|
|
1994
|
+ "version": "5.0.0-alpha.54",
|
|
1995
|
+ "resolved": "https://registry.npmjs.org/@mui/core/-/core-5.0.0-alpha.54.tgz",
|
|
1996
|
+ "integrity": "sha512-8TxdHqDdSb6wjhsnpE5n7qtkFKDG3PUSlVY0gR3VcdsHXscUY13l3VbMQW1brI4D/R9zx5VYmxIHWaHFgw4RtA==",
|
|
1997
|
+ "dependencies": {
|
|
1998
|
+ "@babel/runtime": "^7.16.0",
|
|
1999
|
+ "@emotion/is-prop-valid": "^1.1.0",
|
|
2000
|
+ "@mui/utils": "^5.1.0",
|
|
2001
|
+ "@popperjs/core": "^2.4.4",
|
|
2002
|
+ "clsx": "^1.1.1",
|
|
2003
|
+ "prop-types": "^15.7.2",
|
|
2004
|
+ "react-is": "^17.0.2"
|
|
2005
|
+ },
|
|
2006
|
+ "engines": {
|
|
2007
|
+ "node": ">=12.0.0"
|
|
2008
|
+ },
|
|
2009
|
+ "peerDependencies": {
|
|
2010
|
+ "@types/react": "^16.8.6 || ^17.0.0",
|
|
2011
|
+ "react": "^17.0.2",
|
|
2012
|
+ "react-dom": "^17.0.2"
|
|
2013
|
+ },
|
|
2014
|
+ "peerDependenciesMeta": {
|
|
2015
|
+ "@types/react": {
|
|
2016
|
+ "optional": true
|
|
2017
|
+ }
|
|
2018
|
+ }
|
|
2019
|
+ },
|
|
2020
|
+ "node_modules/@mui/icons-material": {
|
|
2021
|
+ "version": "5.1.0",
|
|
2022
|
+ "resolved": "https://registry.npmjs.org/@mui/icons-material/-/icons-material-5.1.0.tgz",
|
|
2023
|
+ "integrity": "sha512-GD2cNZ2XTqoxX6DMUg+tos1fDUVg6kXWxwo9UuBiRIhK8N+B7CG7vjRDf28LLmewcqIjxqy+T2SEVqDLy1FOYQ==",
|
|
2024
|
+ "dependencies": {
|
|
2025
|
+ "@babel/runtime": "^7.16.0"
|
|
2026
|
+ },
|
|
2027
|
+ "engines": {
|
|
2028
|
+ "node": ">=12.0.0"
|
|
2029
|
+ },
|
|
2030
|
+ "peerDependencies": {
|
|
2031
|
+ "@mui/material": "^5.0.0",
|
|
2032
|
+ "@types/react": "^16.8.6 || ^17.0.0",
|
|
2033
|
+ "react": "^17.0.2"
|
|
2034
|
+ },
|
|
2035
|
+ "peerDependenciesMeta": {
|
|
2036
|
+ "@types/react": {
|
|
2037
|
+ "optional": true
|
|
2038
|
+ }
|
|
2039
|
+ }
|
|
2040
|
+ },
|
|
2041
|
+ "node_modules/@mui/material": {
|
|
2042
|
+ "version": "5.1.0",
|
|
2043
|
+ "resolved": "https://registry.npmjs.org/@mui/material/-/material-5.1.0.tgz",
|
|
2044
|
+ "integrity": "sha512-K76v7zRhpJToInSI8sRcEmTwpVFBZ223VIusjZRKXN8JzX+PuErG7skfa1yUuhc3f4VEqcYYUw0LvI+DJJ05eg==",
|
|
2045
|
+ "dependencies": {
|
|
2046
|
+ "@babel/runtime": "^7.16.0",
|
|
2047
|
+ "@mui/core": "5.0.0-alpha.54",
|
|
2048
|
+ "@mui/system": "^5.1.0",
|
|
2049
|
+ "@mui/types": "^7.1.0",
|
|
2050
|
+ "@mui/utils": "^5.1.0",
|
|
2051
|
+ "@types/react-transition-group": "^4.4.4",
|
|
2052
|
+ "clsx": "^1.1.1",
|
|
2053
|
+ "csstype": "^3.0.9",
|
|
2054
|
+ "hoist-non-react-statics": "^3.3.2",
|
|
2055
|
+ "prop-types": "^15.7.2",
|
|
2056
|
+ "react-is": "^17.0.2",
|
|
2057
|
+ "react-transition-group": "^4.4.2"
|
|
2058
|
+ },
|
|
2059
|
+ "engines": {
|
|
2060
|
+ "node": ">=12.0.0"
|
|
2061
|
+ },
|
|
2062
|
+ "funding": {
|
|
2063
|
+ "type": "opencollective",
|
|
2064
|
+ "url": "https://opencollective.com/material-ui"
|
|
2065
|
+ },
|
|
2066
|
+ "peerDependencies": {
|
|
2067
|
+ "@emotion/react": "^11.5.0",
|
|
2068
|
+ "@emotion/styled": "^11.3.0",
|
|
2069
|
+ "@types/react": "^16.8.6 || ^17.0.0",
|
|
2070
|
+ "react": "^17.0.2",
|
|
2071
|
+ "react-dom": "^17.0.2"
|
|
2072
|
+ },
|
|
2073
|
+ "peerDependenciesMeta": {
|
|
2074
|
+ "@emotion/react": {
|
|
2075
|
+ "optional": true
|
|
2076
|
+ },
|
|
2077
|
+ "@emotion/styled": {
|
|
2078
|
+ "optional": true
|
|
2079
|
+ },
|
|
2080
|
+ "@types/react": {
|
|
2081
|
+ "optional": true
|
|
2082
|
+ }
|
|
2083
|
+ }
|
|
2084
|
+ },
|
|
2085
|
+ "node_modules/@mui/private-theming": {
|
|
2086
|
+ "version": "5.1.0",
|
|
2087
|
+ "resolved": "https://registry.npmjs.org/@mui/private-theming/-/private-theming-5.1.0.tgz",
|
|
2088
|
+ "integrity": "sha512-RWzpvwZTNoCUlWFtf7uMDY4QkNL6pI3V2Ac4MZeVzJr3DLluQrt0JjUdsy8CVS7HCTp1YGiyZsJ7H8PfR9jIOw==",
|
|
2089
|
+ "dependencies": {
|
|
2090
|
+ "@babel/runtime": "^7.16.0",
|
|
2091
|
+ "@mui/utils": "^5.1.0",
|
|
2092
|
+ "prop-types": "^15.7.2"
|
|
2093
|
+ },
|
|
2094
|
+ "engines": {
|
|
2095
|
+ "node": ">=12.0.0"
|
|
2096
|
+ },
|
|
2097
|
+ "funding": {
|
|
2098
|
+ "type": "opencollective",
|
|
2099
|
+ "url": "https://opencollective.com/material-ui"
|
|
2100
|
+ },
|
|
2101
|
+ "peerDependencies": {
|
|
2102
|
+ "@types/react": "^16.8.6 || ^17.0.0",
|
|
2103
|
+ "react": "^17.0.2"
|
|
2104
|
+ },
|
|
2105
|
+ "peerDependenciesMeta": {
|
|
2106
|
+ "@types/react": {
|
|
2107
|
+ "optional": true
|
|
2108
|
+ }
|
|
2109
|
+ }
|
|
2110
|
+ },
|
|
2111
|
+ "node_modules/@mui/styled-engine": {
|
|
2112
|
+ "version": "5.1.0",
|
|
2113
|
+ "resolved": "https://registry.npmjs.org/@mui/styled-engine/-/styled-engine-5.1.0.tgz",
|
|
2114
|
+ "integrity": "sha512-Z27hexqYL21z+iVat47n1E/Tj4r83JK6hXaOFj2rYMYz0lJQ6YGLF+c2B3NNJoglL76Vo0w4yKC63FsO+015kw==",
|
|
2115
|
+ "dependencies": {
|
|
2116
|
+ "@babel/runtime": "^7.16.0",
|
|
2117
|
+ "@emotion/cache": "^11.5.0",
|
|
2118
|
+ "prop-types": "^15.7.2"
|
|
2119
|
+ },
|
|
2120
|
+ "engines": {
|
|
2121
|
+ "node": ">=12.0.0"
|
|
2122
|
+ },
|
|
2123
|
+ "funding": {
|
|
2124
|
+ "type": "opencollective",
|
|
2125
|
+ "url": "https://opencollective.com/material-ui"
|
|
2126
|
+ },
|
|
2127
|
+ "peerDependencies": {
|
|
2128
|
+ "@emotion/react": "^11.4.1",
|
|
2129
|
+ "@emotion/styled": "^11.3.0",
|
|
2130
|
+ "react": "^17.0.2"
|
|
2131
|
+ },
|
|
2132
|
+ "peerDependenciesMeta": {
|
|
2133
|
+ "@emotion/react": {
|
|
2134
|
+ "optional": true
|
|
2135
|
+ },
|
|
2136
|
+ "@emotion/styled": {
|
|
2137
|
+ "optional": true
|
|
2138
|
+ }
|
|
2139
|
+ }
|
|
2140
|
+ },
|
|
2141
|
+ "node_modules/@mui/system": {
|
|
2142
|
+ "version": "5.1.0",
|
|
2143
|
+ "resolved": "https://registry.npmjs.org/@mui/system/-/system-5.1.0.tgz",
|
|
2144
|
+ "integrity": "sha512-1h+YDnPGfTWZkf7lgeNV+vw6altxXGLclXLdxs9GPzEMNYXX7xveUjmndYpO1p/yx7GNG2gLWWkFZ1TYCeo4+Q==",
|
|
2145
|
+ "dependencies": {
|
|
2146
|
+ "@babel/runtime": "^7.16.0",
|
|
2147
|
+ "@mui/private-theming": "^5.1.0",
|
|
2148
|
+ "@mui/styled-engine": "^5.1.0",
|
|
2149
|
+ "@mui/types": "^7.1.0",
|
|
2150
|
+ "@mui/utils": "^5.1.0",
|
|
2151
|
+ "clsx": "^1.1.1",
|
|
2152
|
+ "csstype": "^3.0.9",
|
|
2153
|
+ "prop-types": "^15.7.2"
|
|
2154
|
+ },
|
|
2155
|
+ "engines": {
|
|
2156
|
+ "node": ">=12.0.0"
|
|
2157
|
+ },
|
|
2158
|
+ "funding": {
|
|
2159
|
+ "type": "opencollective",
|
|
2160
|
+ "url": "https://opencollective.com/material-ui"
|
|
2161
|
+ },
|
|
2162
|
+ "peerDependencies": {
|
|
2163
|
+ "@emotion/react": "^11.5.0",
|
|
2164
|
+ "@emotion/styled": "^11.3.0",
|
|
2165
|
+ "@types/react": "^16.8.6 || ^17.0.0",
|
|
2166
|
+ "react": "^17.0.2"
|
|
2167
|
+ },
|
|
2168
|
+ "peerDependenciesMeta": {
|
|
2169
|
+ "@emotion/react": {
|
|
2170
|
+ "optional": true
|
|
2171
|
+ },
|
|
2172
|
+ "@emotion/styled": {
|
|
2173
|
+ "optional": true
|
|
2174
|
+ },
|
|
2175
|
+ "@types/react": {
|
|
2176
|
+ "optional": true
|
|
2177
|
+ }
|
|
2178
|
+ }
|
|
2179
|
+ },
|
|
2180
|
+ "node_modules/@mui/types": {
|
|
2181
|
+ "version": "7.1.0",
|
|
2182
|
+ "resolved": "https://registry.npmjs.org/@mui/types/-/types-7.1.0.tgz",
|
|
2183
|
+ "integrity": "sha512-Hh7ALdq/GjfIwLvqH3XftuY3bcKhupktTm+S6qRIDGOtPtRuq2L21VWzOK4p7kblirK0XgGVH5BLwa6u8z/6QQ==",
|
|
2184
|
+ "peerDependencies": {
|
|
2185
|
+ "@types/react": "*"
|
|
2186
|
+ },
|
|
2187
|
+ "peerDependenciesMeta": {
|
|
2188
|
+ "@types/react": {
|
|
2189
|
+ "optional": true
|
|
2190
|
+ }
|
|
2191
|
+ }
|
|
2192
|
+ },
|
|
2193
|
+ "node_modules/@mui/utils": {
|
|
2194
|
+ "version": "5.1.0",
|
|
2195
|
+ "resolved": "https://registry.npmjs.org/@mui/utils/-/utils-5.1.0.tgz",
|
|
2196
|
+ "integrity": "sha512-TbAa3DZBGE6xjrVsQ6e0Iw0jwgGZqPg/48aZJJWXJJjU8NU5OhBRutYhrk/kbdDRmsIArHNdpJayBSi7yETYvg==",
|
|
2197
|
+ "dependencies": {
|
|
2198
|
+ "@babel/runtime": "^7.16.0",
|
|
2199
|
+ "@types/prop-types": "^15.7.4",
|
|
2200
|
+ "@types/react-is": "^16.7.1 || ^17.0.0",
|
|
2201
|
+ "prop-types": "^15.7.2",
|
|
2202
|
+ "react-is": "^17.0.2"
|
|
2203
|
+ },
|
|
2204
|
+ "engines": {
|
|
2205
|
+ "node": ">=12.0.0"
|
|
2206
|
+ },
|
|
2207
|
+ "peerDependencies": {
|
|
2208
|
+ "react": "^17.0.2"
|
|
2209
|
+ }
|
|
2210
|
+ },
|
1835
|
2211
|
"node_modules/@nodelib/fs.scandir": {
|
1836
|
2212
|
"version": "2.1.4",
|
1837
|
2213
|
"resolved": "https://registry.npmjs.org/@nodelib/fs.scandir/-/fs.scandir-2.1.4.tgz",
|
|
@@ -2799,6 +3175,14 @@
|
2799
|
3175
|
"csstype": "^3.0.2"
|
2800
|
3176
|
}
|
2801
|
3177
|
},
|
|
3178
|
+ "node_modules/@types/react-is": {
|
|
3179
|
+ "version": "17.0.3",
|
|
3180
|
+ "resolved": "https://registry.npmjs.org/@types/react-is/-/react-is-17.0.3.tgz",
|
|
3181
|
+ "integrity": "sha512-aBTIWg1emtu95bLTLx0cpkxwGW3ueZv71nE2YFBpL8k/z5czEW8yYpOo8Dp+UUAFAtKwNaOsh/ioSeQnWlZcfw==",
|
|
3182
|
+ "dependencies": {
|
|
3183
|
+ "@types/react": "*"
|
|
3184
|
+ }
|
|
3185
|
+ },
|
2802
|
3186
|
"node_modules/@types/react-transition-group": {
|
2803
|
3187
|
"version": "4.4.4",
|
2804
|
3188
|
"resolved": "https://registry.npmjs.org/@types/react-transition-group/-/react-transition-group-4.4.4.tgz",
|
|
@@ -5780,6 +6164,14 @@
|
5780
|
6164
|
"wrap-ansi": "^6.2.0"
|
5781
|
6165
|
}
|
5782
|
6166
|
},
|
|
6167
|
+ "node_modules/clsx": {
|
|
6168
|
+ "version": "1.1.1",
|
|
6169
|
+ "resolved": "https://registry.npmjs.org/clsx/-/clsx-1.1.1.tgz",
|
|
6170
|
+ "integrity": "sha512-6/bPho624p3S2pMyvP5kKBPXnI3ufHLObBFCfgx+LkeR5lg2XYy2hqZqUf45ypD8COn2bhgGJSUE+l5dhNBieA==",
|
|
6171
|
+ "engines": {
|
|
6172
|
+ "node": ">=6"
|
|
6173
|
+ }
|
|
6174
|
+ },
|
5783
|
6175
|
"node_modules/co": {
|
5784
|
6176
|
"version": "4.6.0",
|
5785
|
6177
|
"resolved": "https://registry.npmjs.org/co/-/co-4.6.0.tgz",
|
|
@@ -9019,6 +9411,11 @@
|
9019
|
9411
|
"node": ">=6"
|
9020
|
9412
|
}
|
9021
|
9413
|
},
|
|
9414
|
+ "node_modules/find-root": {
|
|
9415
|
+ "version": "1.1.0",
|
|
9416
|
+ "resolved": "https://registry.npmjs.org/find-root/-/find-root-1.1.0.tgz",
|
|
9417
|
+ "integrity": "sha512-NKfW6bec6GfKc0SGx1e07QZY9PE99u0Bft/0rzSD5k3sO/vwkVUpDUKVm5Gpp5Ue3YfShPFTX2070tDs5kB9Ng=="
|
|
9418
|
+ },
|
9022
|
9419
|
"node_modules/find-up": {
|
9023
|
9420
|
"version": "4.1.0",
|
9024
|
9421
|
"resolved": "https://registry.npmjs.org/find-up/-/find-up-4.1.0.tgz",
|
|
@@ -15598,10 +15995,9 @@
|
15598
|
15995
|
"license": "MIT"
|
15599
|
15996
|
},
|
15600
|
15997
|
"node_modules/react-is": {
|
15601
|
|
- "version": "17.0.1",
|
15602
|
|
- "resolved": "https://registry.npmjs.org/react-is/-/react-is-17.0.1.tgz",
|
15603
|
|
- "integrity": "sha512-NAnt2iGDXohE5LI7uBnLnqvLQMtzhkiAOLXTmv+qnF9Ky7xAPcX8Up/xWIhxvLVGJvuLiNc4xQLtuqDRzb4fSA==",
|
15604
|
|
- "license": "MIT"
|
|
15998
|
+ "version": "17.0.2",
|
|
15999
|
+ "resolved": "https://registry.npmjs.org/react-is/-/react-is-17.0.2.tgz",
|
|
16000
|
+ "integrity": "sha512-w2GsyukL62IJnlaff/nRegPQR94C/XXamvMWmSHRJ4y7Ts/4ocGRmTHvOs8PSE6pB3dWOrD/nueuU5sduBsQ4w=="
|
15605
|
16001
|
},
|
15606
|
16002
|
"node_modules/react-lifecycles-compat": {
|
15607
|
16003
|
"version": "3.0.4",
|
|
@@ -18217,6 +18613,11 @@
|
18217
|
18613
|
"node": ">=8"
|
18218
|
18614
|
}
|
18219
|
18615
|
},
|
|
18616
|
+ "node_modules/stylis": {
|
|
18617
|
+ "version": "4.0.10",
|
|
18618
|
+ "resolved": "https://registry.npmjs.org/stylis/-/stylis-4.0.10.tgz",
|
|
18619
|
+ "integrity": "sha512-m3k+dk7QeJw660eIKRRn3xPF6uuvHs/FFzjX3HQ5ove0qYsiygoAhwn5a3IYKaZPo5LrYD0rfVmtv1gNY1uYwg=="
|
|
18620
|
+ },
|
18220
|
18621
|
"node_modules/supports-color": {
|
18221
|
18622
|
"version": "7.2.0",
|
18222
|
18623
|
"resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz",
|
|
@@ -21801,6 +22202,125 @@
|
21801
|
22202
|
"resolved": "https://registry.npmjs.org/@csstools/normalize.css/-/normalize.css-10.1.0.tgz",
|
21802
|
22203
|
"integrity": "sha512-ij4wRiunFfaJxjB0BdrYHIH8FxBJpOwNPhhAcunlmPdXudL1WQV1qoP9un6JsEBAgQH+7UXyyjh0g7jTxXK6tg=="
|
21803
|
22204
|
},
|
|
22205
|
+ "@emotion/babel-plugin": {
|
|
22206
|
+ "version": "11.3.0",
|
|
22207
|
+ "resolved": "https://registry.npmjs.org/@emotion/babel-plugin/-/babel-plugin-11.3.0.tgz",
|
|
22208
|
+ "integrity": "sha512-UZKwBV2rADuhRp+ZOGgNWg2eYgbzKzQXfQPtJbu/PLy8onurxlNCLvxMQEvlr1/GudguPI5IU9qIY1+2z1M5bA==",
|
|
22209
|
+ "requires": {
|
|
22210
|
+ "@babel/helper-module-imports": "^7.12.13",
|
|
22211
|
+ "@babel/plugin-syntax-jsx": "^7.12.13",
|
|
22212
|
+ "@babel/runtime": "^7.13.10",
|
|
22213
|
+ "@emotion/hash": "^0.8.0",
|
|
22214
|
+ "@emotion/memoize": "^0.7.5",
|
|
22215
|
+ "@emotion/serialize": "^1.0.2",
|
|
22216
|
+ "babel-plugin-macros": "^2.6.1",
|
|
22217
|
+ "convert-source-map": "^1.5.0",
|
|
22218
|
+ "escape-string-regexp": "^4.0.0",
|
|
22219
|
+ "find-root": "^1.1.0",
|
|
22220
|
+ "source-map": "^0.5.7",
|
|
22221
|
+ "stylis": "^4.0.3"
|
|
22222
|
+ },
|
|
22223
|
+ "dependencies": {
|
|
22224
|
+ "escape-string-regexp": {
|
|
22225
|
+ "version": "4.0.0",
|
|
22226
|
+ "resolved": "https://registry.npmjs.org/escape-string-regexp/-/escape-string-regexp-4.0.0.tgz",
|
|
22227
|
+ "integrity": "sha512-TtpcNJ3XAzx3Gq8sWRzJaVajRs0uVxA2YAkdb1jm2YkPz4G6egUFAyA3n5vtEIZefPk5Wa4UXbKuS5fKkJWdgA=="
|
|
22228
|
+ },
|
|
22229
|
+ "source-map": {
|
|
22230
|
+ "version": "0.5.7",
|
|
22231
|
+ "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.5.7.tgz",
|
|
22232
|
+ "integrity": "sha1-igOdLRAh0i0eoUyA2OpGi6LvP8w="
|
|
22233
|
+ }
|
|
22234
|
+ }
|
|
22235
|
+ },
|
|
22236
|
+ "@emotion/cache": {
|
|
22237
|
+ "version": "11.5.0",
|
|
22238
|
+ "resolved": "https://registry.npmjs.org/@emotion/cache/-/cache-11.5.0.tgz",
|
|
22239
|
+ "integrity": "sha512-mAZ5QRpLriBtaj/k2qyrXwck6yeoz1V5lMt/jfj6igWU35yYlNKs2LziXVgvH81gnJZ+9QQNGelSsnuoAy6uIw==",
|
|
22240
|
+ "requires": {
|
|
22241
|
+ "@emotion/memoize": "^0.7.4",
|
|
22242
|
+ "@emotion/sheet": "^1.0.3",
|
|
22243
|
+ "@emotion/utils": "^1.0.0",
|
|
22244
|
+ "@emotion/weak-memoize": "^0.2.5",
|
|
22245
|
+ "stylis": "^4.0.10"
|
|
22246
|
+ }
|
|
22247
|
+ },
|
|
22248
|
+ "@emotion/hash": {
|
|
22249
|
+ "version": "0.8.0",
|
|
22250
|
+ "resolved": "https://registry.npmjs.org/@emotion/hash/-/hash-0.8.0.tgz",
|
|
22251
|
+ "integrity": "sha512-kBJtf7PH6aWwZ6fka3zQ0p6SBYzx4fl1LoZXE2RrnYST9Xljm7WfKJrU4g/Xr3Beg72MLrp1AWNUmuYJTL7Cow=="
|
|
22252
|
+ },
|
|
22253
|
+ "@emotion/is-prop-valid": {
|
|
22254
|
+ "version": "1.1.0",
|
|
22255
|
+ "resolved": "https://registry.npmjs.org/@emotion/is-prop-valid/-/is-prop-valid-1.1.0.tgz",
|
|
22256
|
+ "integrity": "sha512-9RkilvXAufQHsSsjQ3PIzSns+pxuX4EW8EbGeSPjZMHuMx6z/MOzb9LpqNieQX4F3mre3NWS2+X3JNRHTQztUQ==",
|
|
22257
|
+ "requires": {
|
|
22258
|
+ "@emotion/memoize": "^0.7.4"
|
|
22259
|
+ }
|
|
22260
|
+ },
|
|
22261
|
+ "@emotion/memoize": {
|
|
22262
|
+ "version": "0.7.5",
|
|
22263
|
+ "resolved": "https://registry.npmjs.org/@emotion/memoize/-/memoize-0.7.5.tgz",
|
|
22264
|
+ "integrity": "sha512-igX9a37DR2ZPGYtV6suZ6whr8pTFtyHL3K/oLUotxpSVO2ASaprmAe2Dkq7tBo7CRY7MMDrAa9nuQP9/YG8FxQ=="
|
|
22265
|
+ },
|
|
22266
|
+ "@emotion/react": {
|
|
22267
|
+ "version": "11.5.0",
|
|
22268
|
+ "resolved": "https://registry.npmjs.org/@emotion/react/-/react-11.5.0.tgz",
|
|
22269
|
+ "integrity": "sha512-MYq/bzp3rYbee4EMBORCn4duPQfgpiEB5XzrZEBnUZAL80Qdfr7CEv/T80jwaTl/dnZmt9SnTa8NkTrwFNpLlw==",
|
|
22270
|
+ "requires": {
|
|
22271
|
+ "@babel/runtime": "^7.13.10",
|
|
22272
|
+ "@emotion/cache": "^11.5.0",
|
|
22273
|
+ "@emotion/serialize": "^1.0.2",
|
|
22274
|
+ "@emotion/sheet": "^1.0.3",
|
|
22275
|
+ "@emotion/utils": "^1.0.0",
|
|
22276
|
+ "@emotion/weak-memoize": "^0.2.5",
|
|
22277
|
+ "hoist-non-react-statics": "^3.3.1"
|
|
22278
|
+ }
|
|
22279
|
+ },
|
|
22280
|
+ "@emotion/serialize": {
|
|
22281
|
+ "version": "1.0.2",
|
|
22282
|
+ "resolved": "https://registry.npmjs.org/@emotion/serialize/-/serialize-1.0.2.tgz",
|
|
22283
|
+ "integrity": "sha512-95MgNJ9+/ajxU7QIAruiOAdYNjxZX7G2mhgrtDWswA21VviYIRP1R5QilZ/bDY42xiKsaktP4egJb3QdYQZi1A==",
|
|
22284
|
+ "requires": {
|
|
22285
|
+ "@emotion/hash": "^0.8.0",
|
|
22286
|
+ "@emotion/memoize": "^0.7.4",
|
|
22287
|
+ "@emotion/unitless": "^0.7.5",
|
|
22288
|
+ "@emotion/utils": "^1.0.0",
|
|
22289
|
+ "csstype": "^3.0.2"
|
|
22290
|
+ }
|
|
22291
|
+ },
|
|
22292
|
+ "@emotion/sheet": {
|
|
22293
|
+ "version": "1.0.3",
|
|
22294
|
+ "resolved": "https://registry.npmjs.org/@emotion/sheet/-/sheet-1.0.3.tgz",
|
|
22295
|
+ "integrity": "sha512-YoX5GyQ4db7LpbmXHMuc8kebtBGP6nZfRC5Z13OKJMixBEwdZrJ914D6yJv/P+ZH/YY3F5s89NYX2hlZAf3SRQ=="
|
|
22296
|
+ },
|
|
22297
|
+ "@emotion/styled": {
|
|
22298
|
+ "version": "11.3.0",
|
|
22299
|
+ "resolved": "https://registry.npmjs.org/@emotion/styled/-/styled-11.3.0.tgz",
|
|
22300
|
+ "integrity": "sha512-fUoLcN3BfMiLlRhJ8CuPUMEyKkLEoM+n+UyAbnqGEsCd5IzKQ7VQFLtzpJOaCD2/VR2+1hXQTnSZXVJeiTNltA==",
|
|
22301
|
+ "requires": {
|
|
22302
|
+ "@babel/runtime": "^7.13.10",
|
|
22303
|
+ "@emotion/babel-plugin": "^11.3.0",
|
|
22304
|
+ "@emotion/is-prop-valid": "^1.1.0",
|
|
22305
|
+ "@emotion/serialize": "^1.0.2",
|
|
22306
|
+ "@emotion/utils": "^1.0.0"
|
|
22307
|
+ }
|
|
22308
|
+ },
|
|
22309
|
+ "@emotion/unitless": {
|
|
22310
|
+ "version": "0.7.5",
|
|
22311
|
+ "resolved": "https://registry.npmjs.org/@emotion/unitless/-/unitless-0.7.5.tgz",
|
|
22312
|
+ "integrity": "sha512-OWORNpfjMsSSUBVrRBVGECkhWcULOAJz9ZW8uK9qgxD+87M7jHRcvh/A96XXNhXTLmKcoYSQtBEX7lHMO7YRwg=="
|
|
22313
|
+ },
|
|
22314
|
+ "@emotion/utils": {
|
|
22315
|
+ "version": "1.0.0",
|
|
22316
|
+ "resolved": "https://registry.npmjs.org/@emotion/utils/-/utils-1.0.0.tgz",
|
|
22317
|
+ "integrity": "sha512-mQC2b3XLDs6QCW+pDQDiyO/EdGZYOygE8s5N5rrzjSI4M3IejPE/JPndCBwRT9z982aqQNi6beWs1UeayrQxxA=="
|
|
22318
|
+ },
|
|
22319
|
+ "@emotion/weak-memoize": {
|
|
22320
|
+ "version": "0.2.5",
|
|
22321
|
+ "resolved": "https://registry.npmjs.org/@emotion/weak-memoize/-/weak-memoize-0.2.5.tgz",
|
|
22322
|
+ "integrity": "sha512-6U71C2Wp7r5XtFtQzYrW5iKFT67OixrSxjI4MptCHzdSVlgabczzqLe0ZSgnub/5Kp4hSbpDB1tMytZY9pwxxA=="
|
|
22323
|
+ },
|
21804
|
22324
|
"@eslint/eslintrc": {
|
21805
|
22325
|
"version": "0.3.0",
|
21806
|
22326
|
"resolved": "https://registry.npmjs.org/@eslint/eslintrc/-/eslintrc-0.3.0.tgz",
|
|
@@ -22077,6 +22597,100 @@
|
22077
|
22597
|
"chalk": "^4.0.0"
|
22078
|
22598
|
}
|
22079
|
22599
|
},
|
|
22600
|
+ "@mui/core": {
|
|
22601
|
+ "version": "5.0.0-alpha.54",
|
|
22602
|
+ "resolved": "https://registry.npmjs.org/@mui/core/-/core-5.0.0-alpha.54.tgz",
|
|
22603
|
+ "integrity": "sha512-8TxdHqDdSb6wjhsnpE5n7qtkFKDG3PUSlVY0gR3VcdsHXscUY13l3VbMQW1brI4D/R9zx5VYmxIHWaHFgw4RtA==",
|
|
22604
|
+ "requires": {
|
|
22605
|
+ "@babel/runtime": "^7.16.0",
|
|
22606
|
+ "@emotion/is-prop-valid": "^1.1.0",
|
|
22607
|
+ "@mui/utils": "^5.1.0",
|
|
22608
|
+ "@popperjs/core": "^2.4.4",
|
|
22609
|
+ "clsx": "^1.1.1",
|
|
22610
|
+ "prop-types": "^15.7.2",
|
|
22611
|
+ "react-is": "^17.0.2"
|
|
22612
|
+ }
|
|
22613
|
+ },
|
|
22614
|
+ "@mui/icons-material": {
|
|
22615
|
+ "version": "5.1.0",
|
|
22616
|
+ "resolved": "https://registry.npmjs.org/@mui/icons-material/-/icons-material-5.1.0.tgz",
|
|
22617
|
+ "integrity": "sha512-GD2cNZ2XTqoxX6DMUg+tos1fDUVg6kXWxwo9UuBiRIhK8N+B7CG7vjRDf28LLmewcqIjxqy+T2SEVqDLy1FOYQ==",
|
|
22618
|
+ "requires": {
|
|
22619
|
+ "@babel/runtime": "^7.16.0"
|
|
22620
|
+ }
|
|
22621
|
+ },
|
|
22622
|
+ "@mui/material": {
|
|
22623
|
+ "version": "5.1.0",
|
|
22624
|
+ "resolved": "https://registry.npmjs.org/@mui/material/-/material-5.1.0.tgz",
|
|
22625
|
+ "integrity": "sha512-K76v7zRhpJToInSI8sRcEmTwpVFBZ223VIusjZRKXN8JzX+PuErG7skfa1yUuhc3f4VEqcYYUw0LvI+DJJ05eg==",
|
|
22626
|
+ "requires": {
|
|
22627
|
+ "@babel/runtime": "^7.16.0",
|
|
22628
|
+ "@mui/core": "5.0.0-alpha.54",
|
|
22629
|
+ "@mui/system": "^5.1.0",
|
|
22630
|
+ "@mui/types": "^7.1.0",
|
|
22631
|
+ "@mui/utils": "^5.1.0",
|
|
22632
|
+ "@types/react-transition-group": "^4.4.4",
|
|
22633
|
+ "clsx": "^1.1.1",
|
|
22634
|
+ "csstype": "^3.0.9",
|
|
22635
|
+ "hoist-non-react-statics": "^3.3.2",
|
|
22636
|
+ "prop-types": "^15.7.2",
|
|
22637
|
+ "react-is": "^17.0.2",
|
|
22638
|
+ "react-transition-group": "^4.4.2"
|
|
22639
|
+ }
|
|
22640
|
+ },
|
|
22641
|
+ "@mui/private-theming": {
|
|
22642
|
+ "version": "5.1.0",
|
|
22643
|
+ "resolved": "https://registry.npmjs.org/@mui/private-theming/-/private-theming-5.1.0.tgz",
|
|
22644
|
+ "integrity": "sha512-RWzpvwZTNoCUlWFtf7uMDY4QkNL6pI3V2Ac4MZeVzJr3DLluQrt0JjUdsy8CVS7HCTp1YGiyZsJ7H8PfR9jIOw==",
|
|
22645
|
+ "requires": {
|
|
22646
|
+ "@babel/runtime": "^7.16.0",
|
|
22647
|
+ "@mui/utils": "^5.1.0",
|
|
22648
|
+ "prop-types": "^15.7.2"
|
|
22649
|
+ }
|
|
22650
|
+ },
|
|
22651
|
+ "@mui/styled-engine": {
|
|
22652
|
+ "version": "5.1.0",
|
|
22653
|
+ "resolved": "https://registry.npmjs.org/@mui/styled-engine/-/styled-engine-5.1.0.tgz",
|
|
22654
|
+ "integrity": "sha512-Z27hexqYL21z+iVat47n1E/Tj4r83JK6hXaOFj2rYMYz0lJQ6YGLF+c2B3NNJoglL76Vo0w4yKC63FsO+015kw==",
|
|
22655
|
+ "requires": {
|
|
22656
|
+ "@babel/runtime": "^7.16.0",
|
|
22657
|
+ "@emotion/cache": "^11.5.0",
|
|
22658
|
+ "prop-types": "^15.7.2"
|
|
22659
|
+ }
|
|
22660
|
+ },
|
|
22661
|
+ "@mui/system": {
|
|
22662
|
+ "version": "5.1.0",
|
|
22663
|
+ "resolved": "https://registry.npmjs.org/@mui/system/-/system-5.1.0.tgz",
|
|
22664
|
+ "integrity": "sha512-1h+YDnPGfTWZkf7lgeNV+vw6altxXGLclXLdxs9GPzEMNYXX7xveUjmndYpO1p/yx7GNG2gLWWkFZ1TYCeo4+Q==",
|
|
22665
|
+ "requires": {
|
|
22666
|
+ "@babel/runtime": "^7.16.0",
|
|
22667
|
+ "@mui/private-theming": "^5.1.0",
|
|
22668
|
+ "@mui/styled-engine": "^5.1.0",
|
|
22669
|
+ "@mui/types": "^7.1.0",
|
|
22670
|
+ "@mui/utils": "^5.1.0",
|
|
22671
|
+ "clsx": "^1.1.1",
|
|
22672
|
+ "csstype": "^3.0.9",
|
|
22673
|
+ "prop-types": "^15.7.2"
|
|
22674
|
+ }
|
|
22675
|
+ },
|
|
22676
|
+ "@mui/types": {
|
|
22677
|
+ "version": "7.1.0",
|
|
22678
|
+ "resolved": "https://registry.npmjs.org/@mui/types/-/types-7.1.0.tgz",
|
|
22679
|
+ "integrity": "sha512-Hh7ALdq/GjfIwLvqH3XftuY3bcKhupktTm+S6qRIDGOtPtRuq2L21VWzOK4p7kblirK0XgGVH5BLwa6u8z/6QQ==",
|
|
22680
|
+ "requires": {}
|
|
22681
|
+ },
|
|
22682
|
+ "@mui/utils": {
|
|
22683
|
+ "version": "5.1.0",
|
|
22684
|
+ "resolved": "https://registry.npmjs.org/@mui/utils/-/utils-5.1.0.tgz",
|
|
22685
|
+ "integrity": "sha512-TbAa3DZBGE6xjrVsQ6e0Iw0jwgGZqPg/48aZJJWXJJjU8NU5OhBRutYhrk/kbdDRmsIArHNdpJayBSi7yETYvg==",
|
|
22686
|
+ "requires": {
|
|
22687
|
+ "@babel/runtime": "^7.16.0",
|
|
22688
|
+ "@types/prop-types": "^15.7.4",
|
|
22689
|
+ "@types/react-is": "^16.7.1 || ^17.0.0",
|
|
22690
|
+ "prop-types": "^15.7.2",
|
|
22691
|
+ "react-is": "^17.0.2"
|
|
22692
|
+ }
|
|
22693
|
+ },
|
22080
|
22694
|
"@nodelib/fs.scandir": {
|
22081
|
22695
|
"version": "2.1.4",
|
22082
|
22696
|
"resolved": "https://registry.npmjs.org/@nodelib/fs.scandir/-/fs.scandir-2.1.4.tgz",
|
|
@@ -22725,6 +23339,14 @@
|
22725
|
23339
|
"csstype": "^3.0.2"
|
22726
|
23340
|
}
|
22727
|
23341
|
},
|
|
23342
|
+ "@types/react-is": {
|
|
23343
|
+ "version": "17.0.3",
|
|
23344
|
+ "resolved": "https://registry.npmjs.org/@types/react-is/-/react-is-17.0.3.tgz",
|
|
23345
|
+ "integrity": "sha512-aBTIWg1emtu95bLTLx0cpkxwGW3ueZv71nE2YFBpL8k/z5czEW8yYpOo8Dp+UUAFAtKwNaOsh/ioSeQnWlZcfw==",
|
|
23346
|
+ "requires": {
|
|
23347
|
+ "@types/react": "*"
|
|
23348
|
+ }
|
|
23349
|
+ },
|
22728
|
23350
|
"@types/react-transition-group": {
|
22729
|
23351
|
"version": "4.4.4",
|
22730
|
23352
|
"resolved": "https://registry.npmjs.org/@types/react-transition-group/-/react-transition-group-4.4.4.tgz",
|
|
@@ -24938,6 +25560,11 @@
|
24938
|
25560
|
"wrap-ansi": "^6.2.0"
|
24939
|
25561
|
}
|
24940
|
25562
|
},
|
|
25563
|
+ "clsx": {
|
|
25564
|
+ "version": "1.1.1",
|
|
25565
|
+ "resolved": "https://registry.npmjs.org/clsx/-/clsx-1.1.1.tgz",
|
|
25566
|
+ "integrity": "sha512-6/bPho624p3S2pMyvP5kKBPXnI3ufHLObBFCfgx+LkeR5lg2XYy2hqZqUf45ypD8COn2bhgGJSUE+l5dhNBieA=="
|
|
25567
|
+ },
|
24941
|
25568
|
"co": {
|
24942
|
25569
|
"version": "4.6.0",
|
24943
|
25570
|
"resolved": "https://registry.npmjs.org/co/-/co-4.6.0.tgz",
|
|
@@ -27273,6 +27900,11 @@
|
27273
|
27900
|
}
|
27274
|
27901
|
}
|
27275
|
27902
|
},
|
|
27903
|
+ "find-root": {
|
|
27904
|
+ "version": "1.1.0",
|
|
27905
|
+ "resolved": "https://registry.npmjs.org/find-root/-/find-root-1.1.0.tgz",
|
|
27906
|
+ "integrity": "sha512-NKfW6bec6GfKc0SGx1e07QZY9PE99u0Bft/0rzSD5k3sO/vwkVUpDUKVm5Gpp5Ue3YfShPFTX2070tDs5kB9Ng=="
|
|
27907
|
+ },
|
27276
|
27908
|
"find-up": {
|
27277
|
27909
|
"version": "4.1.0",
|
27278
|
27910
|
"resolved": "https://registry.npmjs.org/find-up/-/find-up-4.1.0.tgz",
|
|
@@ -31955,9 +32587,9 @@
|
31955
|
32587
|
"integrity": "sha512-nQTTcUu+ATDbrSD1BZHr5kgSD4oF8OFjxun8uAaL8RwPBacGBNPf/yAuVVdx17N8XNzRDMrZ9XcKZHCjPW+9ew=="
|
31956
|
32588
|
},
|
31957
|
32589
|
"react-is": {
|
31958
|
|
- "version": "17.0.1",
|
31959
|
|
- "resolved": "https://registry.npmjs.org/react-is/-/react-is-17.0.1.tgz",
|
31960
|
|
- "integrity": "sha512-NAnt2iGDXohE5LI7uBnLnqvLQMtzhkiAOLXTmv+qnF9Ky7xAPcX8Up/xWIhxvLVGJvuLiNc4xQLtuqDRzb4fSA=="
|
|
32590
|
+ "version": "17.0.2",
|
|
32591
|
+ "resolved": "https://registry.npmjs.org/react-is/-/react-is-17.0.2.tgz",
|
|
32592
|
+ "integrity": "sha512-w2GsyukL62IJnlaff/nRegPQR94C/XXamvMWmSHRJ4y7Ts/4ocGRmTHvOs8PSE6pB3dWOrD/nueuU5sduBsQ4w=="
|
31961
|
32593
|
},
|
31962
|
32594
|
"react-lifecycles-compat": {
|
31963
|
32595
|
"version": "3.0.4",
|
|
@@ -33863,6 +34495,11 @@
|
33863
|
34495
|
}
|
33864
|
34496
|
}
|
33865
|
34497
|
},
|
|
34498
|
+ "stylis": {
|
|
34499
|
+ "version": "4.0.10",
|
|
34500
|
+ "resolved": "https://registry.npmjs.org/stylis/-/stylis-4.0.10.tgz",
|
|
34501
|
+ "integrity": "sha512-m3k+dk7QeJw660eIKRRn3xPF6uuvHs/FFzjX3HQ5ove0qYsiygoAhwn5a3IYKaZPo5LrYD0rfVmtv1gNY1uYwg=="
|
|
34502
|
+ },
|
33866
|
34503
|
"supports-color": {
|
33867
|
34504
|
"version": "7.2.0",
|
33868
|
34505
|
"resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz",
|