-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
85 lines (85 loc) · 2.36 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
{
"name": "quixy",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev --turbopack",
"build": "next build",
"postbuild": "next-sitemap --config next-sitemap.config.js",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@reduxjs/toolkit": "^1.9.7",
"@tinymce/tinymce-react": "^5.1.1",
"@types/express": "^4.17.21",
"@types/moment": "^2.13.0",
"@types/node": "20.6.0",
"@types/react": "19.1.0",
"@types/react-dom": "19.1.1",
"autoprefixer": "10.4.15",
"completions": "^2.9.1",
"draft-convert": "^2.1.13",
"draft-js": "^0.11.7",
"draft-js-export-html": "^1.4.1",
"draft-js-import-html": "^1.4.1",
"draftjs-to-html": "^0.9.1",
"eslint": "8.49.0",
"eslint-config-next": "15.2.4",
"firebase": "^10.3.1",
"html-to-draftjs": "^1.5.0",
"moment": "^2.29.4",
"next": "15.2.4",
"next-sitemap": "^4.2.3",
"nodemailer": "^6.9.7",
"openai": "^4.57.0",
"polskie-miejscowosci": "^1.0.2",
"postcss": "8.4.29",
"quill": "2.0.2",
"quill-render": "^1.0.5",
"react": "19.1.0",
"react-beautiful-dnd": "^13.1.1",
"react-confetti": "^6.1.0",
"react-dnd": "^16.0.1",
"react-dnd-html5-backend": "^16.0.1",
"react-dom": "19.1.0",
"react-draft-wysiwyg": "^1.15.0",
"react-firebase-hooks": "^5.1.1",
"react-icons": "^4.11.0",
"react-markdown": "7.0.1",
"react-quill": "1.3.5",
"react-quill-new": "^3.3.3",
"react-quilljs": "^2.0.4",
"react-redux": "^8.1.3",
"react-scripts": "4.0.3",
"react-toastify": "^10.0.4",
"recharts": "^2.14.1",
"rehype-parse": "8.0.3",
"rehype-remark": "9.0.0",
"remark": "14.0.1",
"remark-html": "15.0.0",
"remark-stringify": "^11.0.0",
"stripe": "^14.4.0",
"tailwindcss": "3.4.4",
"typescript": "5.2.2",
"uuid": "^9.0.1"
},
"devDependencies": {
"@tailwindcss/typography": "^0.5.10",
"@types/draft-convert": "^2.1.8",
"@types/draft-js": "^0.11.15",
"@types/draftjs-to-html": "^0.8.4",
"@types/html-to-draftjs": "^1.4.3",
"@types/nodemailer": "^6.4.13",
"@types/react-beautiful-dnd": "^13.1.8",
"@types/react-draft-wysiwyg": "^1.13.7",
"@types/tailwindcss": "^3.1.0",
"@types/uuid": "^9.0.7"
},
"pnpm": {
"overrides": {
"@types/react": "19.1.0",
"@types/react-dom": "19.1.1"
}
}
}