2020-02-19 09:30:47 +03:00
|
|
|
{
|
2020-07-01 03:38:23 +03:00
|
|
|
"name": "slate",
|
2020-07-02 07:54:44 +03:00
|
|
|
"description": "",
|
|
|
|
"author": "slate",
|
2020-09-06 01:05:04 +03:00
|
|
|
"version": "1.0.0",
|
2020-08-19 09:18:37 +03:00
|
|
|
"license": "MIT",
|
2020-08-07 03:05:06 +03:00
|
|
|
"engines": {
|
2020-08-07 03:06:15 +03:00
|
|
|
"node": "14.7.0"
|
2020-08-07 03:05:06 +03:00
|
|
|
},
|
2020-04-09 00:29:13 +03:00
|
|
|
"scripts": {
|
2020-10-05 08:39:02 +03:00
|
|
|
"dev": "NODE_TLS_REJECT_UNAUTHORIZED=0 node . --unhandled-rejections=strict --max-old-space-size=2048",
|
|
|
|
"start": "NODE_ENV=production node . --unhandled-rejections=strict --max-old-space-size=2048",
|
2020-07-10 19:36:25 +03:00
|
|
|
"build-delete": "rm -rf .next && rm -rf dist/mac",
|
2020-07-23 03:07:54 +03:00
|
|
|
"build": "NODE_ENV=production next build",
|
2020-07-10 06:20:05 +03:00
|
|
|
"build-system": "rollup -c",
|
2020-08-03 00:09:55 +03:00
|
|
|
"electron-dev": "NODE_ENV=development electron ./electron/main.js ",
|
|
|
|
"electron-prod": "NODE_ENV=production next build && electron-builder --dir",
|
2020-07-27 01:37:12 +03:00
|
|
|
"scripts": "NODE_TLS_REJECT_UNAUTHORIZED=0 node ./scripts",
|
2020-07-17 09:05:58 +03:00
|
|
|
"www-setup-database": "NODE_TLS_REJECT_UNAUTHORIZED=0 node ./scripts setup-database",
|
2020-09-16 11:40:03 +03:00
|
|
|
"www-seed-database": "NODE_TLS_REJECT_UNAUTHORIZED=0 node ./scripts seed-database"
|
2020-07-02 07:54:44 +03:00
|
|
|
},
|
|
|
|
"build": {
|
|
|
|
"appId": "com.slate",
|
|
|
|
"productName": "slate",
|
|
|
|
"mac": {
|
|
|
|
"icon": " build/icon.icns",
|
|
|
|
"asar": "false"
|
2020-07-09 02:44:42 +03:00
|
|
|
},
|
|
|
|
"extraMetadata": {
|
|
|
|
"main": "./electron/main.js"
|
2020-07-02 07:54:44 +03:00
|
|
|
}
|
2020-04-09 00:29:13 +03:00
|
|
|
},
|
2020-08-19 10:18:29 +03:00
|
|
|
"repository": "filecoin-project/slate",
|
2020-04-09 00:29:13 +03:00
|
|
|
"dependencies": {
|
2020-08-30 23:14:56 +03:00
|
|
|
"@babel/plugin-transform-runtime": "^7.11.0",
|
|
|
|
"@babel/preset-env": "^7.11.0",
|
|
|
|
"@babel/register": "^7.10.5",
|
|
|
|
"@babel/runtime": "^7.11.2",
|
2020-04-09 00:29:13 +03:00
|
|
|
"@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",
|
2020-09-09 20:56:35 +03:00
|
|
|
"@improbable-eng/grpc-web": "^0.13.0",
|
2020-09-23 01:01:36 +03:00
|
|
|
"@openworklabs/filecoin-number": "0.0.10",
|
2020-08-17 03:28:41 +03:00
|
|
|
"@react-hook/window-size": "^3.0.7",
|
2020-09-11 06:28:23 +03:00
|
|
|
"@slack/webhook": "^5.0.3",
|
2020-09-09 20:56:35 +03:00
|
|
|
"@textile/grpc-transport": "0.0.3",
|
2020-10-09 03:40:26 +03:00
|
|
|
"@textile/hub": "^1.1.1",
|
|
|
|
"abort-controller": "^3.0.0",
|
2020-04-09 00:29:13 +03:00
|
|
|
"babel-plugin-module-resolver": "^4.0.0",
|
2020-07-17 13:24:20 +03:00
|
|
|
"bcrypt": "^5.0.0",
|
2020-04-09 00:29:13 +03:00
|
|
|
"body-parser": "^1.19.0",
|
2020-08-16 12:23:02 +03:00
|
|
|
"busboy": "^0.3.1",
|
2020-04-09 00:29:13 +03:00
|
|
|
"compression": "^1.7.4",
|
2020-08-18 01:07:31 +03:00
|
|
|
"cors": "^2.8.5",
|
2020-04-09 00:29:13 +03:00
|
|
|
"dotenv": "^8.2.0",
|
|
|
|
"express": "^4.17.1",
|
2020-08-17 03:28:41 +03:00
|
|
|
"framer": "^1.2.5",
|
2020-08-14 18:53:09 +03:00
|
|
|
"framer-motion": "^2.4.2",
|
2020-06-17 12:40:23 +03:00
|
|
|
"fs-extra": "^9.0.1",
|
2020-08-17 08:15:56 +03:00
|
|
|
"heic2any": "0.0.3",
|
2020-04-09 00:29:13 +03:00
|
|
|
"isomorphic-fetch": "^2.2.1",
|
2020-07-17 13:24:20 +03:00
|
|
|
"jsonwebtoken": "^8.5.1",
|
2020-08-30 23:14:56 +03:00
|
|
|
"knex": "^0.21.5",
|
2020-08-25 02:24:29 +03:00
|
|
|
"minisearch": "^2.5.1",
|
2020-06-22 14:34:00 +03:00
|
|
|
"moment": "^2.27.0",
|
2020-10-08 03:51:49 +03:00
|
|
|
"morgan": "^1.10.0",
|
2020-10-09 03:40:26 +03:00
|
|
|
"next": "^9.5.4",
|
2020-08-30 23:14:56 +03:00
|
|
|
"pg": "^8.3.3",
|
2020-07-15 06:54:46 +03:00
|
|
|
"prismjs": "^1.20.0",
|
2020-08-30 23:14:56 +03:00
|
|
|
"react": "^16.13.1",
|
2020-08-30 23:15:26 +03:00
|
|
|
"react-dom": "^16.13.1",
|
2020-07-04 05:59:28 +03:00
|
|
|
"react-draggable": "^4.4.3",
|
2020-08-22 20:30:03 +03:00
|
|
|
"react-grid-layout": "^1.0.0",
|
2020-08-30 23:14:56 +03:00
|
|
|
"regenerator-runtime": "^0.13.7",
|
2020-06-09 21:00:36 +03:00
|
|
|
"three": "^0.108.0",
|
2020-07-21 14:36:50 +03:00
|
|
|
"universal-cookie": "^4.0.3",
|
2020-07-17 13:24:20 +03:00
|
|
|
"uuid": "^8.0.0"
|
2020-07-02 09:38:39 +03:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
2020-07-15 06:54:46 +03:00
|
|
|
"@rollup/plugin-json": "^4.1.0",
|
2020-07-03 18:32:36 +03:00
|
|
|
"@rollup/plugin-node-resolve": "^8.1.0",
|
2020-07-02 07:54:44 +03:00
|
|
|
"electron": "^9.0.5",
|
2020-07-03 18:32:36 +03:00
|
|
|
"electron-builder": "^22.7.0",
|
|
|
|
"rollup": "^2.18.1",
|
|
|
|
"rollup-plugin-babel": "^4.4.0",
|
|
|
|
"rollup-plugin-commonjs": "^10.1.0",
|
2020-07-09 05:56:22 +03:00
|
|
|
"rollup-plugin-terser": "^6.1.0"
|
2020-04-09 00:29:13 +03:00
|
|
|
}
|
2020-02-19 09:30:47 +03:00
|
|
|
}
|