mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
* working popover * popup component * cleanup * finalize device-link component * attributes WIP * working graph component * widgets WIP * More dynamic configs * Graph row component * Build CSS so we can use a dark theme * graph row set columns * only one popup visible at a time. * Just set graph row width statically * responsive WIP * rsponsive option for graph-row "working" * remove @deviceLink and @portLink * fix non-responsive graph row * update js/css * fix style * bad type? * types * types * types #3 * remove testing code * full rebel, no closing tags for meta and link * match previous formatting * fix vlans display * restore newline * remove silly comment * remove unused line * style I guess
45 lines
1.3 KiB
JSON
45 lines
1.3 KiB
JSON
{
|
|
"private": true,
|
|
"scripts": {
|
|
"dev": "npm run development",
|
|
"development": "mix",
|
|
"watch": "mix watch",
|
|
"watch-poll": "mix watch -- --watch-options-poll=1000",
|
|
"watch-production": "mix watch --production",
|
|
"watch-prod": "npm run watch-production",
|
|
"hot": "mix watch --hot",
|
|
"prod": "npm run production",
|
|
"production": "mix --production"
|
|
},
|
|
"devDependencies": {
|
|
"autoprefixer": "^10.3.3",
|
|
"axios": "^0.21.1",
|
|
"bootstrap": "^4.5.3",
|
|
"cross-env": "^5.2.1",
|
|
"jquery": "^3.5.1",
|
|
"laravel-mix": "^6.0.6",
|
|
"lodash": "^4.17.21",
|
|
"popper.js": "^1.16.1",
|
|
"postcss": "^8.3.6",
|
|
"resolve-url-loader": "^3.1.2",
|
|
"sass": "^1.29.0",
|
|
"sass-loader": "^10.1.0",
|
|
"tailwindcss": "^2.2.9",
|
|
"vue": "^2.6.12",
|
|
"vue-loader": "^15.9.6",
|
|
"vue-template-compiler": "^2.6.12"
|
|
},
|
|
"dependencies": {
|
|
"babel-helper-vue-jsx-merge-props": "^2.0.3",
|
|
"es6-object-assign": "^1.1.0",
|
|
"v-tooltip": "^2.0.3",
|
|
"vue-i18n": "^8.22.2",
|
|
"vue-js-modal": "*",
|
|
"vue-js-toggle-button": "^1.3.3",
|
|
"vue-multiselect": "^2.1.6",
|
|
"vue-nav-tabs": "^0.5.7",
|
|
"vue-select": "^3.10.8",
|
|
"vuedraggable": "^2.24.3"
|
|
}
|
|
}
|