-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
49 lines (49 loc) · 1.25 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
{
"name": "focusify",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"dev:turbo": "next dev --turbo",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@dnd-kit/core": "^6.0.8",
"@dnd-kit/sortable": "^7.0.2",
"@dnd-kit/utilities": "^3.2.1",
"@flaticon/flaticon-uicons": "^2.2.0",
"@reduxjs/toolkit": "^1.9.5",
"@tinymce/tinymce-react": "^4.3.0",
"@types/node": "20.2.3",
"@types/react": "18.2.6",
"@types/react-dom": "18.2.4",
"appwrite": "^11.0.0",
"autoprefixer": "10.4.14",
"autosize": "^6.0.1",
"daisyui": "^3.1.0",
"dayjs": "^1.11.7",
"encoding": "^0.1.13",
"eslint": "8.41.0",
"eslint-config-next": "13.4.3",
"framer-motion": "^10.12.16",
"next": "13.4.3",
"postcss": "8.4.23",
"re-resizable": "^6.9.9",
"react": "18.2.0",
"react-datetime-picker": "^5.2.0",
"react-dom": "18.2.0",
"react-draggable": "^4.4.5",
"react-dropzone": "^14.2.3",
"react-markdown": "^8.0.7",
"react-redux": "^8.0.5",
"react-toastify": "^9.1.3",
"sass": "^1.62.1",
"tailwindcss": "3.3.2",
"typescript": "5.0.4"
},
"devDependencies": {
"@types/autosize": "^4.0.1"
}
}