|
@@ -7,9 +7,6 @@
|
|
|
"workspaces": [
|
|
|
"packages/*"
|
|
|
],
|
|
|
- "dependencies": {
|
|
|
- "sortablejs": "^1.15.2"
|
|
|
- },
|
|
|
"devDependencies": {
|
|
|
"@floating-ui/dom": "^1.5.3",
|
|
|
"axios": "^0.21.1",
|
|
@@ -18,7 +15,8 @@
|
|
|
"cypress-plugin-tab": "^1.0.5",
|
|
|
"dot-json": "^1.2.2",
|
|
|
"esbuild": "~0.16.17",
|
|
|
- "jest": "^26.6.3"
|
|
|
+ "jest": "^26.6.3",
|
|
|
+ "sortablejs": "^1.15.2"
|
|
|
}
|
|
|
},
|
|
|
"node_modules/@alpinejs/anchor": {
|
|
@@ -6844,7 +6842,8 @@
|
|
|
"node_modules/sortablejs": {
|
|
|
"version": "1.15.2",
|
|
|
"resolved": "https://registry.npmjs.org/sortablejs/-/sortablejs-1.15.2.tgz",
|
|
|
- "integrity": "sha512-FJF5jgdfvoKn1MAKSdGs33bIqLi3LmsgVTliuX6iITj834F+JRQZN90Z93yql8h0K2t0RwDPBmxwlbZfDcxNZA=="
|
|
|
+ "integrity": "sha512-FJF5jgdfvoKn1MAKSdGs33bIqLi3LmsgVTliuX6iITj834F+JRQZN90Z93yql8h0K2t0RwDPBmxwlbZfDcxNZA==",
|
|
|
+ "dev": true
|
|
|
},
|
|
|
"node_modules/source-map": {
|
|
|
"version": "0.6.1",
|
|
@@ -7942,6 +7941,7 @@
|
|
|
"license": "MIT"
|
|
|
},
|
|
|
"packages/sort": {
|
|
|
+ "name": "@alpinejs/sort",
|
|
|
"version": "3.13.8",
|
|
|
"license": "MIT"
|
|
|
},
|