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.
52 lines
1.5 KiB
52 lines
1.5 KiB
{ |
|
"dependencies": { |
|
"@emotion/react": "^11.13.3", |
|
"@mantine/core": "6.0.21", |
|
"@mantine/dates": "6.0.21", |
|
"@mantine/hooks": "6.0.21", |
|
"@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", |
|
"mantine-react-table": "^1.3.4", |
|
"popper": "^1.0.1", |
|
"primeflex": "^3.3.1", |
|
"primereact": "^10.8.2", |
|
"react": "^18.3.1", |
|
"react-dom": "^18.3.1", |
|
"react-multi-select-component": "^4.3.4", |
|
"react-redux": "^9.1.2", |
|
"react-router-dom": "^6.26.1", |
|
"react-select": "^5.8.0", |
|
"reactstrap": "8.10.0", |
|
"webpack-cli": "^5.1.4" |
|
}, |
|
"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", |
|
"css-loader": "^7.1.2", |
|
"path": "^0.12.7", |
|
"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", |
|
"build": "npx webpack --config webpack.config.js" |
|
} |
|
} |