blob: 7f29cc2a66b0cd85c44e9ae775db4259523271de [file] [log] [blame]
Samuel Shuert016ea022021-09-01 16:17:24 -05001{
pineafanaa9c4fd2022-06-10 19:58:10 +01002 "name": "clicks",
Samuel Shuert016ea022021-09-01 16:17:24 -05003 "version": "0.1.0",
4 "private": true,
5 "scripts": {
pineafanaa9c4fd2022-06-10 19:58:10 +01006 "dev": "NODE_OPTIONS=--openssl-legacy-provider next dev",
pineafanff3d4522022-05-06 19:51:02 +01007 "build": "ANALYZE=true NODE_OPTIONS=--openssl-legacy-provider NODE_ENV=production next build",
Samuel Shuert016ea022021-09-01 16:17:24 -05008 "start": "next start",
9 "lint": "next lint"
10 },
11 "dependencies": {
pineafan46270162022-02-13 12:06:17 +000012 "@emotion/is-prop-valid": "^1.1.1",
pineafanff3d4522022-05-06 19:51:02 +010013 "@next/bundle-analyzer": "^12.1.6",
pineafan78727452021-11-04 21:25:07 +000014 "@svgr/webpack": "^5.5.0",
Samuel Shuert835c71f2021-09-03 15:49:26 -050015 "axios": "^0.21.1",
pineafandf39fd42021-09-04 16:05:27 +010016 "js-cookie": "^3.0.1",
17 "js-cookies": "^1.0.4",
Samuel Shuert835c71f2021-09-03 15:49:26 -050018 "mongodb": "^4.1.1",
dependabot[bot]c930f722022-05-06 19:06:58 +000019 "next": "12.1.0",
pineafandf39fd42021-09-04 16:05:27 +010020 "next-redux-wrapper": "^7.0.4",
pineafanff3d4522022-05-06 19:51:02 +010021 "react": "^18.1.0",
22 "react-dom": "^18.1.0",
pineafane0283a82022-02-13 10:05:56 +000023 "react-fade-in": "^2.0.1",
pineafan46270162022-02-13 12:06:17 +000024 "react-fast-marquee": "^1.3.1",
pineafandf39fd42021-09-04 16:05:27 +010025 "react-hcaptcha": "^0.1.1",
pineafane0283a82022-02-13 10:05:56 +000026 "react-in-viewport": "^1.0.0-alpha.20",
pineafanff3d4522022-05-06 19:51:02 +010027 "react-indiana-drag-scroll": "^2.1.0",
pineafandf39fd42021-09-04 16:05:27 +010028 "react-redux": "^7.2.4",
pineafanff3d4522022-05-06 19:51:02 +010029 "react-rewards": "^2.0.3",
pineafane0283a82022-02-13 10:05:56 +000030 "react-tiny-popover": "^7.0.1",
pineafandf39fd42021-09-04 16:05:27 +010031 "redux": "^4.1.1",
pineafan69adcb82021-11-03 21:29:03 +000032 "redux-thunk": "^2.3.0",
pineafanaa9c4fd2022-06-10 19:58:10 +010033 "theme-ui": "^0.12.0"
Samuel Shuert016ea022021-09-01 16:17:24 -050034 },
35 "devDependencies": {
36 "eslint": "7.32.0",
37 "eslint-config-next": "11.1.2"
38 }
39}