-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
68 lines (68 loc) · 2.02 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
{
"name": "nexca",
"version": "2.0.0",
"description": "Experience the power of an open-source CMS built with Next.js. Effortlessly manage content, streamline workflows, and connect with your audience—perfect for agencies, bloggers, and creators.",
"private": true,
"repository": {
"url": "git+https://github.com/homayunmmdy/Nexca.git"
},
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"test": "vitest",
"test:ui": "vitest --ui",
"coverage": "vitest run --coverage"
},
"dependencies": {
"@tanstack/react-query": "4.28",
"@tiptap/extension-character-count": "^2.9.1",
"@tiptap/extension-highlight": "^2.9.1",
"@tiptap/extension-image": "^2.9.1",
"@tiptap/extension-link": "^2.9.1",
"@tiptap/extension-underline": "^2.9.1",
"@tiptap/pm": "^2.9.1",
"@tiptap/react": "^2.9.1",
"@tiptap/starter-kit": "^2.9.1",
"@vitest/coverage-v8": "^1.2.2",
"axios": "^1.7.5",
"daisyui": "^4.12.10",
"framer-motion": "^11.11.11",
"isomorphic-dompurify": "^2.16.0",
"mongodb": "^6.8.0",
"mongoose": "^8.9.5",
"next": "^14.2.21",
"react": "^18",
"react-dom": "^18",
"react-error-boundary": "^4.1.2",
"react-hot-toast": "^2.4.1",
"react-icons": "^5.3.0",
"sharp": "^0.33.5",
"swiper": "^11.1.14",
"zod": "^3.24.1",
"zustand": "^5.0.1"
},
"author": "homayunmmdy",
"devDependencies": {
"@faker-js/faker": "^8.4.0",
"@mswjs/data": "^0.16.1",
"@testing-library/jest-dom": "^6.4.0",
"@testing-library/react": "^15.0.6",
"@testing-library/user-event": "^14.5.2",
"@types/node": "^20",
"@types/react": "^18",
"@types/react-dom": "^18",
"@vitejs/plugin-react": "^4.2.1",
"@vitest/ui": "^1.2.2",
"eslint": "^8",
"eslint-config-next": "14.2.6",
"jsdom": "^24.0.0",
"msw": "^2.1.6",
"postcss": "^8",
"resize-observer-polyfill": "^1.5.1",
"tailwindcss": "^3.4.1",
"typescript": "^5",
"vitest": "^1.2.2"
}
}