mirror of
https://github.com/OpenFactorioServerManager/factorio-server-manager.git
synced 2025-01-10 04:19:38 +02:00
34 lines
1023 B
JSON
34 lines
1023 B
JSON
{
|
|
"name": "factorio-mod-manager",
|
|
"version": "0.1.0",
|
|
"description": "Factorio Mod Manager UI",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"build": "NODE_ENV=production ./node_modules/webpack/bin/webpack.js --progress --profile --colors",
|
|
"dev": "NODE_ENV=production ./node_modules/webpack/bin/webpack.js -w --progress --profile --colors",
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"author": "Mitch Roote <mitch@r00t.ca>",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"babel-core": "^6.4.5",
|
|
"babel-loader": "^6.2.1",
|
|
"babel-preset-es2015": "^6.3.13",
|
|
"babel-preset-react": "^6.3.13",
|
|
"locks": "^0.2.2",
|
|
"react": "^15.0.1",
|
|
"react-console-component": "^0.6.1",
|
|
"react-dom": "^15.0.1",
|
|
"react-native-listener": "^1.0.2",
|
|
"react-router": "^2.3.0",
|
|
"sweetalert": "^1.1.3",
|
|
"semver": "latest"
|
|
},
|
|
"devDependencies": {
|
|
"css-loader": "^0.23.1",
|
|
"react-console-component": "^0.6.1",
|
|
"style-loader": "^0.13.1",
|
|
"webpack": "^1.13.0"
|
|
}
|
|
}
|