File size: 898 Bytes
2419f81
baf5913
2419f81
28910fb
2419f81
28910fb
2419f81
 
28910fb
2419f81
 
28910fb
baf5913
 
28910fb
 
 
 
 
 
 
 
 
 
 
 
 
2419f81
 
28910fb
 
baf5913
28910fb
baf5913
28910fb
 
2419f81
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
{
  "name": "ghadirsync-ai",
  "version": "1.0.0",
  "private": true,
  "scripts": {
    "dev": "next dev",
    "build": "next build",
    "start": "next start",
    "lint": "next lint"
  },
  "dependencies": {
    "next": "^14.1.0",
    "react": "^18.2.0",
    "react-dom": "^18.2.0",
    "tailwindcss": "^3.4.0",
    "postcss": "^8.4.31",
    "autoprefixer": "^10.4.16",
    "next-pwa": "^5.6.0",
    "react-icons": "^4.10.1",
    "axios": "^1.6.2",
    "localforage": "^1.10.0",
    "js-cookie": "^3.0.5",
    "persian-date": "^1.2.0",
    "react-syntax-highlighter": "^15.5.0",
    "react-markdown": "^8.0.7",
    "react-code-blocks": "^0.0.8",
    "react-modal": "^3.16.1"
  },
  "devDependencies": {
    "@types/node": "^20.11.0",
    "@types/react": "^18.2.41",
    "@types/react-dom": "^18.2.18",
    "typescript": "^5.3.0",
    "eslint": "^8.56.0",
    "eslint-config-next": "14.1.0"
  }
}