mirror of
https://github.com/filecoin-project/slate.git
synced 2024-11-24 06:45:59 +03:00
73 lines
2.0 KiB
JSON
73 lines
2.0 KiB
JSON
{
|
|
"name": "slate",
|
|
"description": "",
|
|
"author": "slate",
|
|
"version": "0.0.1",
|
|
"engines": {
|
|
"node": ">=11 <12"
|
|
},
|
|
"scripts": {
|
|
"dev": "node . --unhandled-rejections=strict",
|
|
"build": "next build",
|
|
"start": "NODE_ENV=production node . --unhandled-rejections=strict",
|
|
"electron": "electron ./electron/main.js ",
|
|
"electronPack": "electron-builder --dir",
|
|
"electronDist": "electron-builder"
|
|
},
|
|
"build": {
|
|
"appId": "com.slate",
|
|
"productName": "slate",
|
|
"mac": {
|
|
"icon": " build/icon.icns",
|
|
"asar": "false"
|
|
},
|
|
"extraMetadata": {
|
|
"main": "./electron/main.js"
|
|
}
|
|
},
|
|
"dependencies": {
|
|
"@babel/preset-env": "^7.10.4",
|
|
"@babel/register": "^7.10.4",
|
|
"@babel/runtime": "^7.10.4",
|
|
"@babel/plugin-transform-runtime": "^7.10.4",
|
|
"@emotion/babel-preset-css-prop": "^10.0.27",
|
|
"@emotion/cache": "11.0.0-next.12",
|
|
"@emotion/core": "^10.0.28",
|
|
"@emotion/css": "11.0.0-next.12",
|
|
"@emotion/react": "11.0.0-next.12",
|
|
"@emotion/server": "11.0.0-next.12",
|
|
"@textile/powergate-client": "0.1.0-beta.13",
|
|
"babel-plugin-module-resolver": "^4.0.0",
|
|
"body-parser": "^1.19.0",
|
|
"chart.js": "^2.9.3",
|
|
"chartkick": "^3.2.0",
|
|
"compression": "^1.7.4",
|
|
"dotenv": "^8.2.0",
|
|
"express": "^4.17.1",
|
|
"formidable": "^1.2.2",
|
|
"fs-extra": "^9.0.1",
|
|
"isomorphic-fetch": "^2.2.1",
|
|
"moment": "^2.27.0",
|
|
"next": "^9.4.4",
|
|
"react": "^16.12.0",
|
|
"react-dom": "^16.12.0",
|
|
"react-draggable": "^4.4.3",
|
|
"react-tippy": "^1.3.4",
|
|
"regenerator-runtime": "^0.13.5",
|
|
"three": "^0.108.0",
|
|
"uuid": "^8.0.0",
|
|
"ws": "^7.3.0"
|
|
},
|
|
"devDependencies": {
|
|
"@babel/plugin-transform-runtime": "^7.10.4",
|
|
"@babel/preset-env": "^7.10.4",
|
|
"@rollup/plugin-node-resolve": "^8.1.0",
|
|
"electron": "^9.0.5",
|
|
"electron-builder": "^22.7.0",
|
|
"rollup": "^2.18.1",
|
|
"rollup-plugin-babel": "^4.4.0",
|
|
"rollup-plugin-commonjs": "^10.1.0",
|
|
"rollup-plugin-terser": "^6.1.0"
|
|
}
|
|
}
|