blob: 02e0023094cf2ad01310c3fb7753ef2675930b8c [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",
22 "react-redux": "^7.2.4",
23 "redux": "^4.1.1",
pineafan69adcb82021-11-03 21:29:03 +000024 "redux-thunk": "^2.3.0",
25 "theme-ui": "^0.12.0"
Samuel Shuert016ea022021-09-01 16:17:24 -050026 },
27 "devDependencies": {
28 "eslint": "7.32.0",
29 "eslint-config-next": "11.1.2"
30 }
31}