mirror of
https://github.com/OpenFactorioServerManager/factorio-server-manager.git
synced 2025-01-10 04:19:38 +02:00
51 lines
2.0 KiB
JSON
51 lines
2.0 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": "cross-env NODE_ENV=development node_modules/webpack/bin/webpack.js --progress --hide-modules --config=node_modules/laravel-mix/setup/webpack.config.js",
|
|
"watch": "cross-env NODE_ENV=development node_modules/webpack/bin/webpack.js --watch --progress --hide-modules --config=node_modules/laravel-mix/setup/webpack.config.js",
|
|
"watch-poll": "npm run watch -- --watch-poll",
|
|
"hot": "cross-env NODE_ENV=development node_modules/webpack-dev-server/bin/webpack-dev-server.js --inline --hot --config=node_modules/laravel-mix/setup/webpack.config.js",
|
|
"build": "npm run production",
|
|
"prod": "npm run production",
|
|
"production": "cross-env NODE_ENV=production node_modules/webpack/bin/webpack.js --no-progress --hide-modules --config=node_modules/laravel-mix/setup/webpack.config.js",
|
|
"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": {
|
|
"@fortawesome/fontawesome-free": "^5.2.0",
|
|
"admin-lte": "^3.0.0-alpha.2",
|
|
"babel-core": "^6.26.3",
|
|
"babel-preset-react": "^6.24.1",
|
|
"bootstrap": "^4.1.3",
|
|
"bootstrap-fileinput": "^4.4.9",
|
|
"classnames": "^2.2.6",
|
|
"cross-env": "^5.2.0",
|
|
"jquery": "^3.3.1",
|
|
"laravel-mix": "^2.1.11",
|
|
"locks": "^0.2.2",
|
|
"node-sass": "^4.9.3",
|
|
"prop-types": "latest",
|
|
"react": "^16.4.2",
|
|
"react-dom": "^16.4.2",
|
|
"react-native-listener": "^1.0.2",
|
|
"react-router": "^4.3.1",
|
|
"react-router-dom": "^4.3.1",
|
|
"semver": "^5.5.0",
|
|
"sweetalert2": "^7.26.11",
|
|
"sweetalert2-react-content": "^1.0.1"
|
|
}
|
|
}
|