-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
37 lines (37 loc) · 879 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": "biofidelicx-quiz",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@vercel/analytics": "^0.1.4",
"emailjs-com": "^3.2.0",
"firebase": "^9.15.0",
"graphql": "^16.6.0",
"graphql-request": "^5.0.0",
"js-cookie": "^3.0.1",
"moment": "^2.29.4",
"next": "^12.2",
"react": "18.2.0",
"react-countdown": "^2.3.3",
"react-dom": "18.2.0",
"react-firebase-hooks": "^5.1.1",
"react-helmet": "^6.1.0",
"react-hook-form": "^7.41.1",
"react-toastify": "^9.1.1",
"sass": "^1.52.3",
"swiper": "^8.2.6",
"tailwindcss": "^3.1.3"
},
"devDependencies": {
"autoprefixer": "^10.4.7",
"eslint": "8.17.0",
"eslint-config-next": "12.1.6",
"postcss": "^8.4.14"
}
}