mirror of
https://github.com/OpenFactorioServerManager/factorio-server-manager.git
synced 2025-01-04 03:49:23 +02:00
59 lines
1.9 KiB
JSON
59 lines
1.9 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": "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/mroote/factorio-server-manager.git"
|
|
},
|
|
"author": "Mitch Roote <mitch@r00t.ca>",
|
|
"license": "MIT",
|
|
"bugs": {
|
|
"url": "https://github.com/mroote/factorio-server-manager/issues"
|
|
},
|
|
"homepage": "https://github.com/mroote/factorio-server-manager#readme",
|
|
"devDependencies": {
|
|
"@babel/core": "^7.8.3",
|
|
"@babel/preset-env": "^7.8.3",
|
|
"@babel/preset-react": "^7.8.3",
|
|
"@fortawesome/fontawesome-free": "^5.12.0",
|
|
"admin-lte": "^3.0.2",
|
|
"babel-loader": "^8.0.6",
|
|
"bootstrap": "^4.4.1",
|
|
"bootstrap-fileinput": "^5.0.8",
|
|
"classnames": "^2.2.6",
|
|
"css-loader": "^3.4.2",
|
|
"file-loader": "^5.0.2",
|
|
"jquery": "^3.4.1",
|
|
"locks": "^0.2.2",
|
|
"mini-css-extract-plugin": "^0.9.0",
|
|
"node-sass": "^4.13.1",
|
|
"optimize-css-assets-webpack-plugin": "^5.0.3",
|
|
"prop-types": "^15.7.2",
|
|
"react": "^16.12.0",
|
|
"react-dom": "^16.12.0",
|
|
"react-native-listener": "^1.1.0",
|
|
"react-router": "^5.1.2",
|
|
"react-router-dom": "^5.1.2",
|
|
"resolve-url-loader": "^3.1.1",
|
|
"sass-loader": "^8.0.2",
|
|
"semver": "^6.3.0",
|
|
"sweetalert2": "^9.7.1",
|
|
"sweetalert2-react-content": "^1.1.0",
|
|
"webpack": "^4.41.5",
|
|
"webpack-cli": "^3.3.10",
|
|
"webpack-fix-style-only-entries": "^0.4.0"
|
|
}
|
|
}
|