-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
30 lines (30 loc) · 746 Bytes
/
package.json
File metadata and controls
30 lines (30 loc) · 746 Bytes
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
{
"name": "workflow-crm",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start"
},
"dependencies": {
"@tailwindcss/aspect-ratio": "^0.2.0",
"@tailwindcss/forms": "^0.2.1",
"@tailwindcss/typography": "^0.3.1",
"autoprefixer": "^10.2.1",
"date-fns": "^2.16.1",
"firebase": "^8.2.2",
"firebase-admin": "^9.4.2",
"next": "10.0.5",
"nextjs-progressbar": "^0.0.7",
"nookies": "^2.5.0",
"nprogress": "^0.2.0",
"postcss": "^8.2.3",
"react": "17.0.1",
"react-dom": "17.0.1",
"react-hook-form": "^6.14.1",
"react-icons": "^4.1.0",
"react-toast-notifications": "^2.4.0",
"tailwindcss": "^2.0.2"
}
}