-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
57 lines (57 loc) · 1.58 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
{
"name": "snippad",
"version": "1.0.0",
"author": "Shahen & Shahil Algoo",
"description": "An open-source code snippet & note-taking app for developers.",
"license": "MIT",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@tiptap/extension-character-count": "^2.0.3",
"@tiptap/extension-dropcursor": "^2.0.3",
"@tiptap/extension-image": "^2.0.3",
"@tiptap/extension-placeholder": "^2.0.3",
"@tiptap/extension-text-style": "^2.0.3",
"@tiptap/pm": "^2.0.3",
"@tiptap/react": "^2.0.3",
"@tiptap/starter-kit": "^2.0.3",
"appwrite": "^11.0.0",
"array-move": "^4.0.0",
"class-variance-authority": "^0.6.0",
"encoding": "^0.1.13",
"next": "13.3.0",
"next-remove-imports": "^1.0.11",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-hooks-global-state": "^2.1.0",
"react-hot-toast": "^2.4.1",
"react-textarea-autosize": "^8.4.1",
"sass": "^1.62.1",
"tailwind-merge": "^1.12.0",
"universal-cookie": "^4.0.4",
"usehooks-ts": "^2.9.1"
},
"devDependencies": {
"@codemirror/lang-javascript": "^6.1.9",
"@types/node": "^20.2.5",
"@types/react": "^18.2.7",
"@types/react-dom": "^18.2.4",
"@uiw/codemirror-extensions-langs": "^4.21.3",
"@uiw/codemirror-theme-vscode": "^4.21.3",
"@uiw/react-codemirror": "^4.21.3",
"autoprefixer": "^10.4.14",
"eslint": "^8.41.0",
"eslint-config-next": "^13.4.4",
"postcss": "^8.4.24",
"react-easy-sort": "^1.5.1",
"react-icons": "^4.9.0",
"tailwindcss": "^3.3.2",
"ts-node": "^10.9.1",
"typescript": "^5.0.4"
}
}