2021-01-12 12:43:41 +00:00
|
|
|
{
|
2022-03-26 21:33:13 +00:00
|
|
|
"name": "metaforecast",
|
2022-03-27 14:44:33 +00:00
|
|
|
"version": "2.0.0",
|
2021-01-12 12:43:41 +00:00
|
|
|
"description": "Get forecasts from various platforms",
|
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
2022-03-26 21:33:13 +00:00
|
|
|
"url": "git+https://github.com/QURIresearch/metaforecast.git"
|
2021-01-12 12:43:41 +00:00
|
|
|
},
|
|
|
|
"keywords": [
|
|
|
|
"forecasts",
|
|
|
|
"predictions"
|
|
|
|
],
|
|
|
|
"author": "Nuño Sempere",
|
|
|
|
"license": "MIT",
|
|
|
|
"bugs": {
|
2022-03-26 21:33:13 +00:00
|
|
|
"url": "https://github.com/QURIresearch/metaforecast/"
|
2021-01-12 12:43:41 +00:00
|
|
|
},
|
2022-03-26 21:33:13 +00:00
|
|
|
"homepage": "https://github.com/QURIresearch/metaforecast#readme",
|
2022-03-16 21:02:34 +00:00
|
|
|
"scripts": {
|
2022-03-26 22:53:54 +00:00
|
|
|
"cli": "ts-node -T src/backend/index.ts",
|
2022-03-26 22:55:18 +00:00
|
|
|
"reload": "heroku run:detached ts-node -T src/backend/flow/doEverythingForScheduler.js",
|
|
|
|
"setCookies": "./src/backend/manual/setCookies.sh",
|
2022-03-16 21:02:34 +00:00
|
|
|
"next-dev": "next dev",
|
|
|
|
"next-build": "next build",
|
|
|
|
"next-start": "next start",
|
2022-03-24 17:24:04 +00:00
|
|
|
"next-export": "next export",
|
|
|
|
"dbshell": ". .env && psql $DIGITALOCEAN_POSTGRES"
|
2022-03-16 21:02:34 +00:00
|
|
|
},
|
2021-01-12 12:43:41 +00:00
|
|
|
"dependencies": {
|
2022-03-16 21:02:34 +00:00
|
|
|
"@tailwindcss/forms": "^0.4.0",
|
|
|
|
"@tailwindcss/typography": "^0.5.1",
|
2022-03-26 11:23:38 +00:00
|
|
|
"@types/nprogress": "^0.2.0",
|
2022-03-16 21:02:34 +00:00
|
|
|
"@types/react": "^17.0.39",
|
|
|
|
"airtable": "^0.11.1",
|
2021-08-08 13:24:56 +00:00
|
|
|
"algoliasearch": "^4.10.3",
|
2022-03-16 21:02:34 +00:00
|
|
|
"autoprefixer": "^10.1.0",
|
|
|
|
"axios": "^0.25.0",
|
|
|
|
"chroma-js": "^2.4.2",
|
|
|
|
"critters": "^0.0.16",
|
|
|
|
"dom-to-image": "^2.6.0",
|
|
|
|
"dotenv": "^16.0.0",
|
|
|
|
"fetch": "^1.1.0",
|
2021-01-12 12:43:41 +00:00
|
|
|
"fs": "^0.0.1-security",
|
2022-03-16 21:02:34 +00:00
|
|
|
"fuse.js": "^6.4.6",
|
2021-10-15 09:40:05 +00:00
|
|
|
"google-spreadsheet": "^3.1.15",
|
2022-03-16 21:02:34 +00:00
|
|
|
"graphql": "^16.3.0",
|
|
|
|
"graphql-request": "^4.0.0",
|
|
|
|
"html-to-image": "^1.7.0",
|
2021-03-13 16:43:11 +00:00
|
|
|
"https": "^1.0.0",
|
|
|
|
"isomorphic-fetch": "^3.0.0",
|
2021-01-12 12:43:41 +00:00
|
|
|
"json2csv": "^5.0.5",
|
2021-04-08 16:42:48 +00:00
|
|
|
"mongodb": "^3.6.6",
|
2022-03-16 21:02:34 +00:00
|
|
|
"multiselect-react-dropdown": "^2.0.17",
|
|
|
|
"next": "12",
|
2022-03-27 21:19:06 +00:00
|
|
|
"next-plausible": "^3.1.6",
|
2022-03-26 11:23:38 +00:00
|
|
|
"nprogress": "^0.2.0",
|
2021-01-12 12:43:41 +00:00
|
|
|
"open": "^7.3.1",
|
2021-02-03 17:35:38 +00:00
|
|
|
"papaparse": "^5.3.0",
|
2022-02-12 06:27:56 +00:00
|
|
|
"pg": "^8.7.3",
|
2022-03-16 21:02:34 +00:00
|
|
|
"postcss": "^8.2.1",
|
|
|
|
"postcss-flexbugs-fixes": "^5.0.2",
|
|
|
|
"postcss-preset-env": "^7.3.2",
|
|
|
|
"query-string": "^7.1.1",
|
|
|
|
"react": "^17.0.2",
|
|
|
|
"react-component-export-image": "^1.0.6",
|
|
|
|
"react-compound-slider": "^3.3.1",
|
|
|
|
"react-copy-to-clipboard": "^5.0.3",
|
|
|
|
"react-dom": "^17.0.2",
|
|
|
|
"react-dropdown": "^1.9.2",
|
|
|
|
"react-hook-form": "^7.27.0",
|
|
|
|
"react-icons": "^4.2.0",
|
|
|
|
"react-markdown": "^8.0.0",
|
|
|
|
"react-safe": "^1.3.0",
|
|
|
|
"react-select": "^5.2.2",
|
|
|
|
"remark-gfm": "^3.0.1",
|
|
|
|
"squiggle-experimental": "^0.1.9",
|
2021-02-18 16:12:55 +00:00
|
|
|
"tabletojson": "^2.0.4",
|
2022-03-16 21:02:34 +00:00
|
|
|
"tailwindcss": "^3.0.22",
|
2022-02-04 21:39:36 +00:00
|
|
|
"textversionjs": "^1.1.3",
|
2022-03-26 22:53:54 +00:00
|
|
|
"ts-node": "^10.7.0",
|
2022-02-04 21:39:36 +00:00
|
|
|
"tunnel": "^0.0.6"
|
2022-03-16 21:02:34 +00:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
|
|
|
"@netlify/plugin-nextjs": "^4.2.4",
|
|
|
|
"@svgr/cli": "^6.2.1",
|
2022-03-26 22:53:54 +00:00
|
|
|
"netlify-cli": "^9.13.4"
|
2021-01-12 12:43:41 +00:00
|
|
|
}
|
|
|
|
}
|