Spaces:
Running
Running
Commit ·
681d8f4
1
Parent(s): 039aee4
commit 5
Browse files- package-lock.json +124 -0
- package.json +1 -0
package-lock.json
CHANGED
|
@@ -8,6 +8,7 @@
|
|
| 8 |
"name": "react-template",
|
| 9 |
"version": "0.1.0",
|
| 10 |
"dependencies": {
|
|
|
|
| 11 |
"@mui/icons-material": "^7.2.0",
|
| 12 |
"@mui/material": "^7.2.0",
|
| 13 |
"@testing-library/dom": "^10.4.0",
|
|
@@ -2383,6 +2384,40 @@
|
|
| 2383 |
"postcss-selector-parser": "^6.0.10"
|
| 2384 |
}
|
| 2385 |
},
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 2386 |
"node_modules/@emotion/cache": {
|
| 2387 |
"version": "11.14.0",
|
| 2388 |
"resolved": "https://registry.npmjs.org/@emotion/cache/-/cache-11.14.0.tgz",
|
|
@@ -2402,12 +2437,46 @@
|
|
| 2402 |
"integrity": "sha512-MyqliTZGuOm3+5ZRSaaBGP3USLw6+EGykkwZns2EPC5g8jJ4z9OrdZY9apkl3+UP9+sdz76YYkwCKP5gh8iY3g==",
|
| 2403 |
"license": "MIT"
|
| 2404 |
},
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 2405 |
"node_modules/@emotion/memoize": {
|
| 2406 |
"version": "0.9.0",
|
| 2407 |
"resolved": "https://registry.npmjs.org/@emotion/memoize/-/memoize-0.9.0.tgz",
|
| 2408 |
"integrity": "sha512-30FAj7/EoJ5mwVPOWhAyCX+FPfMDrVecJAM+Iw9NRoSl4BBAQeqj4cApHHUXOVvIPgLVDsCFoz/hGD+5QQD1GQ==",
|
| 2409 |
"license": "MIT"
|
| 2410 |
},
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 2411 |
"node_modules/@emotion/serialize": {
|
| 2412 |
"version": "1.3.3",
|
| 2413 |
"resolved": "https://registry.npmjs.org/@emotion/serialize/-/serialize-1.3.3.tgz",
|
|
@@ -2427,12 +2496,44 @@
|
|
| 2427 |
"integrity": "sha512-fTBW9/8r2w3dXWYM4HCB1Rdp8NLibOw2+XELH5m5+AkWiL/KqYX6dc0kKYlaYyKjrQ6ds33MCdMPEwgs2z1rqg==",
|
| 2428 |
"license": "MIT"
|
| 2429 |
},
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 2430 |
"node_modules/@emotion/unitless": {
|
| 2431 |
"version": "0.10.0",
|
| 2432 |
"resolved": "https://registry.npmjs.org/@emotion/unitless/-/unitless-0.10.0.tgz",
|
| 2433 |
"integrity": "sha512-dFoMUuQA20zvtVTuxZww6OHoJYgrzfKM1t52mVySDJnMSEa08ruEvdYQbhvyu6soU+NeLVd3yKfTfT0NeV6qGg==",
|
| 2434 |
"license": "MIT"
|
| 2435 |
},
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 2436 |
"node_modules/@emotion/utils": {
|
| 2437 |
"version": "1.4.2",
|
| 2438 |
"resolved": "https://registry.npmjs.org/@emotion/utils/-/utils-1.4.2.tgz",
|
|
@@ -8527,6 +8628,12 @@
|
|
| 8527 |
"url": "https://github.com/avajs/find-cache-dir?sponsor=1"
|
| 8528 |
}
|
| 8529 |
},
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 8530 |
"node_modules/find-up": {
|
| 8531 |
"version": "4.1.0",
|
| 8532 |
"resolved": "https://registry.npmjs.org/find-up/-/find-up-4.1.0.tgz",
|
|
@@ -9219,6 +9326,23 @@
|
|
| 9219 |
"he": "bin/he"
|
| 9220 |
}
|
| 9221 |
},
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 9222 |
"node_modules/hoopy": {
|
| 9223 |
"version": "0.1.4",
|
| 9224 |
"resolved": "https://registry.npmjs.org/hoopy/-/hoopy-0.1.4.tgz",
|
|
|
|
| 8 |
"name": "react-template",
|
| 9 |
"version": "0.1.0",
|
| 10 |
"dependencies": {
|
| 11 |
+
"@emotion/styled": "^11.14.1",
|
| 12 |
"@mui/icons-material": "^7.2.0",
|
| 13 |
"@mui/material": "^7.2.0",
|
| 14 |
"@testing-library/dom": "^10.4.0",
|
|
|
|
| 2384 |
"postcss-selector-parser": "^6.0.10"
|
| 2385 |
}
|
| 2386 |
},
|
| 2387 |
+
"node_modules/@emotion/babel-plugin": {
|
| 2388 |
+
"version": "11.13.5",
|
| 2389 |
+
"resolved": "https://registry.npmjs.org/@emotion/babel-plugin/-/babel-plugin-11.13.5.tgz",
|
| 2390 |
+
"integrity": "sha512-pxHCpT2ex+0q+HH91/zsdHkw/lXd468DIN2zvfvLtPKLLMo6gQj7oLObq8PhkrxOZb/gGCq03S3Z7PDhS8pduQ==",
|
| 2391 |
+
"license": "MIT",
|
| 2392 |
+
"dependencies": {
|
| 2393 |
+
"@babel/helper-module-imports": "^7.16.7",
|
| 2394 |
+
"@babel/runtime": "^7.18.3",
|
| 2395 |
+
"@emotion/hash": "^0.9.2",
|
| 2396 |
+
"@emotion/memoize": "^0.9.0",
|
| 2397 |
+
"@emotion/serialize": "^1.3.3",
|
| 2398 |
+
"babel-plugin-macros": "^3.1.0",
|
| 2399 |
+
"convert-source-map": "^1.5.0",
|
| 2400 |
+
"escape-string-regexp": "^4.0.0",
|
| 2401 |
+
"find-root": "^1.1.0",
|
| 2402 |
+
"source-map": "^0.5.7",
|
| 2403 |
+
"stylis": "4.2.0"
|
| 2404 |
+
}
|
| 2405 |
+
},
|
| 2406 |
+
"node_modules/@emotion/babel-plugin/node_modules/convert-source-map": {
|
| 2407 |
+
"version": "1.9.0",
|
| 2408 |
+
"resolved": "https://registry.npmjs.org/convert-source-map/-/convert-source-map-1.9.0.tgz",
|
| 2409 |
+
"integrity": "sha512-ASFBup0Mz1uyiIjANan1jzLQami9z1PoYSZCiiYW2FczPbenXc45FZdBZLzOT+r6+iciuEModtmCti+hjaAk0A==",
|
| 2410 |
+
"license": "MIT"
|
| 2411 |
+
},
|
| 2412 |
+
"node_modules/@emotion/babel-plugin/node_modules/source-map": {
|
| 2413 |
+
"version": "0.5.7",
|
| 2414 |
+
"resolved": "https://registry.npmjs.org/source-map/-/source-map-0.5.7.tgz",
|
| 2415 |
+
"integrity": "sha512-LbrmJOMUSdEVxIKvdcJzQC+nQhe8FUZQTXQy6+I75skNgn3OoQ0DZA8YnFa7gp8tqtL3KPf1kmo0R5DoApeSGQ==",
|
| 2416 |
+
"license": "BSD-3-Clause",
|
| 2417 |
+
"engines": {
|
| 2418 |
+
"node": ">=0.10.0"
|
| 2419 |
+
}
|
| 2420 |
+
},
|
| 2421 |
"node_modules/@emotion/cache": {
|
| 2422 |
"version": "11.14.0",
|
| 2423 |
"resolved": "https://registry.npmjs.org/@emotion/cache/-/cache-11.14.0.tgz",
|
|
|
|
| 2437 |
"integrity": "sha512-MyqliTZGuOm3+5ZRSaaBGP3USLw6+EGykkwZns2EPC5g8jJ4z9OrdZY9apkl3+UP9+sdz76YYkwCKP5gh8iY3g==",
|
| 2438 |
"license": "MIT"
|
| 2439 |
},
|
| 2440 |
+
"node_modules/@emotion/is-prop-valid": {
|
| 2441 |
+
"version": "1.3.1",
|
| 2442 |
+
"resolved": "https://registry.npmjs.org/@emotion/is-prop-valid/-/is-prop-valid-1.3.1.tgz",
|
| 2443 |
+
"integrity": "sha512-/ACwoqx7XQi9knQs/G0qKvv5teDMhD7bXYns9N/wM8ah8iNb8jZ2uNO0YOgiq2o2poIvVtJS2YALasQuMSQ7Kw==",
|
| 2444 |
+
"license": "MIT",
|
| 2445 |
+
"dependencies": {
|
| 2446 |
+
"@emotion/memoize": "^0.9.0"
|
| 2447 |
+
}
|
| 2448 |
+
},
|
| 2449 |
"node_modules/@emotion/memoize": {
|
| 2450 |
"version": "0.9.0",
|
| 2451 |
"resolved": "https://registry.npmjs.org/@emotion/memoize/-/memoize-0.9.0.tgz",
|
| 2452 |
"integrity": "sha512-30FAj7/EoJ5mwVPOWhAyCX+FPfMDrVecJAM+Iw9NRoSl4BBAQeqj4cApHHUXOVvIPgLVDsCFoz/hGD+5QQD1GQ==",
|
| 2453 |
"license": "MIT"
|
| 2454 |
},
|
| 2455 |
+
"node_modules/@emotion/react": {
|
| 2456 |
+
"version": "11.14.0",
|
| 2457 |
+
"resolved": "https://registry.npmjs.org/@emotion/react/-/react-11.14.0.tgz",
|
| 2458 |
+
"integrity": "sha512-O000MLDBDdk/EohJPFUqvnp4qnHeYkVP5B0xEG0D/L7cOKP9kefu2DXn8dj74cQfsEzUqh+sr1RzFqiL1o+PpA==",
|
| 2459 |
+
"license": "MIT",
|
| 2460 |
+
"peer": true,
|
| 2461 |
+
"dependencies": {
|
| 2462 |
+
"@babel/runtime": "^7.18.3",
|
| 2463 |
+
"@emotion/babel-plugin": "^11.13.5",
|
| 2464 |
+
"@emotion/cache": "^11.14.0",
|
| 2465 |
+
"@emotion/serialize": "^1.3.3",
|
| 2466 |
+
"@emotion/use-insertion-effect-with-fallbacks": "^1.2.0",
|
| 2467 |
+
"@emotion/utils": "^1.4.2",
|
| 2468 |
+
"@emotion/weak-memoize": "^0.4.0",
|
| 2469 |
+
"hoist-non-react-statics": "^3.3.1"
|
| 2470 |
+
},
|
| 2471 |
+
"peerDependencies": {
|
| 2472 |
+
"react": ">=16.8.0"
|
| 2473 |
+
},
|
| 2474 |
+
"peerDependenciesMeta": {
|
| 2475 |
+
"@types/react": {
|
| 2476 |
+
"optional": true
|
| 2477 |
+
}
|
| 2478 |
+
}
|
| 2479 |
+
},
|
| 2480 |
"node_modules/@emotion/serialize": {
|
| 2481 |
"version": "1.3.3",
|
| 2482 |
"resolved": "https://registry.npmjs.org/@emotion/serialize/-/serialize-1.3.3.tgz",
|
|
|
|
| 2496 |
"integrity": "sha512-fTBW9/8r2w3dXWYM4HCB1Rdp8NLibOw2+XELH5m5+AkWiL/KqYX6dc0kKYlaYyKjrQ6ds33MCdMPEwgs2z1rqg==",
|
| 2497 |
"license": "MIT"
|
| 2498 |
},
|
| 2499 |
+
"node_modules/@emotion/styled": {
|
| 2500 |
+
"version": "11.14.1",
|
| 2501 |
+
"resolved": "https://registry.npmjs.org/@emotion/styled/-/styled-11.14.1.tgz",
|
| 2502 |
+
"integrity": "sha512-qEEJt42DuToa3gurlH4Qqc1kVpNq8wO8cJtDzU46TjlzWjDlsVyevtYCRijVq3SrHsROS+gVQ8Fnea108GnKzw==",
|
| 2503 |
+
"license": "MIT",
|
| 2504 |
+
"dependencies": {
|
| 2505 |
+
"@babel/runtime": "^7.18.3",
|
| 2506 |
+
"@emotion/babel-plugin": "^11.13.5",
|
| 2507 |
+
"@emotion/is-prop-valid": "^1.3.0",
|
| 2508 |
+
"@emotion/serialize": "^1.3.3",
|
| 2509 |
+
"@emotion/use-insertion-effect-with-fallbacks": "^1.2.0",
|
| 2510 |
+
"@emotion/utils": "^1.4.2"
|
| 2511 |
+
},
|
| 2512 |
+
"peerDependencies": {
|
| 2513 |
+
"@emotion/react": "^11.0.0-rc.0",
|
| 2514 |
+
"react": ">=16.8.0"
|
| 2515 |
+
},
|
| 2516 |
+
"peerDependenciesMeta": {
|
| 2517 |
+
"@types/react": {
|
| 2518 |
+
"optional": true
|
| 2519 |
+
}
|
| 2520 |
+
}
|
| 2521 |
+
},
|
| 2522 |
"node_modules/@emotion/unitless": {
|
| 2523 |
"version": "0.10.0",
|
| 2524 |
"resolved": "https://registry.npmjs.org/@emotion/unitless/-/unitless-0.10.0.tgz",
|
| 2525 |
"integrity": "sha512-dFoMUuQA20zvtVTuxZww6OHoJYgrzfKM1t52mVySDJnMSEa08ruEvdYQbhvyu6soU+NeLVd3yKfTfT0NeV6qGg==",
|
| 2526 |
"license": "MIT"
|
| 2527 |
},
|
| 2528 |
+
"node_modules/@emotion/use-insertion-effect-with-fallbacks": {
|
| 2529 |
+
"version": "1.2.0",
|
| 2530 |
+
"resolved": "https://registry.npmjs.org/@emotion/use-insertion-effect-with-fallbacks/-/use-insertion-effect-with-fallbacks-1.2.0.tgz",
|
| 2531 |
+
"integrity": "sha512-yJMtVdH59sxi/aVJBpk9FQq+OR8ll5GT8oWd57UpeaKEVGab41JWaCFA7FRLoMLloOZF/c/wsPoe+bfGmRKgDg==",
|
| 2532 |
+
"license": "MIT",
|
| 2533 |
+
"peerDependencies": {
|
| 2534 |
+
"react": ">=16.8.0"
|
| 2535 |
+
}
|
| 2536 |
+
},
|
| 2537 |
"node_modules/@emotion/utils": {
|
| 2538 |
"version": "1.4.2",
|
| 2539 |
"resolved": "https://registry.npmjs.org/@emotion/utils/-/utils-1.4.2.tgz",
|
|
|
|
| 8628 |
"url": "https://github.com/avajs/find-cache-dir?sponsor=1"
|
| 8629 |
}
|
| 8630 |
},
|
| 8631 |
+
"node_modules/find-root": {
|
| 8632 |
+
"version": "1.1.0",
|
| 8633 |
+
"resolved": "https://registry.npmjs.org/find-root/-/find-root-1.1.0.tgz",
|
| 8634 |
+
"integrity": "sha512-NKfW6bec6GfKc0SGx1e07QZY9PE99u0Bft/0rzSD5k3sO/vwkVUpDUKVm5Gpp5Ue3YfShPFTX2070tDs5kB9Ng==",
|
| 8635 |
+
"license": "MIT"
|
| 8636 |
+
},
|
| 8637 |
"node_modules/find-up": {
|
| 8638 |
"version": "4.1.0",
|
| 8639 |
"resolved": "https://registry.npmjs.org/find-up/-/find-up-4.1.0.tgz",
|
|
|
|
| 9326 |
"he": "bin/he"
|
| 9327 |
}
|
| 9328 |
},
|
| 9329 |
+
"node_modules/hoist-non-react-statics": {
|
| 9330 |
+
"version": "3.3.2",
|
| 9331 |
+
"resolved": "https://registry.npmjs.org/hoist-non-react-statics/-/hoist-non-react-statics-3.3.2.tgz",
|
| 9332 |
+
"integrity": "sha512-/gGivxi8JPKWNm/W0jSmzcMPpfpPLc3dY/6GxhX2hQ9iGj3aDfklV4ET7NjKpSinLpJ5vafa9iiGIEZg10SfBw==",
|
| 9333 |
+
"license": "BSD-3-Clause",
|
| 9334 |
+
"peer": true,
|
| 9335 |
+
"dependencies": {
|
| 9336 |
+
"react-is": "^16.7.0"
|
| 9337 |
+
}
|
| 9338 |
+
},
|
| 9339 |
+
"node_modules/hoist-non-react-statics/node_modules/react-is": {
|
| 9340 |
+
"version": "16.13.1",
|
| 9341 |
+
"resolved": "https://registry.npmjs.org/react-is/-/react-is-16.13.1.tgz",
|
| 9342 |
+
"integrity": "sha512-24e6ynE2H+OKt4kqsOvNd8kBpV65zoxbA4BVsEOB3ARVWQki/DHzaUoC5KuON/BiccDaCCTZBuOcfZs70kR8bQ==",
|
| 9343 |
+
"license": "MIT",
|
| 9344 |
+
"peer": true
|
| 9345 |
+
},
|
| 9346 |
"node_modules/hoopy": {
|
| 9347 |
"version": "0.1.4",
|
| 9348 |
"resolved": "https://registry.npmjs.org/hoopy/-/hoopy-0.1.4.tgz",
|
package.json
CHANGED
|
@@ -3,6 +3,7 @@
|
|
| 3 |
"version": "0.1.0",
|
| 4 |
"private": true,
|
| 5 |
"dependencies": {
|
|
|
|
| 6 |
"@mui/icons-material": "^7.2.0",
|
| 7 |
"@mui/material": "^7.2.0",
|
| 8 |
"@testing-library/dom": "^10.4.0",
|
|
|
|
| 3 |
"version": "0.1.0",
|
| 4 |
"private": true,
|
| 5 |
"dependencies": {
|
| 6 |
+
"@emotion/styled": "^11.14.1",
|
| 7 |
"@mui/icons-material": "^7.2.0",
|
| 8 |
"@mui/material": "^7.2.0",
|
| 9 |
"@testing-library/dom": "^10.4.0",
|