-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
50 lines (50 loc) · 1.22 KB
/
package.json
File metadata and controls
50 lines (50 loc) · 1.22 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
{
"name": "knotes",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"turbo": "next dev --turbo",
"build": "next build",
"start": "next start",
"lint": "next lint",
"format": "prettier --write ."
},
"dependencies": {
"@codemirror/lang-json": "^6.0.1",
"@uiw/react-codemirror": "^4.23.4",
"bcrypt": "^5.1.1",
"html-to-text": "^9.0.5",
"http-status": "^1.7.3",
"moment": "^2.30.1",
"mongoose": "^8.0.4",
"next": "^14.2.14",
"nextjs-toploader": "^1.6.10",
"quill": "^1.3.7",
"react": "^18",
"react-dom": "^18",
"react-hot-toast": "^2.4.1",
"react-icons": "^5.0.0",
"react-quill": "^2.0.0",
"react-spinners": "^0.13.8",
"sharp": "^0.33.1",
"sweetalert2": "^11.10.2",
"tailwindcss-animate": "^1.0.7"
},
"devDependencies": {
"@types/html-to-text": "^9.0.4",
"@types/node": "^20",
"@types/react": "^18",
"@types/react-dom": "^18",
"autoprefixer": "^10.0.1",
"colors": "^1.4.0",
"daisyui": "^4.12.11",
"eslint": "^8",
"eslint-config-next": "^14.2.14",
"postcss": "^8",
"prettier": "^3.3.3",
"tailwindcss": "^3.4.1",
"typescript": "^5",
"validator": "^13.11.0"
}
}