-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
85 lines (85 loc) · 2.6 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
{
"name": "amazing3-fe",
"version": "0.1.0",
"private": true,
"scripts": {
"prepare": "husky install",
"preinstall": "husky install",
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"lint:fix": "eslint 'src/**/*.{js,jsx,ts,tsx}' --fix",
"storybook": "storybook dev -p 6006",
"build-storybook": "storybook build",
"test": "TZ=UTC jest"
},
"dependencies": {
"@radix-ui/react-icons": "^1.3.0",
"@radix-ui/react-portal": "^1.0.4",
"@radix-ui/react-tabs": "^1.0.4",
"@sentry/nextjs": "^7.105.0",
"@sentry/utils": "^7.105.0",
"@svgr/webpack": "^8.1.0",
"@tanstack/react-query": "^5.8.4",
"@toss/use-overlay": "^1.3.8",
"@vercel/analytics": "^1.1.1",
"@vercel/speed-insights": "^1.0.2",
"class-variance-authority": "^0.7.0",
"framer-motion": "^10.17.9",
"jotai": "^2.6.0",
"js-cookie": "^3.0.5",
"lottie-web": "^5.12.2",
"modern-screenshot": "^4.4.37",
"next": "14.0.2",
"react": "^18",
"react-dom": "^18",
"react-hook-form": "^7.49.2",
"react-spring-bottom-sheet": "3.5.0-alpha.0",
"swiper": "^11.0.5"
},
"devDependencies": {
"@hookform/devtools": "^4.3.1",
"@storybook/addon-essentials": "7.5.3",
"@storybook/addon-interactions": "7.5.3",
"@storybook/addon-links": "7.5.3",
"@storybook/addon-onboarding": "1.0.8",
"@storybook/blocks": "7.5.3",
"@storybook/nextjs": "7.5.3",
"@storybook/react": "7.5.3",
"@storybook/testing-library": "0.2.2",
"@tanstack/eslint-plugin-query": "^5.8.4",
"@tanstack/react-query-devtools": "^5.8.8",
"@types/jest": "^29.5.11",
"@types/js-cookie": "^3",
"@types/node": "^20",
"@types/react": "^18",
"@types/react-dom": "^18",
"@typescript-eslint/eslint-plugin": "^6.10.0",
"@typescript-eslint/parser": "^6.10.0",
"autoprefixer": "^10.0.1",
"axios": "^1.6.2",
"chromatic": "^10.0.0",
"eslint": "^8",
"eslint-config-next": "14.0.2",
"eslint-config-prettier": "^9.0.0",
"eslint-plugin-import": "^2.29.0",
"eslint-plugin-jsx-a11y": "^6.8.0",
"eslint-plugin-prettier": "^5.0.1",
"eslint-plugin-simple-import-sort": "^10.0.0",
"eslint-plugin-storybook": "^0.6.15",
"eslint-plugin-unused-imports": "^3.0.0",
"husky": "^8.0.3",
"jest": "^29.7.0",
"lint-staged": "^15.0.2",
"postcss": "^8",
"prettier": "^3.1.0",
"prettier-plugin-tailwindcss": "^0.5.7",
"storybook": "7.5.3",
"tailwindcss": "^3.3.0",
"ts-jest": "^29.1.1",
"typescript": "^5",
"webpack": "^5.89.0"
},
"packageManager": "yarn@4.0.1"
}