mirror of
https://github.com/teoxoy/factorio-blueprint-editor.git
synced 2025-01-18 02:58:31 +02:00
45 lines
1.2 KiB
JSON
45 lines
1.2 KiB
JSON
{
|
|
"name": "factorio-blueprint-editor",
|
|
"version": "0.1.0",
|
|
"description": "",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"start": "parcel src/index.html --no-hmr",
|
|
"prebuild": "rimraf dist/*",
|
|
"build": "parcel build src/index.html",
|
|
"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": [
|
|
"last 2 Chrome versions",
|
|
"last 2 Firefox versions",
|
|
"last 2 Safari versions",
|
|
"last 2 Edge 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",
|
|
"factorio-data": "git+https://github.com/Teoxoy/factorio-data.git"
|
|
},
|
|
"devDependencies": {
|
|
"@types/keyboardjs": "^2.2.31",
|
|
"@types/pixi.js": "^4.8.0",
|
|
"cpx": "^1.5.0",
|
|
"fs-extra": "^7.0.0",
|
|
"jimp": "^0.3.1",
|
|
"lua2js": "git+https://github.com/Teoxoy/lua2js.git",
|
|
"node-sprite-generator": "^0.10.2",
|
|
"parcel-bundler": "^1.9.7",
|
|
"rimraf": "^2.6.2",
|
|
"tslint": "^5.11.0",
|
|
"typescript": "^3.0.1"
|
|
}
|
|
}
|