|
@@ -8,6 +8,9 @@
|
|
|
"name": "my-react-app",
|
|
|
"version": "0.1.0",
|
|
|
"dependencies": {
|
|
|
+ "@dnd-kit/core": "^6.0.8",
|
|
|
+ "@dnd-kit/sortable": "^7.0.2",
|
|
|
+ "@dnd-kit/utilities": "^3.2.1",
|
|
|
"@emotion/react": "^11.10.6",
|
|
|
"@emotion/styled": "^11.10.6",
|
|
|
"@mui/icons-material": "^5.11.11",
|
|
@@ -17,6 +20,7 @@
|
|
|
"@testing-library/jest-dom": "^5.16.5",
|
|
|
"@testing-library/react": "^13.4.0",
|
|
|
"@testing-library/user-event": "^13.5.0",
|
|
|
+ "array-move": "^4.0.0",
|
|
|
"graphql": "^15.5.0",
|
|
|
"graphql-request": "^3.4.0",
|
|
|
"react": "^18.2.0",
|
|
@@ -2146,6 +2150,55 @@
|
|
|
"postcss-selector-parser": "^6.0.10"
|
|
|
}
|
|
|
},
|
|
|
+ "node_modules/@dnd-kit/accessibility": {
|
|
|
+ "version": "3.0.1",
|
|
|
+ "resolved": "https://registry.npmjs.org/@dnd-kit/accessibility/-/accessibility-3.0.1.tgz",
|
|
|
+ "integrity": "sha512-HXRrwS9YUYQO9lFRc/49uO/VICbM+O+ZRpFDe9Pd1rwVv2PCNkRiTZRdxrDgng/UkvdC3Re9r2vwPpXXrWeFzg==",
|
|
|
+ "dependencies": {
|
|
|
+ "tslib": "^2.0.0"
|
|
|
+ },
|
|
|
+ "peerDependencies": {
|
|
|
+ "react": ">=16.8.0"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "node_modules/@dnd-kit/core": {
|
|
|
+ "version": "6.0.8",
|
|
|
+ "resolved": "https://registry.npmjs.org/@dnd-kit/core/-/core-6.0.8.tgz",
|
|
|
+ "integrity": "sha512-lYaoP8yHTQSLlZe6Rr9qogouGUz9oRUj4AHhDQGQzq/hqaJRpFo65X+JKsdHf8oUFBzx5A+SJPUvxAwTF2OabA==",
|
|
|
+ "dependencies": {
|
|
|
+ "@dnd-kit/accessibility": "^3.0.0",
|
|
|
+ "@dnd-kit/utilities": "^3.2.1",
|
|
|
+ "tslib": "^2.0.0"
|
|
|
+ },
|
|
|
+ "peerDependencies": {
|
|
|
+ "react": ">=16.8.0",
|
|
|
+ "react-dom": ">=16.8.0"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "node_modules/@dnd-kit/sortable": {
|
|
|
+ "version": "7.0.2",
|
|
|
+ "resolved": "https://registry.npmjs.org/@dnd-kit/sortable/-/sortable-7.0.2.tgz",
|
|
|
+ "integrity": "sha512-wDkBHHf9iCi1veM834Gbk1429bd4lHX4RpAwT0y2cHLf246GAvU2sVw/oxWNpPKQNQRQaeGXhAVgrOl1IT+iyA==",
|
|
|
+ "dependencies": {
|
|
|
+ "@dnd-kit/utilities": "^3.2.0",
|
|
|
+ "tslib": "^2.0.0"
|
|
|
+ },
|
|
|
+ "peerDependencies": {
|
|
|
+ "@dnd-kit/core": "^6.0.7",
|
|
|
+ "react": ">=16.8.0"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "node_modules/@dnd-kit/utilities": {
|
|
|
+ "version": "3.2.1",
|
|
|
+ "resolved": "https://registry.npmjs.org/@dnd-kit/utilities/-/utilities-3.2.1.tgz",
|
|
|
+ "integrity": "sha512-OOXqISfvBw/1REtkSK2N3Fi2EQiLMlWUlqnOK/UpOISqBZPWpE6TqL+jcPtMOkE8TqYGiURvRdPSI9hltNUjEA==",
|
|
|
+ "dependencies": {
|
|
|
+ "tslib": "^2.0.0"
|
|
|
+ },
|
|
|
+ "peerDependencies": {
|
|
|
+ "react": ">=16.8.0"
|
|
|
+ }
|
|
|
+ },
|
|
|
"node_modules/@emotion/babel-plugin": {
|
|
|
"version": "11.10.6",
|
|
|
"resolved": "https://registry.npmjs.org/@emotion/babel-plugin/-/babel-plugin-11.10.6.tgz",
|
|
@@ -5416,6 +5469,17 @@
|
|
|
"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": {
|
|
|
"version": "2.1.0",
|
|
|
"resolved": "https://registry.npmjs.org/array-union/-/array-union-2.1.0.tgz",
|
|
@@ -19466,6 +19530,41 @@
|
|
|
"integrity": "sha512-jwx+WCqszn53YHOfvFMJJRd/B2GqkCBt+1MJSG6o5/s8+ytHMvDZXsJgUEWLk12UnLd7HYKac4BYU5i/Ron1Cw==",
|
|
|
"requires": {}
|
|
|
},
|
|
|
+ "@dnd-kit/accessibility": {
|
|
|
+ "version": "3.0.1",
|
|
|
+ "resolved": "https://registry.npmjs.org/@dnd-kit/accessibility/-/accessibility-3.0.1.tgz",
|
|
|
+ "integrity": "sha512-HXRrwS9YUYQO9lFRc/49uO/VICbM+O+ZRpFDe9Pd1rwVv2PCNkRiTZRdxrDgng/UkvdC3Re9r2vwPpXXrWeFzg==",
|
|
|
+ "requires": {
|
|
|
+ "tslib": "^2.0.0"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "@dnd-kit/core": {
|
|
|
+ "version": "6.0.8",
|
|
|
+ "resolved": "https://registry.npmjs.org/@dnd-kit/core/-/core-6.0.8.tgz",
|
|
|
+ "integrity": "sha512-lYaoP8yHTQSLlZe6Rr9qogouGUz9oRUj4AHhDQGQzq/hqaJRpFo65X+JKsdHf8oUFBzx5A+SJPUvxAwTF2OabA==",
|
|
|
+ "requires": {
|
|
|
+ "@dnd-kit/accessibility": "^3.0.0",
|
|
|
+ "@dnd-kit/utilities": "^3.2.1",
|
|
|
+ "tslib": "^2.0.0"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "@dnd-kit/sortable": {
|
|
|
+ "version": "7.0.2",
|
|
|
+ "resolved": "https://registry.npmjs.org/@dnd-kit/sortable/-/sortable-7.0.2.tgz",
|
|
|
+ "integrity": "sha512-wDkBHHf9iCi1veM834Gbk1429bd4lHX4RpAwT0y2cHLf246GAvU2sVw/oxWNpPKQNQRQaeGXhAVgrOl1IT+iyA==",
|
|
|
+ "requires": {
|
|
|
+ "@dnd-kit/utilities": "^3.2.0",
|
|
|
+ "tslib": "^2.0.0"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "@dnd-kit/utilities": {
|
|
|
+ "version": "3.2.1",
|
|
|
+ "resolved": "https://registry.npmjs.org/@dnd-kit/utilities/-/utilities-3.2.1.tgz",
|
|
|
+ "integrity": "sha512-OOXqISfvBw/1REtkSK2N3Fi2EQiLMlWUlqnOK/UpOISqBZPWpE6TqL+jcPtMOkE8TqYGiURvRdPSI9hltNUjEA==",
|
|
|
+ "requires": {
|
|
|
+ "tslib": "^2.0.0"
|
|
|
+ }
|
|
|
+ },
|
|
|
"@emotion/babel-plugin": {
|
|
|
"version": "11.10.6",
|
|
|
"resolved": "https://registry.npmjs.org/@emotion/babel-plugin/-/babel-plugin-11.10.6.tgz",
|
|
@@ -21846,6 +21945,11 @@
|
|
|
"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": {
|
|
|
"version": "2.1.0",
|
|
|
"resolved": "https://registry.npmjs.org/array-union/-/array-union-2.1.0.tgz",
|