|
@@ -7,12 +7,14 @@
|
|
"": {
|
|
"": {
|
|
"version": "0.1.0",
|
|
"version": "0.1.0",
|
|
"dependencies": {
|
|
"dependencies": {
|
|
|
|
+ "@dnd-kit/core": "^5.0.3",
|
|
"@emotion/react": "^11.9.0",
|
|
"@emotion/react": "^11.9.0",
|
|
"@emotion/styled": "^11.8.1",
|
|
"@emotion/styled": "^11.8.1",
|
|
"@mui/material": "^5.6.4",
|
|
"@mui/material": "^5.6.4",
|
|
"@testing-library/jest-dom": "^5.16.4",
|
|
"@testing-library/jest-dom": "^5.16.4",
|
|
"@testing-library/react": "^13.2.0",
|
|
"@testing-library/react": "^13.2.0",
|
|
"@testing-library/user-event": "^13.5.0",
|
|
"@testing-library/user-event": "^13.5.0",
|
|
|
|
+ "array-move": "^4.0.0",
|
|
"formik": "^2.2.9",
|
|
"formik": "^2.2.9",
|
|
"node-sass": "^7.0.1",
|
|
"node-sass": "^7.0.1",
|
|
"react": "^18.1.0",
|
|
"react": "^18.1.0",
|
|
@@ -23,6 +25,8 @@
|
|
"react-responsive-carousel": "^3.2.23",
|
|
"react-responsive-carousel": "^3.2.23",
|
|
"react-router-dom": "^6.3.0",
|
|
"react-router-dom": "^6.3.0",
|
|
"react-scripts": "5.0.1",
|
|
"react-scripts": "5.0.1",
|
|
|
|
+ "react-select": "^5.3.2",
|
|
|
|
+ "react-sortable-hoc": "^2.0.0",
|
|
"redux": "^4.2.0",
|
|
"redux": "^4.2.0",
|
|
"redux-devtools-extension": "^2.13.9",
|
|
"redux-devtools-extension": "^2.13.9",
|
|
"redux-thunk": "^2.4.1",
|
|
"redux-thunk": "^2.4.1",
|
|
@@ -1874,6 +1878,42 @@
|
|
"postcss": "^8.3"
|
|
"postcss": "^8.3"
|
|
}
|
|
}
|
|
},
|
|
},
|
|
|
|
+ "node_modules/@dnd-kit/accessibility": {
|
|
|
|
+ "version": "3.0.0",
|
|
|
|
+ "resolved": "https://registry.npmjs.org/@dnd-kit/accessibility/-/accessibility-3.0.0.tgz",
|
|
|
|
+ "integrity": "sha512-QwaQ1IJHQHMMuAGOOYHQSx7h7vMZPfO97aDts8t5N/MY7n2QTDSnW+kF7uRQ1tVBkr6vJ+BqHWG5dlgGvwVjow==",
|
|
|
|
+ "dependencies": {
|
|
|
|
+ "tslib": "^2.0.0"
|
|
|
|
+ },
|
|
|
|
+ "peerDependencies": {
|
|
|
|
+ "react": ">=16.8.0"
|
|
|
|
+ }
|
|
|
|
+ },
|
|
|
|
+ "node_modules/@dnd-kit/core": {
|
|
|
|
+ "version": "5.0.3",
|
|
|
|
+ "resolved": "https://registry.npmjs.org/@dnd-kit/core/-/core-5.0.3.tgz",
|
|
|
|
+ "integrity": "sha512-IribcBLsaPqHdYLpc5xG0TqwYIaD+65offdEYxoKh38WDjzRxUjDmrt7hj9oa/ooUKL0epux20u+mBTd92i/zw==",
|
|
|
|
+ "dependencies": {
|
|
|
|
+ "@dnd-kit/accessibility": "^3.0.0",
|
|
|
|
+ "@dnd-kit/utilities": "^3.1.0",
|
|
|
|
+ "tslib": "^2.0.0"
|
|
|
|
+ },
|
|
|
|
+ "peerDependencies": {
|
|
|
|
+ "react": ">=16.8.0",
|
|
|
|
+ "react-dom": ">=16.8.0"
|
|
|
|
+ }
|
|
|
|
+ },
|
|
|
|
+ "node_modules/@dnd-kit/utilities": {
|
|
|
|
+ "version": "3.1.0",
|
|
|
|
+ "resolved": "https://registry.npmjs.org/@dnd-kit/utilities/-/utilities-3.1.0.tgz",
|
|
|
|
+ "integrity": "sha512-2JBdIgjJ7xjMRpKagdMuYKWJdDoVVw9Wc6lfMrLjrq8t4QlMEjtsab5JVUlzWvHgANn7w3Y3VhalFfbp4dQrKg==",
|
|
|
|
+ "dependencies": {
|
|
|
|
+ "tslib": "^2.0.0"
|
|
|
|
+ },
|
|
|
|
+ "peerDependencies": {
|
|
|
|
+ "react": ">=16.8.0"
|
|
|
|
+ }
|
|
|
|
+ },
|
|
"node_modules/@emotion/babel-plugin": {
|
|
"node_modules/@emotion/babel-plugin": {
|
|
"version": "11.9.2",
|
|
"version": "11.9.2",
|
|
"resolved": "https://registry.npmjs.org/@emotion/babel-plugin/-/babel-plugin-11.9.2.tgz",
|
|
"resolved": "https://registry.npmjs.org/@emotion/babel-plugin/-/babel-plugin-11.9.2.tgz",
|
|
@@ -4567,6 +4607,17 @@
|
|
"url": "https://github.com/sponsors/ljharb"
|
|
"url": "https://github.com/sponsors/ljharb"
|
|
}
|
|
}
|
|
},
|
|
},
|
|
|
|
+ "node_modules/array-move": {
|
|
|
|
+ "version": "4.0.0",
|
|
|
|
+ "resolved": "https://registry.npmjs.org/array-move/-/array-move-4.0.0.tgz",
|
|
|
|
+ "integrity": "sha512-+RY54S8OuVvg94THpneQvFRmqWdAHeqtMzgMW6JNurHxe8rsS07cHQdfGkXnTUXiBcyZ0j3SiDIxxj0RPiqCkQ==",
|
|
|
|
+ "engines": {
|
|
|
|
+ "node": "^12.20.0 || ^14.13.1 || >=16.0.0"
|
|
|
|
+ },
|
|
|
|
+ "funding": {
|
|
|
|
+ "url": "https://github.com/sponsors/sindresorhus"
|
|
|
|
+ }
|
|
|
|
+ },
|
|
"node_modules/array-union": {
|
|
"node_modules/array-union": {
|
|
"version": "2.1.0",
|
|
"version": "2.1.0",
|
|
"integrity": "sha512-HGyxoOTYUyCM6stUe6EJgnd4EoewAI7zMdfqO+kGjnlZmBDz/cR5pf8r/cR4Wq60sL/p0IkcjUEEPwS3GFrIyw==",
|
|
"integrity": "sha512-HGyxoOTYUyCM6stUe6EJgnd4EoewAI7zMdfqO+kGjnlZmBDz/cR5pf8r/cR4Wq60sL/p0IkcjUEEPwS3GFrIyw==",
|
|
@@ -8739,6 +8790,14 @@
|
|
"node": ">= 0.4"
|
|
"node": ">= 0.4"
|
|
}
|
|
}
|
|
},
|
|
},
|
|
|
|
+ "node_modules/invariant": {
|
|
|
|
+ "version": "2.2.4",
|
|
|
|
+ "resolved": "https://registry.npmjs.org/invariant/-/invariant-2.2.4.tgz",
|
|
|
|
+ "integrity": "sha512-phJfQVBuaJM5raOpJjSfkiD6BpbCE4Ns//LaXl6wGYtUBY83nWS6Rf9tXm2e8VaK60JEjYldbPif/A2B1C2gNA==",
|
|
|
|
+ "dependencies": {
|
|
|
|
+ "loose-envify": "^1.0.0"
|
|
|
|
+ }
|
|
|
|
+ },
|
|
"node_modules/ip": {
|
|
"node_modules/ip": {
|
|
"version": "1.1.5",
|
|
"version": "1.1.5",
|
|
"resolved": "https://registry.npmjs.org/ip/-/ip-1.1.5.tgz",
|
|
"resolved": "https://registry.npmjs.org/ip/-/ip-1.1.5.tgz",
|
|
@@ -11330,6 +11389,11 @@
|
|
"node": ">= 4.0.0"
|
|
"node": ">= 4.0.0"
|
|
}
|
|
}
|
|
},
|
|
},
|
|
|
|
+ "node_modules/memoize-one": {
|
|
|
|
+ "version": "5.2.1",
|
|
|
|
+ "resolved": "https://registry.npmjs.org/memoize-one/-/memoize-one-5.2.1.tgz",
|
|
|
|
+ "integrity": "sha512-zYiwtZUcYyXKo/np96AGZAckk+FWWsUdJ3cHGGmld7+AhvcWmQyGCYUh1hc4Q/pkOhb65dQR/pqCyK0cOaHz4Q=="
|
|
|
|
+ },
|
|
"node_modules/meow": {
|
|
"node_modules/meow": {
|
|
"version": "9.0.0",
|
|
"version": "9.0.0",
|
|
"resolved": "https://registry.npmjs.org/meow/-/meow-9.0.0.tgz",
|
|
"resolved": "https://registry.npmjs.org/meow/-/meow-9.0.0.tgz",
|
|
@@ -14019,6 +14083,39 @@
|
|
}
|
|
}
|
|
}
|
|
}
|
|
},
|
|
},
|
|
|
|
+ "node_modules/react-select": {
|
|
|
|
+ "version": "5.3.2",
|
|
|
|
+ "resolved": "https://registry.npmjs.org/react-select/-/react-select-5.3.2.tgz",
|
|
|
|
+ "integrity": "sha512-W6Irh7U6Ha7p5uQQ2ZnemoCQ8mcfgOtHfw3wuMzG6FAu0P+CYicgofSLOq97BhjMx8jS+h+wwWdCBeVVZ9VqlQ==",
|
|
|
|
+ "dependencies": {
|
|
|
|
+ "@babel/runtime": "^7.12.0",
|
|
|
|
+ "@emotion/cache": "^11.4.0",
|
|
|
|
+ "@emotion/react": "^11.8.1",
|
|
|
|
+ "@types/react-transition-group": "^4.4.0",
|
|
|
|
+ "memoize-one": "^5.0.0",
|
|
|
|
+ "prop-types": "^15.6.0",
|
|
|
|
+ "react-transition-group": "^4.3.0"
|
|
|
|
+ },
|
|
|
|
+ "peerDependencies": {
|
|
|
|
+ "react": "^16.8.0 || ^17.0.0 || ^18.0.0",
|
|
|
|
+ "react-dom": "^16.8.0 || ^17.0.0 || ^18.0.0"
|
|
|
|
+ }
|
|
|
|
+ },
|
|
|
|
+ "node_modules/react-sortable-hoc": {
|
|
|
|
+ "version": "2.0.0",
|
|
|
|
+ "resolved": "https://registry.npmjs.org/react-sortable-hoc/-/react-sortable-hoc-2.0.0.tgz",
|
|
|
|
+ "integrity": "sha512-JZUw7hBsAHXK7PTyErJyI7SopSBFRcFHDjWW5SWjcugY0i6iH7f+eJkY8cJmGMlZ1C9xz1J3Vjz0plFpavVeRg==",
|
|
|
|
+ "dependencies": {
|
|
|
|
+ "@babel/runtime": "^7.2.0",
|
|
|
|
+ "invariant": "^2.2.4",
|
|
|
|
+ "prop-types": "^15.5.7"
|
|
|
|
+ },
|
|
|
|
+ "peerDependencies": {
|
|
|
|
+ "prop-types": "^15.5.7",
|
|
|
|
+ "react": "^16.3.0 || ^17.0.0",
|
|
|
|
+ "react-dom": "^16.3.0 || ^17.0.0"
|
|
|
|
+ }
|
|
|
|
+ },
|
|
"node_modules/react-transition-group": {
|
|
"node_modules/react-transition-group": {
|
|
"version": "4.4.2",
|
|
"version": "4.4.2",
|
|
"resolved": "https://registry.npmjs.org/react-transition-group/-/react-transition-group-4.4.2.tgz",
|
|
"resolved": "https://registry.npmjs.org/react-transition-group/-/react-transition-group-4.4.2.tgz",
|
|
@@ -18224,6 +18321,32 @@
|
|
"integrity": "sha512-T5ZyNSw9G0x0UDFiXV40a7VjKw2b+l4G+S0sctKqxhx8cg9QtMUAGwJBVU9mHPDPoZEmwm0tEoukjl4zb9MU7Q==",
|
|
"integrity": "sha512-T5ZyNSw9G0x0UDFiXV40a7VjKw2b+l4G+S0sctKqxhx8cg9QtMUAGwJBVU9mHPDPoZEmwm0tEoukjl4zb9MU7Q==",
|
|
"requires": {}
|
|
"requires": {}
|
|
},
|
|
},
|
|
|
|
+ "@dnd-kit/accessibility": {
|
|
|
|
+ "version": "3.0.0",
|
|
|
|
+ "resolved": "https://registry.npmjs.org/@dnd-kit/accessibility/-/accessibility-3.0.0.tgz",
|
|
|
|
+ "integrity": "sha512-QwaQ1IJHQHMMuAGOOYHQSx7h7vMZPfO97aDts8t5N/MY7n2QTDSnW+kF7uRQ1tVBkr6vJ+BqHWG5dlgGvwVjow==",
|
|
|
|
+ "requires": {
|
|
|
|
+ "tslib": "^2.0.0"
|
|
|
|
+ }
|
|
|
|
+ },
|
|
|
|
+ "@dnd-kit/core": {
|
|
|
|
+ "version": "5.0.3",
|
|
|
|
+ "resolved": "https://registry.npmjs.org/@dnd-kit/core/-/core-5.0.3.tgz",
|
|
|
|
+ "integrity": "sha512-IribcBLsaPqHdYLpc5xG0TqwYIaD+65offdEYxoKh38WDjzRxUjDmrt7hj9oa/ooUKL0epux20u+mBTd92i/zw==",
|
|
|
|
+ "requires": {
|
|
|
|
+ "@dnd-kit/accessibility": "^3.0.0",
|
|
|
|
+ "@dnd-kit/utilities": "^3.1.0",
|
|
|
|
+ "tslib": "^2.0.0"
|
|
|
|
+ }
|
|
|
|
+ },
|
|
|
|
+ "@dnd-kit/utilities": {
|
|
|
|
+ "version": "3.1.0",
|
|
|
|
+ "resolved": "https://registry.npmjs.org/@dnd-kit/utilities/-/utilities-3.1.0.tgz",
|
|
|
|
+ "integrity": "sha512-2JBdIgjJ7xjMRpKagdMuYKWJdDoVVw9Wc6lfMrLjrq8t4QlMEjtsab5JVUlzWvHgANn7w3Y3VhalFfbp4dQrKg==",
|
|
|
|
+ "requires": {
|
|
|
|
+ "tslib": "^2.0.0"
|
|
|
|
+ }
|
|
|
|
+ },
|
|
"@emotion/babel-plugin": {
|
|
"@emotion/babel-plugin": {
|
|
"version": "11.9.2",
|
|
"version": "11.9.2",
|
|
"resolved": "https://registry.npmjs.org/@emotion/babel-plugin/-/babel-plugin-11.9.2.tgz",
|
|
"resolved": "https://registry.npmjs.org/@emotion/babel-plugin/-/babel-plugin-11.9.2.tgz",
|
|
@@ -20118,6 +20241,11 @@
|
|
"is-string": "^1.0.7"
|
|
"is-string": "^1.0.7"
|
|
}
|
|
}
|
|
},
|
|
},
|
|
|
|
+ "array-move": {
|
|
|
|
+ "version": "4.0.0",
|
|
|
|
+ "resolved": "https://registry.npmjs.org/array-move/-/array-move-4.0.0.tgz",
|
|
|
|
+ "integrity": "sha512-+RY54S8OuVvg94THpneQvFRmqWdAHeqtMzgMW6JNurHxe8rsS07cHQdfGkXnTUXiBcyZ0j3SiDIxxj0RPiqCkQ=="
|
|
|
|
+ },
|
|
"array-union": {
|
|
"array-union": {
|
|
"version": "2.1.0",
|
|
"version": "2.1.0",
|
|
"integrity": "sha512-HGyxoOTYUyCM6stUe6EJgnd4EoewAI7zMdfqO+kGjnlZmBDz/cR5pf8r/cR4Wq60sL/p0IkcjUEEPwS3GFrIyw=="
|
|
"integrity": "sha512-HGyxoOTYUyCM6stUe6EJgnd4EoewAI7zMdfqO+kGjnlZmBDz/cR5pf8r/cR4Wq60sL/p0IkcjUEEPwS3GFrIyw=="
|
|
@@ -23076,6 +23204,14 @@
|
|
"side-channel": "^1.0.4"
|
|
"side-channel": "^1.0.4"
|
|
}
|
|
}
|
|
},
|
|
},
|
|
|
|
+ "invariant": {
|
|
|
|
+ "version": "2.2.4",
|
|
|
|
+ "resolved": "https://registry.npmjs.org/invariant/-/invariant-2.2.4.tgz",
|
|
|
|
+ "integrity": "sha512-phJfQVBuaJM5raOpJjSfkiD6BpbCE4Ns//LaXl6wGYtUBY83nWS6Rf9tXm2e8VaK60JEjYldbPif/A2B1C2gNA==",
|
|
|
|
+ "requires": {
|
|
|
|
+ "loose-envify": "^1.0.0"
|
|
|
|
+ }
|
|
|
|
+ },
|
|
"ip": {
|
|
"ip": {
|
|
"version": "1.1.5",
|
|
"version": "1.1.5",
|
|
"resolved": "https://registry.npmjs.org/ip/-/ip-1.1.5.tgz",
|
|
"resolved": "https://registry.npmjs.org/ip/-/ip-1.1.5.tgz",
|
|
@@ -24903,6 +25039,11 @@
|
|
"fs-monkey": "1.0.3"
|
|
"fs-monkey": "1.0.3"
|
|
}
|
|
}
|
|
},
|
|
},
|
|
|
|
+ "memoize-one": {
|
|
|
|
+ "version": "5.2.1",
|
|
|
|
+ "resolved": "https://registry.npmjs.org/memoize-one/-/memoize-one-5.2.1.tgz",
|
|
|
|
+ "integrity": "sha512-zYiwtZUcYyXKo/np96AGZAckk+FWWsUdJ3cHGGmld7+AhvcWmQyGCYUh1hc4Q/pkOhb65dQR/pqCyK0cOaHz4Q=="
|
|
|
|
+ },
|
|
"meow": {
|
|
"meow": {
|
|
"version": "9.0.0",
|
|
"version": "9.0.0",
|
|
"resolved": "https://registry.npmjs.org/meow/-/meow-9.0.0.tgz",
|
|
"resolved": "https://registry.npmjs.org/meow/-/meow-9.0.0.tgz",
|
|
@@ -26647,6 +26788,30 @@
|
|
"workbox-webpack-plugin": "^6.4.1"
|
|
"workbox-webpack-plugin": "^6.4.1"
|
|
}
|
|
}
|
|
},
|
|
},
|
|
|
|
+ "react-select": {
|
|
|
|
+ "version": "5.3.2",
|
|
|
|
+ "resolved": "https://registry.npmjs.org/react-select/-/react-select-5.3.2.tgz",
|
|
|
|
+ "integrity": "sha512-W6Irh7U6Ha7p5uQQ2ZnemoCQ8mcfgOtHfw3wuMzG6FAu0P+CYicgofSLOq97BhjMx8jS+h+wwWdCBeVVZ9VqlQ==",
|
|
|
|
+ "requires": {
|
|
|
|
+ "@babel/runtime": "^7.12.0",
|
|
|
|
+ "@emotion/cache": "^11.4.0",
|
|
|
|
+ "@emotion/react": "^11.8.1",
|
|
|
|
+ "@types/react-transition-group": "^4.4.0",
|
|
|
|
+ "memoize-one": "^5.0.0",
|
|
|
|
+ "prop-types": "^15.6.0",
|
|
|
|
+ "react-transition-group": "^4.3.0"
|
|
|
|
+ }
|
|
|
|
+ },
|
|
|
|
+ "react-sortable-hoc": {
|
|
|
|
+ "version": "2.0.0",
|
|
|
|
+ "resolved": "https://registry.npmjs.org/react-sortable-hoc/-/react-sortable-hoc-2.0.0.tgz",
|
|
|
|
+ "integrity": "sha512-JZUw7hBsAHXK7PTyErJyI7SopSBFRcFHDjWW5SWjcugY0i6iH7f+eJkY8cJmGMlZ1C9xz1J3Vjz0plFpavVeRg==",
|
|
|
|
+ "requires": {
|
|
|
|
+ "@babel/runtime": "^7.2.0",
|
|
|
|
+ "invariant": "^2.2.4",
|
|
|
|
+ "prop-types": "^15.5.7"
|
|
|
|
+ }
|
|
|
|
+ },
|
|
"react-transition-group": {
|
|
"react-transition-group": {
|
|
"version": "4.4.2",
|
|
"version": "4.4.2",
|
|
"resolved": "https://registry.npmjs.org/react-transition-group/-/react-transition-group-4.4.2.tgz",
|
|
"resolved": "https://registry.npmjs.org/react-transition-group/-/react-transition-group-4.4.2.tgz",
|