metaforecast/package.json

117 lines
3.6 KiB
JSON
Raw Permalink 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": [
"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",
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",
"dbshell": ". .env && psql $DIGITALOCEAN_POSTGRES"
2022-03-16 21:02:34 +00:00
},
2021-01-12 12:43:41 +00:00
"dependencies": {
2022-05-07 20:12:31 +00:00
"@floating-ui/react-dom": "^0.7.0",
2022-04-13 22:07:57 +00:00
"@graphql-yoga/node": "^2.1.0",
"@pothos/core": "^3.5.1",
"@pothos/plugin-prisma": "^3.4.0",
"@pothos/plugin-relay": "^3.10.0",
2022-04-05 20:38:40 +00:00
"@prisma/client": "^3.11.1",
"@quri/squiggle-lang": "^0.2.8",
2022-03-16 21:02:34 +00:00
"@tailwindcss/forms": "^0.4.0",
"@tailwindcss/typography": "^0.5.1",
2022-05-09 19:27:51 +00:00
"@types/chroma-js": "^2.1.3",
"@types/dom-to-image": "^2.6.4",
"@types/google-spreadsheet": "^3.2.1",
2022-04-07 00:02:35 +00:00
"@types/jsdom": "^16.2.14",
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",
"@types/react-copy-to-clipboard": "^5.0.2",
2022-05-09 19:27:51 +00:00
"@types/textversionjs": "^1.1.1",
"@types/tunnel": "^0.0.3",
2022-03-16 21:02:34 +00:00
"airtable": "^0.11.1",
"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",
"date-fns": "^2.28.0",
2022-03-16 21:02:34 +00:00
"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",
"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",
"https": "^1.0.0",
"isomorphic-fetch": "^3.0.0",
2022-04-07 00:02:35 +00:00
"jsdom": "^19.0.0",
2021-01-12 12:43:41 +00:00
"json2csv": "^5.0.5",
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",
"next-urql": "^3.3.2",
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",
"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",
2022-03-27 22:22:28 +00:00
"prisma": "^3.11.1",
2022-03-16 21:02:34 +00:00
"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-is": "^18.0.0",
2022-03-16 21:02:34 +00:00
"react-markdown": "^8.0.0",
"react-safe": "^1.3.0",
"react-select": "^5.2.2",
"remark-gfm": "^3.0.1",
"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",
"tunnel": "^0.0.6",
"urql": "^2.2.0",
2022-04-27 19:51:00 +00:00
"urql-custom-scalars-exchange": "^0.1.5",
"victory": "^36.3.2"
2022-03-16 21:02:34 +00:00
},
"devDependencies": {
2022-04-13 22:07:57 +00:00
"@graphql-codegen/cli": "^2.6.2",
"@graphql-codegen/introspection": "^2.1.1",
"@graphql-codegen/near-operation-file-preset": "^2.2.9",
2022-04-13 22:07:57 +00:00
"@graphql-codegen/schema-ast": "^2.4.1",
"@graphql-codegen/typed-document-node": "^2.2.8",
2022-04-13 22:07:57 +00:00
"@graphql-codegen/typescript": "^2.4.8",
"@graphql-codegen/typescript-operations": "^2.3.5",
2022-03-16 21:02:34 +00:00
"@netlify/plugin-nextjs": "^4.2.4",
"@svgr/cli": "^6.2.1",
2022-04-07 00:02:35 +00:00
"@types/pg": "^8.6.5",
"netlify-cli": "^9.13.6"
2021-01-12 12:43:41 +00:00
}
}