forked from Sanchitbajaj02/palettegram
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
79 lines (79 loc) · 2.17 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
{
"name": "palettegram",
"description": "Palettegram is a social media application dedicated to professionals like graphic designers, UI/UX designers, Developers, etc. to leverage UI designs, design ideas, UX approaches and color palettes.",
"version": "1.0.5",
"private": true,
"homepage": ".",
"engines": {
"node": ">=18.0.x"
},
"workspaces": [
"appwrite-gen"
],
"scripts": {
"format": "prettier --write src/",
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"preinstall": "npx only-allow yarn",
"prepare": "husky install",
"schema:generate": "yarn workspace appwrite-gen schema:generate",
"schema:prepare": "yarn workspace appwrite-gen schema:prepare"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Sanchitbajaj02/palettegram.git"
},
"bugs": {
"url": "https://github.com/Sanchitbajaj02/palettegram/issues"
},
"keywords": [
"palettegram",
"open-source",
"nextjs",
"appwrite"
],
"dependencies": {
"@reduxjs/toolkit": "1.9.7",
"@tiptap/pm": "2.1.16",
"@tiptap/react": "2.1.16",
"@tiptap/starter-kit": "2.1.16",
"@types/node": "20.4.10",
"@types/react": "18.2.20",
"@types/react-dom": "18.2.7",
"appwrite": "13.0.2",
"autoprefixer": "10.4.14",
"eslint": "8.47.0",
"eslint-config-next": "13.4.13",
"framer-motion": "10.18.0",
"html-react-parser": "5.1.1",
"lucide-react": "0.316.0",
"next": "13.5.4",
"next-themes": "0.2.1",
"nookies": "2.5.2",
"postcss": "8.4.31",
"react": "18.2.0",
"react-colorful": "5.6.1",
"react-confetti": "^6.1.0",
"react-dom": "18.2.0",
"react-animated-cursor": "2.11.2",
"react-redux": "8.1.2",
"react-use": "17.5.0",
"resend": "2.1.0",
"sharp": "0.33.1",
"shepherd.js": "12.0.4",
"sonner": "1.4.0",
"tailwindcss": "3.4.1"
},
"devDependencies": {
"@commitlint/cli": "19.0.3",
"@commitlint/config-conventional": "19.0.3",
"@tailwindcss/typography": "0.5.10",
"encoding": "0.1.13",
"husky": "8.0.3",
"lint-staged": "15.2.0",
"prettier": "3.0.1",
"tailwind-scrollbar": "3.0.5"
}
}