blob: c59f7bb63197deb17befad08c147f6652ad81826 [file] [log] [blame]
Samuel Shuert016ea022021-09-01 16:17:24 -05001{
2 "name": "clicksminutepernet",
3 "version": "0.1.0",
4 "private": true,
5 "scripts": {
6 "dev": "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",
Samuel Shuert016ea022021-09-01 16:17:24 -050019 "next": "11.1.2",
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",
23 "react-draggable": "^4.4.5",
pineafane0283a82022-02-13 10:05:56 +000024 "react-fade-in": "^2.0.1",
pineafan46270162022-02-13 12:06:17 +000025 "react-fast-marquee": "^1.3.1",
pineafandf39fd42021-09-04 16:05:27 +010026 "react-hcaptcha": "^0.1.1",
pineafane0283a82022-02-13 10:05:56 +000027 "react-in-viewport": "^1.0.0-alpha.20",
pineafanff3d4522022-05-06 19:51:02 +010028 "react-indiana-drag-scroll": "^2.1.0",
pineafandf39fd42021-09-04 16:05:27 +010029 "react-redux": "^7.2.4",
pineafanff3d4522022-05-06 19:51:02 +010030 "react-rewards": "^2.0.3",
pineafane0283a82022-02-13 10:05:56 +000031 "react-tiny-popover": "^7.0.1",
pineafanff3d4522022-05-06 19:51:02 +010032 "react-use-draggable-scroll": "^0.4.2",
pineafandf39fd42021-09-04 16:05:27 +010033 "redux": "^4.1.1",
pineafan69adcb82021-11-03 21:29:03 +000034 "redux-thunk": "^2.3.0",
pineafanff3d4522022-05-06 19:51:02 +010035 "theme-ui": "^0.12.0",
36 "use-draggable-scroll": "^0.1.0"
Samuel Shuert016ea022021-09-01 16:17:24 -050037 },
38 "devDependencies": {
39 "eslint": "7.32.0",
40 "eslint-config-next": "11.1.2"
41 }
42}