-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
42 lines (42 loc) · 1014 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
38
39
40
41
42
{
"name": "jaismith.dev",
"author": "Jai Smith",
"version": "2.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"axios": "^0.21.1",
"cheerio": "^1.0.0-rc.9",
"dotenv": "^16.4.5",
"next": "^13.1.6",
"react": "^18.2.0",
"react-device-detect": "^2.2.2",
"react-dom": "^18.2.0",
"react-ga": "^3.3.0",
"react-helmet": "^6.1.0",
"react-markdown": "^6.0.2",
"react-on-visible": "^1.6.0",
"react-social-icons": "^5.3.0",
"recharts": "^2.0.9"
},
"devDependencies": {
"@next/env": "^10.2.0",
"@types/node": "^15.0.2",
"@types/react": "^18.0.27",
"@types/react-helmet": "^6.1.1",
"debug": "^4.3.1",
"encoding": "^0.1.13",
"eslint": "^7.26.0",
"eslint-config-next": "^13.1.6",
"prop-types": "^15.7.2",
"sass": "^1.32.13",
"scss": "^0.2.4",
"supports-color": "^9.0.0",
"typescript": "^4.9.4"
}
}