mirror of
https://github.com/teoxoy/factorio-blueprint-editor.git
synced 2025-01-16 02:33:23 +02:00
46 lines
1.3 KiB
JSON
46 lines
1.3 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 --public-url ./",
|
|
"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",
|
|
"factorio-data": "git+https://github.com/Teoxoy/factorio-data.git",
|
|
"file-saver": "^1.3.8",
|
|
"gown": "^0.1.6",
|
|
"immutable": "^4.0.0-rc.10",
|
|
"keyboardjs": "^2.4.1",
|
|
"normalize.css": "^8.0.0",
|
|
"pako": "^1.0.6",
|
|
"pixi.js": "^4.8.1"
|
|
},
|
|
"devDependencies": {
|
|
"@types/file-saver": "^1.3.0",
|
|
"@types/keyboardjs": "^2.2.31",
|
|
"@types/pako": "^1.0.0",
|
|
"@types/pixi.js": "^4.8.0",
|
|
"cpx": "^1.5.0",
|
|
"parcel-bundler": "^1.9.7",
|
|
"rimraf": "^2.6.2",
|
|
"stylus": "^0.54.5",
|
|
"tslint": "^5.11.0",
|
|
"typescript": "^3.0.3"
|
|
}
|
|
}
|