mirror of
https://github.com/OpenFactorioServerManager/factorio-server-manager.git
synced 2024-12-25 02:29:45 +02:00
67 lines
2.2 KiB
JSON
67 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",
|
|
"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 --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.23.2",
|
|
"@babel/preset-env": "^7.23.2",
|
|
"@babel/preset-react": "^7.22.15",
|
|
"autoprefixer": "^10.4.16",
|
|
"babel-loader": "^9.1.3",
|
|
"classnames": "^2.3.2",
|
|
"cross-env": "^7.0.3",
|
|
"css-loader": "^6.8.1",
|
|
"css-minimizer-webpack-plugin": "^5.0.1",
|
|
"file-loader": "^6.2.0",
|
|
"locks": "^0.2.2",
|
|
"mini-css-extract-plugin": "^2.7.6",
|
|
"postcss-loader": "^7.3.3",
|
|
"prop-types": "^15.7.2",
|
|
"react": "^18.2.0",
|
|
"react-dom": "^18.2.0",
|
|
"react-native-listener": "^1.1.0",
|
|
"react-router": "^6.17.0",
|
|
"react-router-dom": "^6.17.0",
|
|
"resolve-url-loader": "^5.0.0",
|
|
"sass": "^1.69.5",
|
|
"sass-loader": "^13.3.2",
|
|
"style-loader": "^3.3.3",
|
|
"terser-webpack-plugin": "^5.3.9",
|
|
"webpack": "^5.89.0",
|
|
"webpack-cli": "^5.1.4",
|
|
"webpack-fix-style-only-entries": "^0.6.1"
|
|
},
|
|
"dependencies": {
|
|
"@fortawesome/fontawesome-svg-core": "^6.4.2",
|
|
"@fortawesome/free-solid-svg-icons": "^6.4.2",
|
|
"@fortawesome/react-fontawesome": "^0.2.0",
|
|
"axios": "^1.6.0",
|
|
"fuse.js": "^7.0.0",
|
|
"react-hook-form": "^7.47.0",
|
|
"regenerator-runtime": "^0.14.0",
|
|
"semver": "^7.3.7",
|
|
"tailwindcss": "^3.3.5"
|
|
}
|
|
}
|