-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
98 lines (98 loc) Β· 2.98 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
91
92
93
94
95
96
97
98
{
"name": "13th-4team-client",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"prepare": "husky install",
"storybook": "storybook dev -p 6006",
"build-storybook": "storybook build",
"chromatic": "bash ./scripts/chromatic_publish.sh",
"test": "jest",
"test:all": "jest --watchAll",
"icon": "npx @svgr/cli --out-dir src/components/Icon --typescript --ignore-existing public/icons --no-index --jsx-runtime=automatic"
},
"dependencies": {
"@chakra-ui/react": "^2.6.1",
"@emotion/react": "^11.11.0",
"@emotion/styled": "^11.11.0",
"@hookform/resolvers": "2.9.10",
"@tanstack/react-query": "^4.29.5",
"@tanstack/react-query-devtools": "^4.29.6",
"@types/node": "20.1.0",
"@types/react": "18.2.5",
"@types/react-dom": "18.2.4",
"ai": "^2.1.28",
"autoprefixer": "^10.4.14",
"axios": "^1.4.0",
"classnames": "^2.3.2",
"cookies-next": "^2.1.1",
"dayjs": "^1.11.8",
"eslint": "8.40.0",
"eslint-config-next": "13.4.1",
"eslint-plugin-unused-imports": "^2.0.0",
"firebase": "^9.23.0",
"framer-motion": "^10.12.8",
"lodash": "^4.17.21",
"lottie-web": "^5.12.2",
"next": "13.4.1",
"openai-edge": "^1.2.2",
"postcss": "^8.4.24",
"react": "18.2.0",
"react-canvas-confetti": "^1.4.0",
"react-dom": "18.2.0",
"react-hook-form": "^7.44.3",
"sass": "^1.62.1",
"sharp": "^0.32.3",
"tailwind-merge": "^1.12.0",
"tailwind-scrollbar-hide": "^1.1.7",
"tailwindcss": "3.3.2",
"typescript": "5.0.4",
"yup": "^1.2.0",
"zustand": "^4.3.8"
},
"devDependencies": {
"@chakra-ui/storybook-addon": "^4.0.16",
"@hookform/devtools": "^4.3.1",
"@storybook/addon-essentials": "^7.0.9",
"@storybook/addon-interactions": "^7.0.9",
"@storybook/addon-links": "^7.0.9",
"@storybook/addon-styling": "^1.0.8",
"@storybook/blocks": "^7.0.9",
"@storybook/nextjs": "^7.0.9",
"@storybook/react": "^7.0.9",
"@storybook/testing-library": "^0.0.14-next.2",
"@svgr/webpack": "^8.0.1",
"@testing-library/dom": "^9.3.0",
"@testing-library/jest-dom": "^5.16.5",
"@testing-library/react": "^14.0.0",
"@testing-library/react-hooks": "^8.0.1",
"@testing-library/user-event": "^14.4.3",
"babel-jest": "^29.5.0",
"chromatic": "^6.17.4",
"encoding": "^0.1.13",
"eslint-config-prettier": "^8.8.0",
"eslint-plugin-prettier": "^4.2.1",
"eslint-plugin-simple-import-sort": "^10.0.0",
"eslint-plugin-storybook": "^0.6.12",
"husky": "^8.0.0",
"jest": "^29.5.0",
"jest-dom": "^4.0.0",
"jest-environment-jsdom": "^29.5.0",
"lint-staged": "^13.2.2",
"prettier": "^2.8.8",
"storybook": "^7.0.9",
"ts-jest": "^29.1.0"
},
"lint-staged": {
"*.{js,jsx,ts,tsx}": [
"prettier --write",
"eslint --fix"
]
},
"readme": "ERROR: No README data found!",
"_id": "[email protected]"
}