-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
69 lines (69 loc) · 1.92 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
{
"name": "ieum-todo",
"version": "0.1.0",
"private": true,
"type": "module",
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"test": "vitest",
"cy:open": "wait-on http://localhost:3000/ && cypress open",
"cy:run": "npm-run-all --parallel dev cy:open"
},
"dependencies": {
"@hookform/resolvers": "^3.9.0",
"@sentry/nextjs": "^8.34.0",
"@tanstack/react-query": "^5.59.9",
"@testing-library/react": "^16.0.1",
"@vercel/speed-insights": "^1.0.12",
"@vitejs/plugin-react": "^4.3.2",
"@vitest/eslint-plugin": "^1.1.7",
"animejs": "^3.2.2",
"axios": "^1.7.7",
"framer-motion": "^11.11.0",
"js-cookie": "^3.0.5",
"next": "14.2.14",
"prettier": "^3.3.3",
"quill": "^2.0.2",
"react": "^18",
"react-dom": "^18",
"react-hook-form": "^7.53.0",
"react-icons": "^5.3.0",
"react-intersection-observer": "^9.13.1",
"react-lottie-player": "^2.1.0",
"react-toastify": "^10.0.6",
"sharp": "^0.33.5",
"zod": "^3.23.8",
"zustand": "^5.0.0-rc.2"
},
"devDependencies": {
"@testing-library/jest-dom": "^6.5.0",
"@types/animejs": "^3.1.12",
"@types/js-cookie": "^3.0.6",
"@types/node": "^20",
"@types/react": "^18",
"@types/react-dom": "^18",
"@types/testing-library__react": "^10.0.1",
"@vitest/browser": "^2.1.2",
"@vitest/coverage-v8": "^2.1.2",
"@vitest/ui": "^2.1.2",
"cypress": "^13.15.0",
"eslint": "^8.57.1",
"eslint-config-next": "14.2.14",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-import": "^2.31.0",
"jsdom": "^25.0.1",
"npm-run-all": "^4.1.5",
"postcss": "^8",
"prettier-plugin-tailwindcss": "^0.6.8",
"tailwindcss": "^3.4.1",
"typescript": "^5",
"vite": "^5.4.8",
"vite-plugin-eslint": "^1.8.1",
"vite-tsconfig-paths": "^5.0.1",
"vitest": "^2.1.2",
"wait-on": "^8.0.1"
}
}