-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
37 lines (37 loc) · 897 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
{
"name": "fittree-web",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@headlessui/react": "^1.7.4",
"@heroicons/react": "^2.0.13",
"@reduxjs/toolkit": "^1.8.6",
"@sentry/react": "^7.12.1",
"@sentry/tracing": "^7.12.1",
"@svgr/webpack": "^6.3.1",
"amazon-cognito-identity-js": "^5.2.12",
"autoprefixer": "^10.4.12",
"aws-amplify": "^4.3.27",
"aws-sdk": "^2.1242.0",
"axios": "^1.1.3",
"next": "12.2.5",
"postcss": "^8.4.16",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-player": "^2.11.0",
"react-redux": "^8.0.4",
"react-use": "^17.4.0",
"tailwindcss": "^3.1.8",
"uuid": "^9.0.0"
},
"devDependencies": {
"eslint": "8.23.0",
"eslint-config-next": "12.2.5"
}
}