-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
86 lines (86 loc) · 2.53 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
{
"name": "ziggle-fe",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"storybook": "storybook dev -p 6006",
"build-storybook": "storybook build"
},
"dependencies": {
"@amplitude/analytics-browser": "^2.11.9",
"@next/third-parties": "^15.0.3",
"@tinymce/tinymce-react": "^4.3.0",
"@toss/use-overlay": "^1.4.0",
"@vercel/og": "^0.5.17",
"accept-language": "^3.0.18",
"axios": "^1.5.1",
"copy-webpack-plugin": "^11.0.0",
"dayjs": "^1.11.10",
"i18next": "^23.5.1",
"i18next-browser-languagedetector": "^7.1.0",
"i18next-resources-to-backend": "^1.1.4",
"isomorphic-dompurify": "^1.9.0",
"jsdom": "^22.1.0",
"lottie-react": "^2.4.0",
"next": "14.2.3",
"next-auth": "^4.24.7",
"next-themes": "^0.4.3",
"react": "^18",
"react-calendar": "^4.6.1",
"react-clock": "^4.5.1",
"react-date-picker": "^11.0.0",
"react-datetime-picker": "^5.5.3",
"react-dom": "^18",
"react-i18next": "^13.2.2",
"react-loading-skeleton": "^3.3.1",
"react-responsive": "^9.0.2",
"react-responsive-masonry": "^2.1.7",
"react-toastify": "^9.1.3",
"server-only": "^0.0.1",
"sweetalert2": "^11.7.31",
"swr": "^2.2.5",
"tinymce": "^6.8.3"
},
"devDependencies": {
"@storybook/addon-essentials": "^8.1.2",
"@storybook/addon-interactions": "^8.1.2",
"@storybook/addon-links": "^8.1.2",
"@storybook/addon-postcss": "^2.0.0",
"@storybook/blocks": "^8.1.2",
"@storybook/nextjs": "^8.1.2",
"@storybook/react": "^8.1.2",
"@svgr/webpack": "^8.1.0",
"@types/debug": "^4",
"@types/jsdom": "^21.1.3",
"@types/node": "^20",
"@types/prop-types": "^15",
"@types/react": "^18",
"@types/react-dom": "^18",
"@types/react-responsive-masonry": "^2.1.1",
"autoprefixer": "latest",
"debug": "^4.3.4",
"eslint": "^8",
"eslint-config-next": "14.2.3",
"eslint-config-prettier": "^9.0.0",
"eslint-plugin-prettier": "^5.0.1",
"eslint-plugin-simple-import-sort": "^10.0.0",
"eslint-plugin-storybook": "^0.8.0",
"http-proxy-middleware": "^2.0.6",
"node-fetch": "2",
"postcss": "^8",
"prettier": "^3.1.0",
"prettier-plugin-tailwindcss": "^0.5.7",
"prop-types": "^15.8.1",
"react-cookie": "^6.1.1",
"storybook": "^8.1.2",
"tailwind-scrollbar": "^3.0.5",
"tailwindcss": "^3.4.1",
"typescript": "^5",
"webpack": "^5.88.2"
},
"packageManager": "[email protected]"
}