metaforecast/package.json

89 lines
2.5 KiB
JSON
Raw Normal View History

2021-01-12 12:43:41 +00:00
{
"name": "metaforecasts",
2021-08-13 18:40:55 +00:00
"version": "1.0.0",
2021-01-12 12:43:41 +00:00
"description": "Get forecasts from various platforms",
"repository": {
"type": "git",
"url": "git+https://github.com/QURIresearch/metaforecasts.git"
},
"keywords": [
"forecasts",
"predictions"
],
"author": "Nuño Sempere",
"license": "MIT",
"bugs": {
"url": "https://github.com/QURIresearch/metaforecasts/"
},
"homepage": "https://github.com/QURIresearch/metaforecasts#readme",
2022-03-16 21:02:34 +00:00
"scripts": {
2022-03-25 23:51:11 +00:00
"cli": "ts-node src/backend/index.ts",
2022-03-16 21:02:34 +00:00
"reload": "heroku run:detached node src/backend/utils/doEverythingForScheduler.js",
"setCookies": "./src/backend/utils/setCookies.sh",
"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",
"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",
"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",
2021-01-12 12:43:41 +00:00
"json2csv": "^5.0.5",
"mongodb": "^3.6.6",
2022-03-16 21:02:34 +00:00
"multiselect-react-dropdown": "^2.0.17",
"next": "12",
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",
"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",
"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",
"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-23 22:08:04 +00:00
"netlify-cli": "^9.13.4",
2022-03-16 21:02:34 +00:00
"netlify-plugin-cache-nextjs": "^1.6.1",
"ts-node": "^10.7.0"
2021-01-12 12:43:41 +00:00
}
}