mirror of
https://github.com/OpenFactorioServerManager/factorio-server-manager.git
synced 2024-12-25 02:29:45 +02:00
d2abaa45b7
Bumps [axios](https://github.com/axios/axios) from 0.19.2 to 0.21.1. - [Release notes](https://github.com/axios/axios/releases) - [Changelog](https://github.com/axios/axios/blob/v0.21.1/CHANGELOG.md) - [Commits](https://github.com/axios/axios/compare/v0.19.2...v0.21.1) Signed-off-by: dependabot[bot] <support@github.com>
66 lines
2.2 KiB
JSON
66 lines
2.2 KiB
JSON
{
|
|
"name": "factorio-mod-manager",
|
|
"version": "0.2.0",
|
|
"description": "Factorio Server Manager UI",
|
|
"main": "ui/index.js",
|
|
"scripts": {
|
|
"dev": "npm run development",
|
|
"development": "webpack --config=webpack.config.js --mode=development --progress --hide-modules",
|
|
"watch": "npm run development -- --watch",
|
|
"watch-poll": "npm run watch -- --watch-poll",
|
|
"build": "npm run production",
|
|
"prod": "npm run production",
|
|
"production": "cross-env NODE_ENV=production webpack --config=webpack.config.js --mode=production --hide-modules --progress",
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/OpenFactorioServerManager/factorio-server-manager.git"
|
|
},
|
|
"author": "Mitch Roote <mitch@r00t.ca>",
|
|
"license": "MIT",
|
|
"bugs": {
|
|
"url": "https://github.com/OpenFactorioServerManager/factorio-server-manager/issues"
|
|
},
|
|
"homepage": "https://github.com/OpenFactorioServerManager/factorio-server-manager#readme",
|
|
"devDependencies": {
|
|
"@babel/core": "^7.11.6",
|
|
"@babel/preset-env": "^7.11.5",
|
|
"@babel/preset-react": "^7.10.4",
|
|
"autoprefixer": "^9.8.6",
|
|
"babel-loader": "^8.0.6",
|
|
"classnames": "^2.2.6",
|
|
"cross-env": "^7.0.2",
|
|
"css-loader": "^2.1.0",
|
|
"file-loader": "^3.0.1",
|
|
"locks": "^0.2.2",
|
|
"mini-css-extract-plugin": "^0.7.0",
|
|
"node-sass": "^4.12.0",
|
|
"optimize-css-assets-webpack-plugin": "^5.0.4",
|
|
"postcss-loader": "^3.0.0",
|
|
"prop-types": "^15.7.2",
|
|
"react": "^16.8.6",
|
|
"react-dom": "^16.8.6",
|
|
"react-native-listener": "^1.1.0",
|
|
"react-router": "^5.0.0",
|
|
"react-router-dom": "^5.0.0",
|
|
"resolve-url-loader": "^3.1.0",
|
|
"sass-loader": "^7.1.0",
|
|
"style-loader": "^1.3.0",
|
|
"webpack": "^4.44.2",
|
|
"webpack-cli": "^3.3.12",
|
|
"webpack-fix-style-only-entries": "^0.2.0"
|
|
},
|
|
"dependencies": {
|
|
"@fortawesome/fontawesome-svg-core": "^1.2.32",
|
|
"@fortawesome/free-solid-svg-icons": "^5.15.1",
|
|
"@fortawesome/react-fontawesome": "^0.1.11",
|
|
"axios": "^0.21.1",
|
|
"fuse.js": "^6.4.1",
|
|
"react-hook-form": "^5.7.2",
|
|
"regenerator-runtime": "^0.13.7",
|
|
"semver": "^6.1.1",
|
|
"tailwindcss": "^1.8.13"
|
|
}
|
|
}
|