mirror of
https://github.com/teoxoy/factorio-blueprint-editor.git
synced 2025-01-18 02:58:31 +02:00
57 lines
1.7 KiB
JSON
57 lines
1.7 KiB
JSON
{
|
|
"name": "factorio-blueprint-editor",
|
|
"version": "0.1.0",
|
|
"description": "",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"start": "webpack-dev-server --config webpack.dev.js --host 0.0.0.0 --open --useLocalIp",
|
|
"build": "webpack --config webpack.prod.js",
|
|
"setupDist": "git worktree add dist gh-pages",
|
|
"deploy": "cd dist && git add --all && git reset -- stats && git commit -m \"new version\" && git push origin gh-pages"
|
|
},
|
|
"author": "Teoxoy",
|
|
"license": "MIT",
|
|
"browserslist": [
|
|
"> 5%",
|
|
"last 3 versions"
|
|
],
|
|
"dependencies": {
|
|
"@pixi/filter-adjustment": "^2.5.0",
|
|
"ajv": "^6.5.2",
|
|
"gown": "^0.1.6",
|
|
"immutable": "^3.8.2",
|
|
"keyboardjs": "^2.4.1",
|
|
"normalize.css": "^8.0.0",
|
|
"pixi.js": "^4.8.1"
|
|
},
|
|
"devDependencies": {
|
|
"@babel/core": "^7.0.0-beta.55",
|
|
"@babel/preset-env": "^7.0.0-beta.55",
|
|
"@types/keyboardjs": "^2.2.31",
|
|
"@types/pixi.js": "^4.8.0",
|
|
"babel-loader": "^8.0.0-beta.4",
|
|
"clean-webpack-plugin": "^0.1.19",
|
|
"copy-webpack-plugin": "^4.5.2",
|
|
"css-loader": "^1.0.0",
|
|
"extract-text-webpack-plugin": "^4.0.0-beta.0",
|
|
"fork-ts-checker-webpack-plugin": "^0.4.4",
|
|
"fs-extra": "^7.0.0",
|
|
"html-webpack-plugin": "3.2.0",
|
|
"jimp": "^0.3.1",
|
|
"lua2js": "git+https://github.com/Teoxoy/lua2js.git",
|
|
"node-sprite-generator": "^0.10.2",
|
|
"optimize-css-assets-webpack-plugin": "^5.0.0",
|
|
"ts-loader": "^4.4.2",
|
|
"tslint": "^5.11.0",
|
|
"typescript": "^3.0.1",
|
|
"webapp-webpack-plugin": "^1.3.1",
|
|
"webpack": "^4.16.4",
|
|
"webpack-bundle-analyzer": "^2.13.1",
|
|
"webpack-cli": "^3.1.0",
|
|
"webpack-closure-compiler": "^2.1.6",
|
|
"webpack-dev-server": "^3.1.5",
|
|
"webpack-merge": "^4.1.4",
|
|
"webpack-visualizer-plugin": "^0.1.11"
|
|
}
|
|
}
|