-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
87 lines (87 loc) · 2.72 KB
/
package.json
File metadata and controls
87 lines (87 loc) · 2.72 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
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
{
"name": "mango-butter-fe",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite --mode development",
"build": "vite build",
"build:prod": "vite build --mode production",
"build:test": "vite build --mode test",
"build:dev": "vite build --mode development",
"start": "vite preview",
"preview": "vite preview --mode production",
"lint": "eslint .",
"storybook": "storybook dev -p 6006",
"build-storybook": "storybook build"
},
"dependencies": {
"@hookform/resolvers": "^5.0.1",
"@lottiefiles/react-lottie-player": "^3.6.0",
"@tosspayments/tosspayments-sdk": "^2.3.5",
"axios": "^1.8.4",
"chart.js": "^4.4.9",
"chartjs-plugin-datalabels": "^2.2.0",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"crypto-js": "^4.2.0",
"date-fns": "^4.1.0",
"dayjs": "^1.11.13",
"firebase": "^11.8.1",
"framer-motion": "^12.9.1",
"html5-qrcode": "^2.3.8",
"lodash.isequal": "^4.5.0",
"lucide-react": "^0.511.0",
"qrcode.react": "^4.2.0",
"react": "^19.0.0",
"react-calendar": "^5.1.0",
"react-chartjs-2": "^5.3.0",
"react-daum-postcode": "^3.2.0",
"react-dom": "^19.0.0",
"react-dropzone": "^14.3.8",
"react-hook-form": "^7.55.0",
"react-intersection-observer": "^9.16.0",
"react-ios-pwa-prompt": "^2.0.6",
"react-router-dom": "^7.3.0",
"react-signature-canvas": "1.1.0-alpha.2",
"react-toastify": "^11.0.5",
"sweetalert2": "^11.22.0",
"sweetalert2-react-content": "^5.1.0",
"tailwind-merge": "^3.2.0",
"zod": "^3.24.2",
"zustand": "^5.0.3"
},
"devDependencies": {
"@eslint/js": "^9.21.0",
"@storybook/addon-essentials": "^8.6.14",
"@storybook/addon-interactions": "^8.6.14",
"@storybook/react": "^8.6.14",
"@storybook/react-vite": "^8.6.14",
"@types/chart.js": "^4.0.1",
"@types/lodash.isequal": "^4.5.8",
"@types/node": "^22.15.21",
"@types/react": "^19.1.0",
"@types/react-dom": "^19.0.4",
"@types/react-router-dom": "^5.3.3",
"@typescript-eslint/eslint-plugin": "^8.26.1",
"@typescript-eslint/parser": "^8.26.1",
"@vitejs/plugin-react-swc": "^3.8.0",
"autoprefixer": "^10.4.21",
"eslint": "^9.22.0",
"eslint-config-prettier": "^10.1.1",
"eslint-plugin-jsx-a11y": "^6.10.2",
"eslint-plugin-prettier": "^5.2.3",
"eslint-plugin-react": "^7.37.4",
"eslint-plugin-react-hooks": "^5.2.0",
"eslint-plugin-react-refresh": "^0.4.19",
"globals": "^15.15.0",
"postcss": "^8.5.3",
"prettier": "^3.5.3",
"storybook": "^8.6.14",
"tailwindcss": "^3.4.17",
"typescript": "~5.7.2",
"typescript-eslint": "^8.24.1",
"vite": "^6.2.0",
"vite-plugin-pwa": "^0.21.2"
}
}