Skip to content

Instantly share code, notes, and snippets.

View profTwinglings's full-sized avatar

profTwinglings

View GitHub Profile
@profTwinglings
profTwinglings / package-lock.json
Created April 26, 2022 10:13
package-lock.json v1
{
"name": "test",
"requires": true,
"lockfileVersion": 1,
"dependencies": {
"@ampproject/remapping": {
"version": "2.1.2",
"resolved": "https://registry.npmjs.org/@ampproject/remapping/-/remapping-2.1.2.tgz",
"integrity": "sha512-hoyByceqwKirw7w3Z7gnIIZC3Wx3J484Y3L/cMpXFbr7d9ZQj2mODrirNzcJa+SM3UlpWXYvKV4RlRpFXlWgXg==",
"dev": true,
@profTwinglings
profTwinglings / package-lock.json
Created April 26, 2022 10:07
package-lock.json
{
"name": "test",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "frontend",
"dependencies": {
"@emotion/react": "^11.8.1",
"@emotion/styled": "^11.8.1",
@profTwinglings
profTwinglings / package.json
Created April 26, 2022 10:06
package.json
{
"name": "test",
"dependencies": {
"@emotion/react": "^11.8.1",
"@emotion/styled": "^11.8.1",
"@mui/icons-material": "^5.4.2",
"@mui/material": "^5.4.3",
"@testing-library/jest-dom": "^5.16.2",
"@testing-library/react": "^12.1.4",
"@types/jest": "^27.4.1",