generated from amitmerchant1990/reverie
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
48 lines (48 loc) · 1.18 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
{
"name": "portfolio",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@headlessui/react": "^1.7.17",
"@heroicons/react": "^2.0.18",
"@next/font": "^13.5.3",
"axios": "^1.5.1",
"ci": "^2.3.0",
"date-fn": "^0.0.2",
"date-fns": "^3.5.0",
"gray-matter": "^4.0.3",
"next": "latest",
"react": "latest",
"react-dom": "latest",
"react-icons": "^4.11.0",
"react-markdown": "^9.0.0",
"react-parallax-tilt": "^1.7.168",
"react-router-dom": "^6.16.0",
"react-scripts": "^5.0.1",
"rehype-katex": "^7.0.0",
"rehype-raw": "^7.0.0",
"remark": "^15.0.1",
"remark-gfm": "^4.0.0",
"remark-html": "^16.0.1",
"remark-math": "^6.0.0",
"remark-rehype": "^11.0.0",
"typewriter-effect": "^2.21.0"
},
"devDependencies": {
"@types/node": "latest",
"@types/react": "latest",
"@types/react-dom": "latest",
"autoprefixer": "latest",
"eslint": "latest",
"eslint-config-next": "latest",
"postcss": "latest",
"tailwindcss": "latest",
"typescript": "latest"
}
}