-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
41 lines (41 loc) · 1010 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
{
"private": true,
"scripts": {
"dev": "next dev",
"auth-dev": "next dev -p 80",
"build": "next build",
"start": "next start"
},
"dependencies": {
"@aws-sdk/client-mturk": "^3.41.0",
"@netlify/esbuild": "^0.14.25",
"crypto": "^1.0.1",
"daisyui": "^2.47.0",
"elo-rating": "^1.0.1",
"firebase": "^9.4.1",
"firebase-admin": "^10.0.0",
"got": "^12.0.1",
"iron-session": "^6.0.3",
"ky": "^0.28.6",
"ky-universal": "^0.9.1",
"lodash": "^4.17.21",
"next": "^12.0.10",
"react": "^17.0.2",
"react-countdown": "^2.3.5",
"react-dom": "^17.0.2",
"react-icons": "^4.3.1",
"react-paginate": "^8.1.3",
"react-select": "^5.2.1",
"react-table": "^7.8.0",
"xml2js": "^0.4.23"
},
"devDependencies": {
"@netlify/plugin-nextjs": "^4.29.3",
"autoprefixer": "^10.2.6",
"dotenv": "^16.0.0",
"eslint": "7.32.0",
"eslint-config-next": "11.1.2",
"postcss": "^8.3.5",
"tailwindcss": "^2.2.4"
}
}