2016-04-17 22:58:14 +02:00
|
|
|
{
|
|
|
|
"name": "factorio-mod-manager",
|
|
|
|
"version": "0.1.0",
|
|
|
|
"description": "Factorio Mod Manager UI",
|
|
|
|
"main": "index.js",
|
|
|
|
"scripts": {
|
2016-04-20 03:45:49 +02:00
|
|
|
"build": "NODE_ENV=production ./node_modules/webpack/bin/webpack.js -w --progress --profile --colors",
|
2016-04-17 22:58:14 +02:00
|
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
|
|
},
|
|
|
|
"author": "Mitch Roote <mitch@r00t.ca>",
|
|
|
|
"license": "MIT",
|
|
|
|
"dependencies": {
|
|
|
|
"react": "^15.0.1",
|
2016-04-18 22:01:45 +02:00
|
|
|
"react-dom": "^15.0.1",
|
2016-04-19 19:55:21 +02:00
|
|
|
"react-router": "^2.3.0",
|
2016-04-17 22:58:14 +02:00
|
|
|
"babel-core": "^6.4.5",
|
|
|
|
"babel-loader": "^6.2.1",
|
|
|
|
"babel-preset-es2015": "^6.3.13",
|
2016-04-19 19:55:21 +02:00
|
|
|
"babel-preset-react": "^6.3.13"
|
|
|
|
},
|
|
|
|
"devDependencies": {
|
2016-04-18 22:01:45 +02:00
|
|
|
"css-loader": "^0.23.1",
|
|
|
|
"style-loader": "^0.13.1",
|
2016-04-17 22:58:14 +02:00
|
|
|
"webpack": "^1.13.0"
|
|
|
|
}
|
|
|
|
}
|