forked from woorifisa-projects-3rd/Quostomize-FE
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
43 lines (43 loc) · 1.07 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
{
"name": "quostomize-fe",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@emotion/react": "^11.13.3",
"@emotion/styled": "^11.13.0",
"@floating-ui/react": "^0.26.28",
"@headlessui/react": "^2.2.0",
"@mui/material": "^6.1.7",
"canvas-confetti": "^1.9.3",
"chart.js": "^4.4.6",
"chartjs-plugin-datalabels": "^2.2.0",
"gsap": "^3.12.5",
"js-cookie": "^3.0.5",
"lottie-web": "^5.12.2",
"lucide-react": "^0.460.0",
"material-icons": "^1.13.12",
"next": "15.0.2",
"next-auth": "^5.0.0-beta.25",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-icons": "^5.3.0",
"react-intersection-observer": "^9.13.1",
"react-slot-counter": "^3.0.1",
"uuid": "^11.0.3"
},
"devDependencies": {
"@svgr/webpack": "^8.1.0",
"@types/node": "22.8.7",
"@types/react": "18.3.12",
"cypress": "^13.16.1",
"postcss": "^8",
"tailwindcss": "^3.4.1",
"typescript": "5.6.3"
}
}