{ "name": "slate", "description": "", "author": "slate", "version": "1.0.0", "license": "MIT", "engines": { "node": "14.7.0" }, "scripts": { "dev": "NODE_TLS_REJECT_UNAUTHORIZED=0 node . --unhandled-rejections=strict --max-old-space-size=8192", "start": "NODE_ENV=production node . --unhandled-rejections=strict --max-old-space-size=8192", "build": "NODE_ENV=production next build", "build-system": "rollup -c", "scripts": "NODE_TLS_REJECT_UNAUTHORIZED=0 node --max-old-space-size=8192 ./scripts", "www-setup-database": "NODE_TLS_REJECT_UNAUTHORIZED=0 node ./scripts setup-database", "www-seed-database": "NODE_TLS_REJECT_UNAUTHORIZED=0 node ./scripts seed-database", "www-adjust-database": "NODE_TLS_REJECT_UNAUTHORIZED=0 node ./scripts adjust" }, "repository": "filecoin-project/slate", "dependencies": { "@babel/core": "^7.12.10", "@babel/preset-env": "^7.12.11", "@babel/register": "^7.12.10", "@emotion/babel-preset-css-prop": "11.0.0", "@emotion/react": "11.1.4", "@glif/filecoin-number": "^1.1.0-beta.17", "@slack/webhook": "^6.0.0", "@textile/hub": "^5.2.0", "babel-plugin-module-resolver": "^4.1.0", "bcrypt": "^5.0.0", "blurhash": "^1.1.3", "body-parser": "^1.19.0", "compression": "^1.7.4", "cors": "^2.8.5", "dotenv": "^8.2.0", "express": "^4.17.1", "express-rate-limit": "^5.2.3", "file-saver": "^2.0.5", "fs-extra": "^9.1.0", "heic2any": "0.0.3", "isomorphic-fetch": "^3.0.0", "jsonwebtoken": "^8.5.1", "jszip": "^3.5.0", "knex": "^0.21.16", "minisearch": "^3.0.2", "moment": "^2.29.1", "morgan": "^1.10.0", "next": "^10.0.5", "pg": "^8.5.1", "prismjs": "^1.23.0", "react": "^17.0.1", "react-blurhash": "github:zeroxme/react-blurhash#master", "react-dom": "^17.0.1", "react-draggable": "^4.4.3", "remark-emoji": "^2.1.0", "remark-gfm": "^1.0.0", "remark-linkify-regex": "^1.0.0", "remark-parse": "^9.0.0", "remark-react": "^8.0.0", "three": "^0.108.0", "unified": "^9.2.0", "universal-cookie": "^4.0.4", "uuid": "^8.3.2", "ws": "^7.4.2" }, "devDependencies": { "@babel/plugin-proposal-optional-chaining": "^7.12.7", "@rollup/plugin-babel": "^5.2.1", "@rollup/plugin-commonjs": "^16.0.0", "@rollup/plugin-json": "^4.1.0", "@rollup/plugin-node-resolve": "^10.0.0", "rollup": "^2.33.3", "rollup-plugin-terser": "^7.0.2", "rollup-plugin-visualizer": "^4.2.0" } }