mirror of
https://github.com/Telecominfraproject/wlan-cloud-ucentral-ui-libs.git
synced 2026-01-27 10:23:05 +00:00
99 lines
2.7 KiB
JSON
99 lines
2.7 KiB
JSON
{
|
|
"name": "ucentral-libs",
|
|
"version": "1.0.61",
|
|
"main": "dist/index.js",
|
|
"source": "src/index.js",
|
|
"engines": {
|
|
"node": ">=10"
|
|
},
|
|
"files": [
|
|
"dist"
|
|
],
|
|
"license": "BSD-3-Clause",
|
|
"dependencies": {
|
|
"@coreui/coreui": "^3.4.0",
|
|
"@coreui/icons": "^2.0.1",
|
|
"@coreui/icons-react": "^1.1.0",
|
|
"@coreui/react": "^3.4.6",
|
|
"@coreui/react-chartjs": "^1.1.0",
|
|
"libphonenumber-js": "^1.9.37",
|
|
"lodash": "^4.17.21",
|
|
"react-flow-renderer": "^9.6.6",
|
|
"react-i18next": "^11.11.0",
|
|
"react-paginate": "^7.1.3",
|
|
"react-phone-input-2": "^2.14.0",
|
|
"react-router-dom": "^5.2.0",
|
|
"react-select": "^4.3.1",
|
|
"react-tooltip": "^4.2.21",
|
|
"uuid": "^8.3.2"
|
|
},
|
|
"peerDependencies": {
|
|
"prop-types": "^15.7.2",
|
|
"react": "^17.0.2",
|
|
"react-dom": "^17.0.2"
|
|
},
|
|
"scripts": {
|
|
"format": "prettier --write \"src/**/*{.js,.scss}\"",
|
|
"build": "set NODE_ENV=production && webpack --mode production",
|
|
"eslint": "eslint 'src/**/*.js'",
|
|
"fix": "eslint --fix 'src/**/*.js'"
|
|
},
|
|
"eslintConfig": {
|
|
"extends": "react-app"
|
|
},
|
|
"husky": {
|
|
"hooks": {
|
|
"pre-commit": "lint-staged"
|
|
}
|
|
},
|
|
"lint-staged": {
|
|
"*.{js,jsx}": [
|
|
"eslint",
|
|
"prettier --write"
|
|
]
|
|
},
|
|
"devDependencies": {
|
|
"@babel/core": "^7.14.6",
|
|
"@babel/plugin-proposal-class-properties": "^7.14.5",
|
|
"@babel/plugin-transform-react-constant-elements": "^7.14.5",
|
|
"@babel/plugin-transform-react-inline-elements": "^7.14.5",
|
|
"@babel/polyfill": "^7.12.1",
|
|
"@babel/preset-env": "^7.14.7",
|
|
"@babel/preset-react": "^7.14.5",
|
|
"autoprefixer": "^10.2.6",
|
|
"babel-eslint": "^10.1.0",
|
|
"babel-loader": "^8.2.2",
|
|
"babel-plugin-transform-react-remove-prop-types": "^0.4.24",
|
|
"babel-polyfill": "^6.26.0",
|
|
"babel-runtime": "^6.26.0",
|
|
"clean-webpack-plugin": "^3.0.0",
|
|
"css-loader": "^5.2.6",
|
|
"dotenv-webpack": "^6.0.4",
|
|
"eslint": "^7.29.0",
|
|
"eslint-config-airbnb": "^18.2.1",
|
|
"eslint-config-prettier": "^7.2.0",
|
|
"eslint-import-resolver-alias": "^1.1.2",
|
|
"eslint-loader": "^4.0.2",
|
|
"eslint-plugin-babel": "^5.3.1",
|
|
"eslint-plugin-import": "^2.23.4",
|
|
"eslint-plugin-jsx-a11y": "^6.4.1",
|
|
"eslint-plugin-prettier": "^3.4.0",
|
|
"eslint-plugin-react": "^7.24.0",
|
|
"eslint-plugin-react-hooks": "^4.2.0",
|
|
"husky": "^4.3.8",
|
|
"lint-staged": "^11.0.0",
|
|
"path": "^0.12.7",
|
|
"prettier": "^2.3.2",
|
|
"react": "^17.0.2",
|
|
"react-dom": "^17.0.2",
|
|
"sass": "^1.43.3",
|
|
"sass-loader": "^11.1.1",
|
|
"style-loader": "^2.0.0",
|
|
"webpack": "^5.40.0",
|
|
"webpack-cli": "^4.7.2",
|
|
"webpack-dev-server": "^3.11.2",
|
|
"webpack-merge": "^5.8.0",
|
|
"webpack-node-externals": "^3.0.0"
|
|
}
|
|
}
|