-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
49 lines (49 loc) · 1.28 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
{
"name": "portfolio",
"version": "1.0.0",
"description": "My Portfolio",
"main": "index.js",
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"@tailwindcss/typography": "^0.5.10",
"@types/node": "^20.4.0",
"@types/react": "^18.2.14",
"@types/react-dom": "^18.2.6",
"autoprefixer": "^10.4.15",
"eslint": "^8.44.0",
"eslint-config-next": "^13.4.8",
"gray-matter": "^4.0.3",
"next": "^13.4.8",
"next-themes": "^0.2.1",
"postcss": "^8.4.29",
"raw-loader": "^4.0.2",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-icons": "^4.10.1",
"react-markdown": "^9.0.0",
"react-pdf": "^7.4.0",
"react-player": "^2.13.0",
"react-scroll": "^1.8.9",
"react-syntax-highlighter": "^15.5.0",
"react-vertical-timeline-component": "^3.6.0",
"rehype-katex": "^7.0.0",
"remark-math": "^6.0.0",
"tailwindcss": "^3.3.3",
"three": "^0.154.0",
"typescript": "^5.1.6"
},
"devDependencies": {
"@types/react-scroll": "^1.8.7",
"@types/react-syntax-highlighter": "^15.5.9",
"@types/react-vertical-timeline-component": "^3.3.3",
"@types/three": "^0.157.0"
}
}