1
0
mirror of https://github.com/netbox-community/netbox.git synced 2024-05-10 07:54:54 +00:00

65 lines
1.8 KiB
JSON
Raw Normal View History

2021-03-13 02:31:28 -07:00
{
"name": "netbox",
"version": "0.1.0",
"main": "dist/netbox.js",
"license": "Apache-2.0",
2021-03-13 02:31:28 -07:00
"scripts": {
2021-04-25 20:11:46 -07:00
"bundle": "node bundle.js"
2021-03-13 02:31:28 -07:00
},
"dependencies": {
"@mdi/font": "^5.9.55",
2021-06-23 11:22:25 -07:00
"@popperjs/core": "^2.9.2",
"bootstrap": "^5.0.2",
2021-03-13 02:31:28 -07:00
"clipboard": "2.0.6",
"color2k": "^1.2.4",
"cookie": "^0.4.1",
"dayjs": "^1.10.4",
2021-03-13 02:31:28 -07:00
"flatpickr": "4.6.3",
"just-debounce-it": "^1.4.0",
2021-03-13 02:31:28 -07:00
"masonry-layout": "^4.2.2",
"parcel-bundler": "1.12.3",
"query-string": "^6.14.1",
"sass": "^1.32.8",
2021-06-22 17:20:17 -07:00
"simplebar": "^5.3.4",
2021-03-13 02:31:28 -07:00
"slim-select": "^1.27.0"
},
"devDependencies": {
"@babel/core": "^7.0.0-0",
"@babel/plugin-proposal-class-properties": "^7.13.0",
"@babel/plugin-proposal-nullish-coalescing-operator": "^7.13.8",
"@babel/plugin-proposal-object-rest-spread": "^7.13.8",
"@babel/plugin-proposal-optional-chaining": "^7.13.8",
"@babel/preset-env": "^7.13.9",
"@babel/preset-typescript": "^7.13.0",
2021-04-26 00:31:03 -07:00
"@types/bootstrap": "^5.0.12",
2021-03-13 13:51:51 -07:00
"@types/clipboard": "^2.0.1",
2021-03-13 02:31:28 -07:00
"@types/cookie": "^0.4.0",
"@types/masonry-layout": "^4.2.2",
"@typescript-eslint/eslint-plugin": "^4.17.0",
"@typescript-eslint/parser": "^4.17.0",
"babel-polyfill": "^6.26.0",
"eslint": "^7.22.0",
"eslint-config-prettier": "^8.1.0",
"eslint-import-resolver-typescript": "^2.4.0",
"eslint-plugin-import": "^2.22.1",
"eslint-plugin-prettier": "^3.3.1",
"prettier": "^2.2.1",
"prettier-eslint": "^12.0.0",
"typescript": "^4.2.3"
},
"babel": {
"presets": [
"@babel/env",
"@babel/typescript"
],
"plugins": [
"@babel/plugin-proposal-optional-chaining",
"@babel/proposal-class-properties",
"@babel/plugin-proposal-nullish-coalescing-operator"
]
2021-04-20 01:18:24 -07:00
},
"browserslist": [
"defaults"
]
2021-03-13 02:31:28 -07:00
}