forked from likelion-frontend-lecture/final-project
-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
46 lines (46 loc) · 1.23 KB
/
package.json
File metadata and controls
46 lines (46 loc) · 1.23 KB
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
{
"name": "christmas",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@fortawesome/fontawesome-svg-core": "^6.4.2",
"@fortawesome/free-solid-svg-icons": "^6.4.2",
"@fortawesome/react-fontawesome": "^0.2.0",
"@supabase/auth-helpers-nextjs": "^0.8.7",
"@supabase/supabase-js": "^2.39.0",
"axios": "^1.6.2",
"chart.js": "^4.4.1",
"date-fns": "^2.30.0",
"lodash": "^4.17.21",
"next": "14.0.3",
"react": "^18",
"react-chartjs-2": "^5.2.0",
"react-datetime-picker": "^5.6.0",
"react-dom": "^18",
"react-github-calendar": "^4.0.6",
"react-spinners": "^0.13.8",
"react-tooltip": "^5.24.0",
"zustand": "^4.4.6",
"zustand-persist": "^0.4.0"
},
"devDependencies": {
"@faker-js/faker": "^8.3.1",
"@types/node": "^20",
"@types/react": "^18",
"@types/react-dom": "^18",
"eslint": "^8.54.0",
"eslint-config-next": "14.0.3",
"eslint-config-prettier": "^9.0.0",
"eslint-plugin-prettier": "^5.0.1",
"prettier": "3.1.0",
"sass": "^1.69.5",
"typescript": "^5",
"typescript-plugin-css-modules": "^5.0.2"
}
}