-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
90 lines (90 loc) ยท 2.63 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
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
{
"name": "dnd-project-danverce",
"version": "0.1.0",
"private": true,
"scripts": {
"init-https": "sh init-https.sh",
"dev": "node server.js",
"build": "next build",
"start": "next start",
"lint": "next lint",
"postinstall": "husky install",
"storybook": "start-storybook -p 6006 -s ./public",
"build-storybook": "build-storybook -s public"
},
"dependencies": {
"@chakra-ui/react": "^2.4.9",
"@chakra-ui/styled-system": "^2.5.1",
"@chakra-ui/theme": "^2.2.4",
"@date-io/date-fns": "1.x",
"@emotion/react": "^11.10.5",
"@emotion/styled": "^11.10.5",
"@hookform/resolvers": "^2.9.10",
"@next/font": "13.1.2",
"@tailwindcss/line-clamp": "^0.4.2",
"@tanstack/react-query": "^4.22.4",
"@tanstack/react-query-devtools": "^4.22.4",
"@types/node": "18.11.18",
"@types/react": "18.0.26",
"@types/react-datepicker": "^4.8.0",
"@types/react-dom": "18.0.10",
"@typescript-eslint/eslint-plugin": "^5.48.1",
"axios": "^1.2.2",
"date-fns": "next",
"dayjs": "^1.11.7",
"eslint": "8.32.0",
"eslint-config-next": "13.1.2",
"eslint-config-prettier": "^8.6.0",
"framer-motion": "^9.0.1",
"lottie-web": "^5.10.2",
"msw": "^0.49.2",
"next": "13.1.2",
"next-cookies": "^2.0.3",
"prettier-plugin-tailwindcss": "^0.2.1",
"react": "18.2.0",
"react-cookie": "^4.1.1",
"react-datepicker": "^4.10.0",
"react-dom": "18.2.0",
"react-hook-form": "^7.42.1",
"recoil": "^0.7.6",
"swiper": "^9.0.5",
"typescript": "4.9.4",
"yup": "^0.32.11"
},
"devDependencies": {
"@babel/core": "^7.20.12",
"@chakra-ui/storybook-addon": "^4.0.16",
"@storybook/addon-actions": "^6.5.15",
"@storybook/addon-essentials": "^6.5.15",
"@storybook/addon-interactions": "^6.5.15",
"@storybook/addon-links": "^6.5.15",
"@storybook/addon-postcss": "^2.0.0",
"@storybook/builder-webpack5": "^6.5.15",
"@storybook/manager-webpack5": "^6.5.15",
"@storybook/react": "^6.5.15",
"@storybook/testing-library": "^0.0.13",
"@typescript-eslint/parser": "^5.49.0",
"autoprefixer": "^10.4.13",
"babel-loader": "^8.3.0",
"eslint-import-resolver-typescript": "^3.5.3",
"eslint-plugin-import": "^2.27.4",
"eslint-plugin-storybook": "^0.6.10",
"husky": "^8.0.3",
"lint-staged": "^13.1.0",
"postcss": "^8.4.21",
"prettier": "^2.8.3",
"sb": "^6.5.15",
"tailwindcss": "^3.2.4",
"util": "^0.12.5"
},
"lint-staged": {
"*.{ts,tsx}": [
"prettier --write",
"eslint --fix"
]
},
"packageManager": "[email protected]",
"msw": {
"workerDirectory": "public"
}
}