-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
61 lines (61 loc) · 1.56 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
{
"name": "next-mui-cv",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev --turbo",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"description": "A personal relationship management tool using Next.js, MUI, and Deep-Seek AI.",
"repository": {
"type": "git",
"url": "https://github.com/arman-mokhtari/next-mui-ai"
},
"keywords": [
"next",
"react",
"ai",
"deepseek-coder",
"mui"
],
"bugs": {
"url": "https://github.com/arman-mokhtari/next-mui-ai/issues",
"email": "rmn.mokhtarii@gmail.com"
},
"author": {
"name": "Arman Mokhtari",
"email": "rmn.mokhtarii@gmail.com",
"url": "https://armanmokhtari.pro"
},
"dependencies": {
"@emotion/cache": "^11.11.0",
"@emotion/react": "^11.11.4",
"@emotion/styled": "^11.11.5",
"@mui/icons-material": "^5.15.16",
"@mui/material": "^5.15.16",
"@mui/material-nextjs": "^5.15.11",
"@tinymce/tinymce-react": "^5.0.1",
"axios": "^1.7.2",
"geist": "^1.3.0",
"mongoose": "^8.3.4",
"next": "14.2.3",
"react": "^18",
"react-copy-to-clipboard": "^5.1.0",
"react-dom": "^18",
"react-syntax-highlighter": "^15.5.0",
"react-textarea-autosize": "^8.5.3",
"typed.js": "^2.1.0"
},
"devDependencies": {
"@types/node": "^20",
"@types/react": "^18",
"@types/react-copy-to-clipboard": "^5.0.7",
"@types/react-dom": "^18",
"@types/react-syntax-highlighter": "^15.5.13",
"eslint": "^8",
"eslint-config-next": "14.2.3",
"typescript": "^5"
}
}