-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
48 lines (48 loc) · 1.49 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
{
"name": "pds-3-14",
"version": "1.1.5",
"description": "Point Design System 3분류 14팀 라이브러리 ( 업데이트 1.1.5 : 타입 수정 및 Time Picker 추가 업데이트 2023.08.11 )",
"main": "dist/src/lib/index.js",
"module": "dist/src/lib/index.js",
"types": "dist/src/lib/index.d.ts",
"private": false,
"author": {
"name" : "3-14-Ketotop",
"email" : "yedol1@naver.com",
"url" : "https://github.com/pie-sfac/3-14-ketotop/"
},
"scripts": {
"dev": "vite",
"build": "vite build && tsc ",
"lint": "eslint src --ext ts,tsx --report-unused-disable-directives --max-warnings 0",
"preview": "vite preview"
},
"dependencies": {
"@types/react-datepicker": "^4.15.0",
"date-fns": "^2.30.0",
"pretendard": "^1.3.8",
"react": "^18.2.0",
"react-datepicker": "^4.16.0",
"react-dom": "^18.2.0",
"roboto-fontface": "^0.10.0",
"styled-components": "^6.0.4",
"swiper": "^10.1.0"
},
"devDependencies": {
"@types/react": "^18.2.14",
"@types/react-dom": "^18.2.6",
"@types/styled-components": "^5.1.26",
"@typescript-eslint/eslint-plugin": "^5.62.0",
"@typescript-eslint/parser": "^5.62.0",
"@vitejs/plugin-react": "^4.0.1",
"eslint": "^8.45.0",
"eslint-plugin-prettier": "^5.0.0",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-react-refresh": "^0.4.1",
"prettier": "^3.0.0",
"typescript": "^5.0.2",
"vite": "^4.4.7",
"vite-tsconfig-paths": "^4.2.0"
},
"license": "MIT"
}