-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
37 lines (37 loc) · 937 Bytes
/
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
{
"name": "website",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start -p $PORT",
"lint": "next lint"
},
"dependencies": {
"@heroicons/react": "^1.0.6",
"gray-matter": "^4.0.3",
"marked": "^4.0.15",
"next": "12.0.10",
"next-themes": "^0.1.1",
"react": "17.0.2",
"react-dom": "17.0.2",
"react-icons": "^4.3.1",
"react-images": "^1.2.0-beta.7",
"react-markdown": "^8.0.2",
"react-pdf": "^5.7.2",
"react-photo-gallery": "^8.0.0",
"react-syntax-highlighter": "^15.5.0"
},
"devDependencies": {
"@types/node": "17.0.18",
"@types/react": "17.0.39",
"@types/react-pdf": "^5.7.2",
"@types/react-syntax-highlighter": "^15.5.2",
"autoprefixer": "^10.4.2",
"eslint": "8.9.0",
"eslint-config-next": "12.0.10",
"postcss": "^8.4.7",
"tailwindcss": "^3.0.23",
"typescript": "4.5.5"
}
}