2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-06-05 16:42:29 +03:00
This commit is contained in:
GeoSot
2022-07-04 14:17:59 +03:00
parent c3c6591166
commit 1039830b5b
21 changed files with 357 additions and 496 deletions
+3 -3
View File
@@ -101,13 +101,13 @@
"watch-js-docs": "nodemon --watch site/assets/js/ --ext js --exec \"npm run js-lint\""
},
"peerDependencies": {
"@popperjs/core": "^2.11.5"
"@floating-ui/dom": "^0.5.4"
},
"devDependencies": {
"@babel/cli": "^7.18.10",
"@babel/core": "^7.18.10",
"@babel/preset-env": "^7.18.10",
"@popperjs/core": "^2.11.5",
"@floating-ui/dom": "^0.5.4",
"@rollup/plugin-babel": "^5.3.1",
"@rollup/plugin-commonjs": "^22.0.1",
"@rollup/plugin-node-resolve": "^13.3.0",
@@ -174,7 +174,7 @@
},
"dependencies": {},
"peerDependencies": {
"@popperjs/core": "^2.11.5"
"@floating-ui/dom": "^0.5.4"
}
}
}