2017-10-26 19:00:52 +02:00
|
|
|
{
|
2018-12-02 19:39:27 +01:00
|
|
|
"name": "Blockbench",
|
2021-09-23 21:35:36 +02:00
|
|
|
"description": "Low-poly modeling and animation software",
|
2021-11-28 11:18:59 +01:00
|
|
|
"version": "4.1.0-beta.0",
|
2020-07-16 09:32:59 +02:00
|
|
|
"license": "GPL-3.0-or-later",
|
2018-12-02 19:39:27 +01:00
|
|
|
"author": {
|
|
|
|
"name": "JannisX11",
|
|
|
|
"email": "info@blockbench.net"
|
|
|
|
},
|
2019-07-17 20:32:07 +02:00
|
|
|
"homepage": "https://blockbench.net",
|
2018-12-02 19:39:27 +01:00
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "https://github.com/JannisX11/blockbench"
|
|
|
|
},
|
|
|
|
"main": "main.js",
|
|
|
|
"build": {
|
2020-07-16 09:32:59 +02:00
|
|
|
"afterSign": "scripts/notarize.js",
|
2018-12-02 19:39:27 +01:00
|
|
|
"appId": "blockbench",
|
2019-01-02 15:04:45 +01:00
|
|
|
"productName": "Blockbench",
|
2021-06-24 11:13:19 +02:00
|
|
|
"artifactName": "${productName}_${version}.${ext}",
|
2020-07-16 09:32:59 +02:00
|
|
|
"publish": [
|
|
|
|
{
|
|
|
|
"provider": "github"
|
|
|
|
}
|
|
|
|
],
|
2018-12-02 19:39:27 +01:00
|
|
|
"mac": {
|
2021-06-24 11:13:19 +02:00
|
|
|
"target": {
|
2021-08-21 22:45:10 +02:00
|
|
|
"target": "default",
|
2021-06-24 11:13:19 +02:00
|
|
|
"arch": [
|
|
|
|
"arm64",
|
|
|
|
"x64"
|
|
|
|
]
|
|
|
|
},
|
2019-01-02 15:04:45 +01:00
|
|
|
"category": "macOS.application",
|
2020-07-16 09:32:59 +02:00
|
|
|
"hardenedRuntime": true,
|
|
|
|
"entitlements": "build/entitlements.mac.plist",
|
|
|
|
"entitlementsInherit": "build/entitlements.mac.plist"
|
2018-12-02 19:39:27 +01:00
|
|
|
},
|
|
|
|
"files": [
|
|
|
|
"assets/",
|
|
|
|
"build/",
|
|
|
|
"css/",
|
2021-02-09 22:26:52 +01:00
|
|
|
"js/",
|
|
|
|
"lib/",
|
2021-02-28 21:21:53 +01:00
|
|
|
"font/",
|
2018-12-02 19:39:27 +01:00
|
|
|
"main.js",
|
|
|
|
"index.html",
|
|
|
|
"package.json",
|
|
|
|
"favicon.png",
|
|
|
|
"icon.icns",
|
|
|
|
"icon.ico",
|
|
|
|
"icon.png"
|
|
|
|
],
|
|
|
|
"dmg": {
|
2021-06-24 11:13:19 +02:00
|
|
|
"artifactName": "${productName}_${arch}_${version}.${ext}",
|
2019-01-02 17:08:58 +01:00
|
|
|
"window": {
|
|
|
|
"x": 200,
|
|
|
|
"y": 100,
|
|
|
|
"width": 440,
|
2019-01-09 15:54:35 +01:00
|
|
|
"height": 220
|
2019-01-02 17:08:58 +01:00
|
|
|
},
|
2018-12-02 19:39:27 +01:00
|
|
|
"contents": [
|
|
|
|
{
|
|
|
|
"x": 130,
|
2019-01-02 17:08:58 +01:00
|
|
|
"y": 120
|
2018-12-02 19:39:27 +01:00
|
|
|
},
|
|
|
|
{
|
2019-01-02 17:08:58 +01:00
|
|
|
"x": 360,
|
|
|
|
"y": 120,
|
2018-12-02 19:39:27 +01:00
|
|
|
"type": "link",
|
|
|
|
"path": "/Applications"
|
|
|
|
}
|
|
|
|
]
|
|
|
|
},
|
|
|
|
"win": {
|
2021-06-24 11:13:19 +02:00
|
|
|
"target": "nsis"
|
2018-12-02 19:39:27 +01:00
|
|
|
},
|
|
|
|
"linux": {
|
2019-01-02 15:04:45 +01:00
|
|
|
"artifactName": "${productName}_${version}.${ext}",
|
2018-12-02 19:39:27 +01:00
|
|
|
"target": [
|
2019-07-17 18:02:07 +02:00
|
|
|
"deb",
|
2020-05-31 15:54:04 +02:00
|
|
|
"rpm",
|
|
|
|
"appImage"
|
2018-12-02 19:39:27 +01:00
|
|
|
],
|
2019-01-02 17:08:58 +01:00
|
|
|
"category": "3DGraphics"
|
2020-07-16 09:32:59 +02:00
|
|
|
},
|
|
|
|
"fileAssociations": [
|
|
|
|
{
|
|
|
|
"ext": "bbmodel",
|
|
|
|
"name": "Blockbench Project",
|
|
|
|
"role": "Editor"
|
|
|
|
}
|
|
|
|
]
|
2018-12-02 19:39:27 +01:00
|
|
|
},
|
|
|
|
"scripts": {
|
2021-02-09 22:26:52 +01:00
|
|
|
"bundle": "webpack --config webpack.config.js",
|
|
|
|
"bundle-watch": "webpack --config webpack.config.js --watch",
|
2020-04-25 20:25:07 +02:00
|
|
|
"dev": "electron .",
|
2020-07-16 09:32:59 +02:00
|
|
|
"dist": "electron-builder",
|
2020-07-16 21:50:08 +02:00
|
|
|
"beta": "electron-builder --windows portable",
|
2021-02-21 21:59:39 +01:00
|
|
|
"pwa": "node ./scripts/generate_pwa.js",
|
|
|
|
"prepublish": "npm run bundle && npm run pwa",
|
2020-07-16 21:50:08 +02:00
|
|
|
"webapp": "git checkout gh-pages && git merge master && git push && git checkout master"
|
2018-12-02 19:39:27 +01:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
2021-11-17 21:49:36 +01:00
|
|
|
"blockbench-types": "^4.0.0",
|
2021-10-09 16:44:11 +03:00
|
|
|
"electron": "^14.1.1",
|
2021-11-17 22:10:33 +01:00
|
|
|
"electron-builder": "^22.11.11",
|
2021-02-09 22:26:52 +01:00
|
|
|
"electron-notarize": "^1.0.0",
|
|
|
|
"webpack": "^5.21.2",
|
2021-02-21 21:59:39 +01:00
|
|
|
"webpack-cli": "^4.5.0",
|
2021-11-27 14:55:06 +01:00
|
|
|
"workbox-build": "^6.4.1"
|
2020-07-16 09:32:59 +02:00
|
|
|
},
|
|
|
|
"dependencies": {
|
2021-10-09 16:44:11 +03:00
|
|
|
"@electron/remote": "^2.0.1",
|
2021-05-05 20:19:48 +02:00
|
|
|
"electron-color-picker": "^0.2.0",
|
2020-07-16 09:32:59 +02:00
|
|
|
"electron-updater": "^4.3.1"
|
2018-12-02 19:39:27 +01:00
|
|
|
}
|
2017-10-26 19:00:52 +02:00
|
|
|
}
|