forked from SharedOneErp/ERPre_v1.0
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
58 lines (58 loc) · 2.33 KB
/
Copy pathpackage.json
File metadata and controls
58 lines (58 loc) · 2.33 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
47
48
49
50
51
52
53
54
55
56
57
58
{
"comments": {
"dependencies": {
"process": "0905 cho - Node.js의 프로세스 정보 라이브러리",
"react": "0905 cho - React 라이브러리 (UI 라이브러리)",
"react-dom": "0905 han - React의 DOM 렌더링 관련 라이브러리",
"pg": "0906 han - PostgreSQL 데이터베이스 연결 라이브러리",
"body-parser": "0906 han - 요청 본문을 파싱하는 미들웨어",
"axios": "0909 cho - HTTP 요청을 보내기 위한 라이브러리",
"react-hook-form": "0910 sim - React에서 폼을 쉽게 관리하는 라이브러리",
"react-redux": "0910 sim - React에서 Redux를 사용하는 라이브러리",
"express": "0910 park - Node.js 웹 서버 프레임워크",
"date-fns": "0910 cho - 날짜 처리 및 포맷을 위한 라이브러리",
"react-router-dom": "0911 sim - React에서 라우팅을 위한 라이브러리",
"url": "0911 sim - URL 파싱 및 관리 라이브러리",
"date-fns-tz": "0911 cho - 시간대(Time Zone) 처리를 위한 확장",
"prop-types": "0918 sim - React 컴포넌트의 props 타입 체크 라이브러리",
"lodash": "0920 sim - 유틸리티 함수들이 포함된 라이브러리",
"chart.js": "0921 son - 차트 및 그래프 생성을 위한 라이브러리",
"react-chartjs-2": "0921 son - React에서 Chart.js를 사용하는 라이브러리"
}
},
"dependencies": {
"axios": "^1.7.7",
"body-parser": "^1.20.2",
"chart.js": "^4.4.4",
"console-browserify": "^1.2.0",
"date-fns": "^3.6.0",
"date-fns-tz": "^3.1.3",
"express": "^4.20.0",
"lodash": "^4.17.21",
"pg": "^8.12.0",
"process": "^0.11.10",
"prop-types": "^15.8.1",
"react": "^18.3.1",
"react-chartjs-2": "^5.2.0",
"react-dom": "^18.3.1",
"react-hook-form": "^7.53.0",
"react-redux": "^9.1.2",
"react-router-dom": "^6.26.1",
"url": "^0.11.4"
},
"devDependencies": {
"@babel/core": "^7.25.2",
"@babel/preset-env": "^7.25.4",
"@babel/preset-react": "^7.24.7",
"babel-loader": "^9.1.3",
"css-loader": "^7.1.2",
"file-loader": "^6.2.0",
"style-loader": "^4.0.0",
"webpack": "^5.94.0",
"webpack-cli": "^5.1.4"
},
"scripts": {
"start": "gradlew bootRun",
"watch": "node_modules\\.bin\\webpack --watch --devtool inline-source-map"
}
}