-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
62 lines (62 loc) · 1.72 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
50
51
52
53
54
55
56
57
58
59
60
61
62
{
"name": "money-bridge",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start -p 8080",
"lint": "next lint"
},
"dependencies": {
"@builder.io/partytown": "^0.8.0",
"@ckeditor/ckeditor5-build-classic": "^39.0.0",
"@ckeditor/ckeditor5-font": "^39.0.1",
"@ckeditor/ckeditor5-react": "^6.1.0",
"@hookform/resolvers": "^3.1.0",
"@tanstack/react-query": "^4.29.12",
"@tanstack/react-query-devtools": "^4.29.12",
"@types/lodash": "^4.14.195",
"@types/node": "20.2.5",
"@types/react": "18.2.8",
"@types/react-dom": "18.2.4",
"antd": "^5.5.2",
"autoprefixer": "^10.4.14",
"axios": "^1.4.0",
"chart.js": "^4.3.0",
"dayjs": "^1.11.8",
"eslint-config-next": "^13.4.4",
"lodash": "^4.17.21",
"moment": "^2.29.4",
"next": "13.4.4",
"postcss": "^8.4.24",
"react": "18.2.0",
"react-chartjs-2": "^5.2.0",
"react-cookie": "^4.1.1",
"react-dom": "18.2.0",
"react-hook-form": "^7.44.3",
"react-icons": "^4.10.1",
"react-kakao-maps-sdk": "^1.1.9",
"react-spinners": "^0.13.8",
"react-time-picker": "^6.2.0",
"sharp": "^0.32.1",
"tailwindcss": "^3.3.2",
"typescript": "5.1.3",
"uuid": "^9.0.0",
"yup": "^1.2.0",
"zustand": "^4.3.8"
},
"devDependencies": {
"@next/eslint-plugin-next": "^13.4.4",
"@types/moment": "^2.13.0",
"@types/react-chartjs-2": "^2.5.7",
"@types/react-query": "^1.2.9",
"@types/react-time-picker": "^6.0.0",
"@types/uuid": "^9.0.2",
"@types/yup": "^0.32.0",
"eslint": "^8.42.0",
"eslint-config-prettier": "^8.8.0",
"prettier": "^2.8.8",
"prettier-plugin-tailwindcss": "^0.3.0"
}
}