-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
38 lines (38 loc) · 964 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
{
"name": "fitness-time",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start"
},
"dependencies": {
"@fortawesome/fontawesome-free": "5.15.3",
"@headlessui/react": "^1.3.0",
"@heroicons/react": "^1.0.1",
"@notus-pro/react": "1.0.1",
"@popperjs/core": "2.9.2",
"@tailwindcss/forms": "0.3.2",
"@tailwindcss/jit": "^0.1.18",
"aos": "^2.3.4",
"autoprefixer": "^10.2.6",
"classnames": "2.3.1",
"date-fns": "^2.23.0",
"js-cookie": "^3.0.1",
"moment": "^2.29.1",
"next": "11.0.0",
"next-auth": "^3.27.0",
"next-seo": "^4.26.0",
"pg": "^8.6.0",
"postcss": "^8.3.5",
"prop-types": "15.7.2",
"react": "17.0.2",
"react-big-calendar": "^0.33.5",
"react-cookie-consent": "^6.2.4",
"react-dom": "17.0.2",
"react-router": "5.2.0",
"react-router-dom": "5.2.0",
"tailwindcss": "^2.2.4"
}
}