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.
81 lines
2.6 KiB
81 lines
2.6 KiB
{ |
|
"dependencies": { |
|
"@emotion/react": "^11.13.3", |
|
"@emotion/styled": "^11.13.0", |
|
"@mantine/core": "6.0.21", |
|
"@mantine/dates": "6.0.21", |
|
"@mantine/hooks": "6.0.21", |
|
"@mui/icons-material": "^6.1.2", |
|
"@mui/material": "^6.1.2", |
|
"@reduxjs/toolkit": "^2.2.7", |
|
"@tabler/icons-react": "^3.16.0", |
|
"@tanstack/react-query": "^5.56.2", |
|
"axios": "^1.7.6", |
|
"bootstrap": "4.6.0", |
|
"collect.js": "^4.36.1", |
|
"dayjs": "^1.11.13", |
|
"highcharts": "^11.4.8", |
|
"highcharts-react-official": "^3.2.1", |
|
"jquery": "^3.7.1", |
|
"leaflet": "^1.9.4", |
|
"leaflet-bing-layer": "^3.3.1", |
|
"leaflet.control.layers.tree": "^1.1.0", |
|
"leaflet.locatecontrol": "^0.81.1", |
|
"leaflet.vectorgrid": "^1.3.0", |
|
"mantine-react-table": "^1.3.4", |
|
"popper": "^1.0.1", |
|
"primeflex": "^3.3.1", |
|
"primeicons": "^7.0.0", |
|
"primereact": "^10.8.2", |
|
"react": "^18.3.1", |
|
"react-dom": "^18.3.1", |
|
"react-feather": "^2.0.10", |
|
"react-flatpickr": "^3.10.13", |
|
"react-leaflet": "^4.2.1", |
|
"react-leaflet-custom-control": "^1.4.0", |
|
"react-leaflet-locate-control": "^0.1.6", |
|
"react-leaflet-vectorgrid": "^2.2.1", |
|
"react-multi-select-component": "^4.3.4", |
|
"react-rating": "^2.0.5", |
|
"react-redux": "^9.1.2", |
|
"react-router-dom": "^6.26.1", |
|
"react-select": "^5.8.0", |
|
"reactstrap": "8.10.0", |
|
"swiper": "^11.1.14", |
|
"webpack-cli": "^5.1.4", |
|
"wellknown": "^0.5.0", |
|
"wicket": "^1.3.8" |
|
}, |
|
"name": "engineN", |
|
"version": "1.0.0", |
|
"main": "index.js", |
|
"repository": "https://gitlab.dfoso.id/dfoso/engineN.git", |
|
"author": "pecintaseni <pecintaseni@local.shot>", |
|
"license": "MIT", |
|
"devDependencies": { |
|
"@babel/core": "^7.25.2", |
|
"@babel/plugin-proposal-nullish-coalescing-operator": "^7.18.6", |
|
"@babel/plugin-proposal-optional-chaining": "^7.21.0", |
|
"@babel/preset-react": "^7.24.7", |
|
"babel-loader": "^9.1.3", |
|
"copy-webpack-plugin": "^12.0.2", |
|
"css-loader": "^7.1.2", |
|
"css-minimizer-webpack-plugin": "^7.0.0", |
|
"file-loader": "^6.2.0", |
|
"mini-css-extract-plugin": "^2.9.1", |
|
"path": "^0.12.7", |
|
"raw-loader": "^4.0.2", |
|
"sass": "^1.79.2", |
|
"sass-loader": "^16.0.2", |
|
"style-loader": "^4.0.0", |
|
"webpack": "^5.94.0", |
|
"webpack-dev-server": "^5.1.0" |
|
}, |
|
"scripts": { |
|
"start": "npx webpack --config webpack-dev.config.js --watch", |
|
"serve": "npx webpack serve --config webpack-dev.config.js", |
|
"dev": "npx webpack serve --config webpack-dev.config.js", |
|
"start2": "npx webpack --config webpack-dev.config2.js --watch", |
|
"build": "npx webpack --config webpack.config.js" |
|
} |
|
} |