-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
65 lines (65 loc) · 1.87 KB
/
Copy pathpackage.json
File metadata and controls
65 lines (65 loc) · 1.87 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
{
"name": "gwangju-talent-festival-client",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"postbuild": "next-sitemap",
"test": "vitest",
"test:run": "vitest run",
"test:coverage": "vitest run --coverage"
},
"dependencies": {
"@dnd-kit/core": "^6.3.1",
"@dnd-kit/sortable": "^10.0.0",
"@dnd-kit/utilities": "^3.2.2",
"@tanstack/react-query": "^5.74.4",
"@tsparticles/preset-confetti": "^3.2.0",
"@tsparticles/preset-fire": "^3.2.0",
"@tsparticles/preset-fireworks": "^3.2.0",
"@tsparticles/react": "^3.0.0",
"@types/nodemailer": "^8.0.0",
"@vercel/analytics": "^2.0.1",
"axios": "^1.12.0",
"canvas-confetti": "^1.9.3",
"clsx": "^2.1.1",
"next": "15.5.9",
"next-sitemap": "^4.2.3",
"nextjs-google-analytics": "^2.3.7",
"nodemailer": "^8.0.10",
"react": "19.0.0",
"react-confetti": "^6.4.0",
"react-day-picker": "^9.14.0",
"react-dom": "19.0.0",
"react-intersection-observer": "^9.16.0",
"react-tsparticles": "^2.12.2",
"sonner": "^2.0.3",
"tailwind-merge": "^3.2.0",
"zod": "^3.24.3"
},
"devDependencies": {
"@eslint/eslintrc": "^3",
"@testing-library/jest-dom": "^6.9.1",
"@testing-library/react": "^16.3.2",
"@testing-library/user-event": "^14.6.1",
"@types/canvas-confetti": "^1.9.0",
"@types/node": "^20",
"@types/react": "^19",
"@types/react-dom": "^19",
"@vitejs/plugin-react": "^6.0.1",
"@vitest/coverage-istanbul": "^4.1.3",
"@vitest/coverage-v8": "^4.1.3",
"autoprefixer": "^10.4.21",
"eslint": "^9",
"eslint-config-next": "15.3.0",
"jsdom": "^29.0.2",
"prettier": "^3.6.2",
"prettier-plugin-tailwindcss": "^0.6.14",
"tailwindcss": "^3.4.1",
"typescript": "^5",
"vitest": "^4.1.3"
}
}