blob: 8f34773722f3dd5c04557a46b0b6d53f0a210355 [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",
7 "build": "next build",
8 "start": "next start",
9 "lint": "next lint"
10 },
11 "dependencies": {
pineafan78727452021-11-04 21:25:07 +000012 "@svgr/webpack": "^5.5.0",
Samuel Shuert835c71f2021-09-03 15:49:26 -050013 "axios": "^0.21.1",
pineafandf39fd42021-09-04 16:05:27 +010014 "js-cookie": "^3.0.1",
15 "js-cookies": "^1.0.4",
Samuel Shuert835c71f2021-09-03 15:49:26 -050016 "mongodb": "^4.1.1",
Samuel Shuert016ea022021-09-01 16:17:24 -050017 "next": "11.1.2",
pineafandf39fd42021-09-04 16:05:27 +010018 "next-redux-wrapper": "^7.0.4",
19 "react": "^17.0.2",
20 "react-dom": "^17.0.2",
21 "react-hcaptcha": "^0.1.1",
pineafan31d5d602021-11-13 21:10:30 +000022 "react-helmet": "^6.1.0",
pineafandf39fd42021-09-04 16:05:27 +010023 "react-redux": "^7.2.4",
24 "redux": "^4.1.1",
pineafan69adcb82021-11-03 21:29:03 +000025 "redux-thunk": "^2.3.0",
26 "theme-ui": "^0.12.0"
Samuel Shuert016ea022021-09-01 16:17:24 -050027 },
28 "devDependencies": {
29 "eslint": "7.32.0",
30 "eslint-config-next": "11.1.2"
31 }
32}