forked from sessac-3rd-team-A/FE
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
45 lines (45 loc) · 1.08 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
{
"name": "ah-hew",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@amcharts/amcharts4": "^4.10.38",
"@amcharts/amcharts5": "^5.6.2",
"@faker-js/faker": "^8.3.1",
"animate.css": "^4.1.1",
"axios": "^1.6.2",
"chart.js": "^4.4.1",
"clsx": "^2.0.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-prettier": "^5.0.1",
"include-media": "^2.0.0",
"moment": "^2.29.4",
"next": "14.0.4",
"react": "^18",
"react-calendar": "^4.7.0",
"react-chartjs-2": "^5.2.0",
"react-dom": "^18",
"react-hook-form": "^7.49.2",
"react-icons": "^4.12.0",
"react-use": "^17.4.2",
"recoil": "^0.7.7",
"recoil-persist": "^5.1.0",
"sass": "^1.69.5",
"sharp": "^0.33.1"
},
"devDependencies": {
"@types/node": "^20",
"@types/react": "^18",
"@types/react-dom": "^18",
"eslint": "^8",
"eslint-config-airbnb": "^19.0.4",
"eslint-config-next": "14.0.4",
"typescript": "^5"
}
}