-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
59 lines (59 loc) · 1.71 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
{
"private": true,
"engines": {
"node": "^20.x"
},
"scripts": {
"dev": "next dev --turbo",
"build": "next build",
"start": "next start -p 8080",
"lines": "npx cloc --exclude-dir=node_modules,.next,fixtures --exclude-ext=json components controllers lib models pages styles"
},
"dependencies": {
"@editorjs/checklist": "^1.6.0",
"@editorjs/code": "^2.9.0",
"@editorjs/editorjs": "^2.29.1",
"@editorjs/header": "^2.8.1",
"@editorjs/link": "^2.6.2",
"@editorjs/nested-list": "^1.4.2",
"@editorjs/paragraph": "^2.11.4",
"@editorjs/simple-image": "^1.6.0",
"@editorjs/table": "^2.3.0",
"@headlessui/react": "^2.0.4",
"@hello-pangea/dnd": "^16.6.0",
"@heroicons/react": "^2.1.3",
"@tailwindcss/typography": "^0.5.13",
"bootstrap": "^5.3.3",
"flowbite": "^2.3.0",
"flowbite-react": "^0.9.0",
"html-react-parser": "^5.1.10",
"mongoose": "^8.4.1",
"next": "^14.2.3",
"nextjs-progressbar": "^0.0.16",
"react": "^18.3.1",
"react-autocomplete-input": "^1.0.31",
"react-contenteditable": "^3.3.7",
"react-dnd": "^16.0.1",
"react-dnd-html5-backend": "^16.0.1",
"react-dom": "^18.3.1",
"react-editor-js": "^2.1.0",
"react-markdown": "^9.0.1",
"react-select": "^5.8.0",
"sharp": "^0.33.4",
"swr": "^2.2.5",
"yarn": "^1.22.22"
},
"devDependencies": {
"@types/node": "^20.14.1",
"@types/react": "^18.3.3",
"autoprefixer": "^10.4.19",
"eslint": "^9.4.0",
"eslint-config-next": "^14.2.3",
"eslint-config-prettier": "^9.1.0",
"postcss": "^8.4.38",
"prettier": "^3.3.0",
"prettier-plugin-tailwindcss": "^0.6.1",
"tailwindcss": "^3.4.3",
"typescript": "^5.4.5"
}
}