-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
49 lines (49 loc) · 1.27 KB
/
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
42
43
44
45
46
47
48
49
{
"name": "bc13_final-project_front-end-frugal-fanatics",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"test": "jest",
"cypress": "cypress open"
},
"dependencies": {
"@headlessui/react": "^1.7.7",
"@heroicons/react": "^2.0.13",
"@next/font": "^13.1.1",
"@supabase/auth-helpers-nextjs": "^0.5.2",
"@supabase/auth-helpers-react": "^0.3.1",
"@supabase/auth-ui-react": "^0.2.6",
"@supabase/supabase-js": "^2.4.0",
"@testing-library/jest-dom": "^5.16.5",
"@testing-library/react": "^13.4.0",
"chart.js": "^4.1.2",
"clsx": "^1.2.1",
"eslint": "8.31.0",
"eslint-config-next": "13.1.1",
"jest-environment-jsdom": "^29.4.1",
"next": "13.1.1",
"next-fonts": "^1.5.1",
"react": "18.2.0",
"react-chartjs-2": "^5.2.0",
"react-confetti": "^6.1.0",
"react-dom": "18.2.0",
"react-donut-chart": "^1.3.3",
"react-modal": "^3.16.1",
"react-step-progress-bar": "^1.0.3"
},
"devDependencies": {
"@tailwindcss/forms": "^0.5.3",
"autoprefixer": "^10.4.13",
"cypress": "^12.4.1",
"jest": "^29.4.1",
"postcss": "^8.4.21",
"prettier": "^2.8.2",
"prettier-plugin-tailwindcss": "^0.2.1",
"tailwind-filter-utilities": "^2.0.0",
"tailwindcss": "^3.2.4"
}
}