1
0
mirror of https://github.com/teoxoy/factorio-blueprint-editor.git synced 2025-02-19 19:00:11 +02:00

47 lines
1.3 KiB
JSON
Raw Normal View History

2018-03-29 07:54:56 +02:00
{
"name": "factorio-blueprint-editor",
"version": "0.1.0",
"description": "",
"main": "index.js",
"scripts": {
"start": "parcel src/index.html --no-hmr",
2018-09-15 23:32:49 +02:00
"prebuild": "rimraf dist/*",
2018-09-15 23:41:08 +02:00
"build": "parcel build src/index.html --public-url ./",
2018-08-03 19:10:59 +02:00
"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"
2018-03-29 07:54:56 +02:00
},
"author": "Teoxoy",
"license": "MIT",
"browserslist": [
2018-09-14 20:51:34 +02:00
"last 2 Chrome versions",
"last 2 Firefox versions",
"last 2 Safari versions",
"last 2 Edge versions"
2018-03-29 07:54:56 +02:00
],
"dependencies": {
"@pixi/filter-adjustment": "^2.5.0",
2018-08-03 21:04:39 +02:00
"ajv": "^6.5.2",
"factorio-data": "git+https://github.com/Teoxoy/factorio-data.git",
2018-03-29 07:54:56 +02:00
"gown": "^0.1.6",
"immutable": "^3.8.2",
"keyboardjs": "^2.4.1",
"normalize.css": "^8.0.0",
"pako": "^1.0.6",
"pixi.js": "^4.8.1"
2018-03-29 07:54:56 +02:00
},
"devDependencies": {
"@types/keyboardjs": "^2.2.31",
"@types/pako": "^1.0.0",
2018-08-03 19:51:33 +02:00
"@types/pixi.js": "^4.8.0",
2018-09-14 20:51:34 +02:00
"cpx": "^1.5.0",
2018-08-03 21:04:39 +02:00
"fs-extra": "^7.0.0",
2018-08-03 19:27:41 +02:00
"jimp": "^0.3.1",
"lua2js": "git+https://github.com/Teoxoy/lua2js.git",
2018-03-29 07:54:56 +02:00
"node-sprite-generator": "^0.10.2",
2018-09-14 20:51:34 +02:00
"parcel-bundler": "^1.9.7",
"rimraf": "^2.6.2",
2018-08-03 21:04:39 +02:00
"tslint": "^5.11.0",
2018-09-14 20:51:34 +02:00
"typescript": "^3.0.1"
2018-03-29 07:54:56 +02:00
}
}