metaforecast/package.json

125 lines
3.8 KiB
JSON
Raw Normal View History

2021-01-12 12:43:41 +00:00
{
2022-03-26 21:33:13 +00:00
"name": "metaforecast",
"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": [
2022-10-28 23:12:53 +00:00
"forecasts",
"predictions"
2021-01-12 12:43:41 +00:00
],
"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",
2022-04-18 22:30:15 +00:00
"build": "prisma generate && next build",
2022-03-16 21:02:34 +00:00
"next-start": "next start",
2022-03-24 17:24:04 +00:00
"next-export": "next export",
2023-01-05 17:24:26 +00:00
"dbshell": ". .env && psql $DIGITALOCEAN_POSTGRES",
"upgrade-interactive": "yarn upgrade-interactive --latest"
2022-03-16 21:02:34 +00:00
},
2021-01-12 12:43:41 +00:00
"dependencies": {
2022-10-21 11:41:02 +00:00
"@floating-ui/react-dom": "^0.7.2",
2022-11-29 09:10:30 +00:00
"@graphql-yoga/plugin-response-cache": "^1.1.0",
2022-10-21 11:41:02 +00:00
"@pothos/core": "^3.22.8",
"@pothos/plugin-prisma": "^3.35.6",
"@pothos/plugin-relay": "^3.28.6",
"@prisma/client": "^3.15.2",
2022-11-29 09:10:30 +00:00
"@quri/squiggle-lang": "^0.5.1",
2022-10-21 11:41:02 +00:00
"@tailwindcss/forms": "^0.4.1",
"@tailwindcss/typography": "^0.5.7",
"@types/chroma-js": "^2.1.4",
"@types/dom-to-image": "^2.6.4",
2022-10-21 11:41:02 +00:00
"@types/google-spreadsheet": "^3.3.0",
"@types/jsdom": "^16.2.15",
2022-03-26 11:23:38 +00:00
"@types/nprogress": "^0.2.0",
2022-10-28 23:12:53 +00:00
"@types/react": "<18.0.0",
2022-10-21 11:41:02 +00:00
"@types/react-copy-to-clipboard": "^5.0.4",
2022-05-09 19:27:51 +00:00
"@types/textversionjs": "^1.1.1",
"@types/tunnel": "^0.0.3",
2022-10-21 11:41:02 +00:00
"airtable": "^0.11.5",
"ajv": "^8.11.0",
2022-10-21 11:41:02 +00:00
"algoliasearch": "^4.14.2",
"autoprefixer": "10.4.5",
2022-11-29 09:10:30 +00:00
"axios": "^1.2.0",
2022-03-16 21:02:34 +00:00
"chroma-js": "^2.4.2",
"critters": "^0.0.16",
2022-10-21 11:41:02 +00:00
"date-fns": "^2.29.3",
2022-03-16 21:02:34 +00:00
"dom-to-image": "^2.6.0",
2022-10-21 11:41:02 +00:00
"dotenv": "^16.0.3",
2022-03-16 21:02:34 +00:00
"fetch": "^1.1.0",
2021-01-12 12:43:41 +00:00
"fs": "^0.0.1-security",
2022-10-21 11:41:02 +00:00
"fuse.js": "^6.6.2",
"google-spreadsheet": "^3.3.0",
"graphql": "^16.6.0",
2022-11-29 09:10:30 +00:00
"graphql-request": "^5.0.0",
2022-11-09 21:36:19 +00:00
"graphql-yoga": "^3.0.0-next.10",
2022-10-21 11:41:02 +00:00
"html-to-image": "^1.10.8",
"https": "^1.0.0",
"isomorphic-fetch": "^3.0.0",
2022-04-07 00:02:35 +00:00
"jsdom": "^19.0.0",
2022-10-21 11:41:02 +00:00
"json2csv": "^5.0.7",
"multiselect-react-dropdown": "^2.0.25",
"next": "^12.3.1",
"next-plausible": "^3.6.3",
"next-urql": "^3.3.3",
2022-03-26 11:23:38 +00:00
"nprogress": "^0.2.0",
2022-10-21 11:41:02 +00:00
"open": "^7.4.2",
"papaparse": "^5.3.2",
"pg": "^8.8.0",
"postcss": "^8.4.18",
2022-03-16 21:02:34 +00:00
"postcss-flexbugs-fixes": "^5.0.2",
2022-10-21 11:41:02 +00:00
"postcss-preset-env": "^7.8.2",
"prisma": "^3.15.2",
2022-03-16 21:02:34 +00:00
"query-string": "^7.1.1",
"re-resizable": "^6.9.9",
2022-03-16 21:02:34 +00:00
"react": "^17.0.2",
"react-component-export-image": "^1.0.6",
2022-10-21 11:41:02 +00:00
"react-compound-slider": "^3.4.0",
"react-copy-to-clipboard": "^5.1.0",
2022-03-16 21:02:34 +00:00
"react-dom": "^17.0.2",
2022-10-21 11:41:02 +00:00
"react-dropdown": "^1.11.0",
"react-hook-form": "^7.38.0",
"react-icons": "^4.6.0",
"react-is": "^18.2.0",
"react-markdown": "^8.0.3",
2022-03-16 21:02:34 +00:00
"react-safe": "^1.3.0",
2022-10-21 11:41:02 +00:00
"react-select": "^5.5.4",
2022-03-16 21:02:34 +00:00
"remark-gfm": "^3.0.1",
2022-10-21 11:41:02 +00:00
"tabletojson": "^2.0.7",
"tailwindcss": "^3.2.0",
2022-02-04 21:39:36 +00:00
"textversionjs": "^1.1.3",
2022-10-21 11:41:02 +00:00
"ts-node": "^10.9.1",
"tunnel": "^0.0.6",
2022-10-21 11:41:02 +00:00
"urql": "^2.2.3",
"urql-custom-scalars-exchange": "^0.1.6",
"victory": "^36.6.8"
2022-03-16 21:02:34 +00:00
},
"resolutions": {
"@types/react": "<18.0.0"
},
2022-03-16 21:02:34 +00:00
"devDependencies": {
2022-10-21 11:41:02 +00:00
"@graphql-codegen/cli": "^2.13.7",
"@graphql-codegen/introspection": "^2.2.1",
"@graphql-codegen/near-operation-file-preset": "^2.4.3",
"@graphql-codegen/schema-ast": "^2.5.1",
"@graphql-codegen/typed-document-node": "^2.3.5",
"@graphql-codegen/typescript": "^2.7.5",
"@graphql-codegen/typescript-operations": "^2.5.5",
"@svgr/cli": "^6.5.0",
2022-04-07 00:02:35 +00:00
"@types/pg": "^8.6.5",
"eslint": "^8.25.0",
2022-10-25 11:24:52 +00:00
"eslint-config-next": "^12.3.1",
2022-11-29 09:10:30 +00:00
"typescript": "4.9.3"
2021-01-12 12:43:41 +00:00
}
}