Backend for Custom Frontend OSPRO Surveyor Indonesia
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 

133 lines
3.6 KiB

{
"name": "simpro-web",
"version": "0.0.1",
"description": "Sistem Informasi Manajemen Proyek",
"author": "Ardhi",
"homepage": ".",
"copyright": "Copyright Integrasia Utama",
"license": "MIT",
"private": true,
"repository": {
"type": "http",
"url": "https://git.oslog.id/iu/simpro-website.git"
},
"dependencies": {
"@ant-design/plots": "1.1.1",
"@coreui/coreui": "2.1.12",
"@coreui/icons": "0.3.0",
"@coreui/react": "2.5.1",
"@dabeng/react-orgchart": "1.0.0",
"@develoka/angka-rupiah-js": "1.0.3",
"@faker-js/faker": "7.3.0",
"@iconify/icons-ant-design": "1.0.6",
"@iconify/icons-fa-solid": "1.0.6",
"@iconify/icons-fe": "1.0.3",
"@iconify/icons-geo": "1.0.3",
"@iconify/icons-ion": "1.0.7",
"@iconify/icons-mdi": "1.0.57",
"@iconify/icons-uil": "1.0.6",
"@iconify/react": "1.1.1",
"@nicholasadamou/react-iframe": "1.0.3",
"antd": "4.16.13",
"axios": "0.21.1",
"bootstrap": "4.3.1",
"chart.js": "3.9.1",
"chartjs-plugin-datalabels": "2.1.0",
"chartjs-plugin-zoom": "0.7.7",
"classnames": "2.2.6",
"core-js": "3.1.4",
"dhtmlx-gantt": "7.1.7",
"enzyme": "3.10.0",
"enzyme-adapter-react-16": "1.14.0",
"flag-icon-css": "3.3.0",
"font-awesome": "4.7.0",
"interactjs": "1.10.11",
"jspdf": "2.5.1",
"jspdf-autotable": "3.5.25",
"leaflet": "1.8.0",
"leaflet-draw": "1.0.4",
"moment": "2.24.0",
"node-sass": "4.12.0",
"numeral": "2.0.6",
"ol": "5.3.3",
"prop-types": "15.7.2",
"rc-color-picker": "1.2.6",
"re-resizable": "6.9.9",
"react": "16.14.0",
"react-app-polyfill": "1.0.1",
"react-awesome-query-builder": "4.3.0",
"react-bootstrap-sweetalert": "5.1.9",
"react-bootstrap-table-next": "3.3.3",
"react-bootstrap-table2-editor": "1.4.0",
"react-bootstrap-table2-paginator": "2.1.0",
"react-bootstrap-table2-toolkit": "2.1.1",
"react-calendar-timeline": "0.27.0",
"react-chartjs-2": "4.3.1",
"react-color": "2.17.3",
"react-content-loader": "6.0.3",
"react-dom": "16.14.0",
"react-grid-layout": "1.2.5",
"react-highlight-words": "0.18.0",
"react-leaflet": "3.2.0",
"react-leaflet-draw": "0.19.8",
"react-loader-spinner": "3.1.5",
"react-notifications": "1.7.2",
"react-router-dom": "5.1.2",
"react-select": "4.3.1",
"react-slick": "0.28.1",
"react-toastify": "5.5.0",
"reactstrap": "8.0.0",
"simple-line-icons": "2.4.1",
"slick-carousel": "1.8.1",
"underscore": "1.13.1",
"xlsx": "0.17.0"
},
"devDependencies": {
"@babel/core": "7.14.5",
"babel-plugin-module-resolver": "4.1.0",
"clean-webpack-plugin": "3.0.0",
"react-scripts": "3.0.1",
"webpack-sources": "1.0.1"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts --max_old_space_size=8096 build",
"test": "react-scripts test",
"test:cov": "npm test -- --coverage --watchAll=false",
"test:debug": "react-scripts --inspect-brk test --runInBand",
"eject": "react-scripts eject"
},
"bugs": {
"url": "https://git.oslog.id/iu/simpro-website/issues"
},
"eslintConfig": {
"extends": [
"react-app"
],
"rules": {
"no-unused-vars": "off",
"eqeqeq": "off",
"react-hooks/exhaustive-deps": "off",
"array-callback-return": "off",
"jsx-a11y/alt-text": "off"
}
},
"browserslist": [
">0.2%",
"not dead",
"not ie <= 9",
"not op_mini all"
],
"jest": {
"collectCoverageFrom": [
"src/**/*.{js,jsx}",
"!**/*index.js",
"!src/serviceWorker.js",
"!src/polyfill.js"
]
},
"engines": {
"node": ">=8.10",
"npm": ">=6"
}
}