forked from Sanchitbajaj02/palettegram
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
71 lines (71 loc) · 2 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
{
"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",
"data:generate": "yarn workspace appwrite-gen data:generate",
"data:prepare": "yarn workspace appwrite-gen data: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.5",
"@types/node": "20.4.10",
"@types/react": "18.2.20",
"@types/react-dom": "18.2.7",
"appwrite": "11.0.1",
"autoprefixer": "10.4.14",
"eslint": "8.47.0",
"eslint-config-next": "13.4.13",
"next": "13.4.19",
"next-themes": "^0.2.1",
"nookies": "^2.5.2",
"postcss": "8.4.31",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-feather": "^2.0.10",
"react-redux": "^8.1.2",
"react-toastify": "^9.1.3",
"resend": "^2.1.0",
"sharp": "^0.33.1",
"tailwindcss": "3.3.3",
"typescript": "5.1.6"
},
"devDependencies": {
"@commitlint/cli": "^18.4.3",
"@commitlint/config-conventional": "^18.4.3",
"encoding": "^0.1.13",
"husky": "^8.0.3",
"lint-staged": "^15.2.0",
"prettier": "^3.0.1",
"tailwind-scrollbar": "^3.0.5"
}
}