remove all bootstrap icons in favor of material design icons

This commit is contained in:
checktheroads
2021-04-21 11:31:28 -07:00
parent 024f3962b2
commit fe4a9bff2d
68 changed files with 481 additions and 31142 deletions

View File

@@ -1,32 +1,27 @@
{
"name": "netbox",
"version": "0.1.0",
"main": "index.js",
"license": "Apache2",
"main": "dist/netbox.js",
"license": "Apache-2.0",
"scripts": {
"bundle:css": "parcel build --public-url /static -o netbox.css main.scss && parcel build --public-url /static -o rack_elevation.css rack_elevation.scss",
"bundle:js": "parcel build --public-url /static -o netbox.js src/index.ts && parcel build --public-url /static -o jobs.js src/jobs.ts && parcel build --public-url /static -o lldp.js src/device/lldp.ts && parcel build --public-url /static -o config.js src/device/config.ts && parcel build --public-url /static -o status.js src/device/status.ts",
"bundle": "yarn bundle:css && yarn bundle:js"
},
"dependencies": {
"@mdi/font": "^5.9.55",
"@popperjs/core": "^2.9.0",
"bootstrap": "^5.0.0-beta2",
"bootstrap-icons": "^1.4.0",
"choices.js": "^9.0.1",
"clipboard": "2.0.6",
"color2k": "^1.2.4",
"cookie": "^0.4.1",
"dayjs": "^1.10.4",
"flatpickr": "4.6.3",
"jquery": "3.5.1",
"jquery-ui": "1.12.1",
"just-debounce-it": "^1.4.0",
"masonry-layout": "^4.2.2",
"parcel-bundler": "1.12.3",
"query-string": "^6.14.1",
"sass": "^1.32.8",
"select2": "4.0.13",
"select2-bootstrap-theme": "0.1.0-beta.10",
"slim-select": "^1.27.0"
},
"devDependencies": {