-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
45 lines (45 loc) · 1.1 KB
/
package.json
File metadata and controls
45 lines (45 loc) · 1.1 KB
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
{
"name": "jaismith.dev",
"author": "Jai Smith",
"version": "2.0",
"private": true,
"engines": {
"node": ">=18.17.0"
},
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"axios": "^1.10.0",
"cheerio": "^1.1.0",
"dotenv": "^17.2.0",
"next": "^15.4.1",
"react": "^19.1.0",
"react-device-detect": "^2.2.3",
"react-dom": "^19.1.0",
"react-ga": "^3.3.1",
"react-helmet-async": "^2.0.5",
"react-markdown": "^10.1.0",
"react-on-visible": "^1.6.0",
"react-social-icons": "^6.24.0",
"recharts": "^3.1.0"
},
"devDependencies": {
"@next/env": "^15.4.1",
"@types/node": "^24.0.14",
"@types/react": "^19.1.8",
"debug": "^4.4.1",
"encoding": "^0.1.13",
"eslint": "^9.31.0",
"eslint-config-next": "^15.4.1",
"prop-types": "^15.8.1",
"sass": "^1.89.2",
"scss": "^0.2.4",
"supports-color": "^10.0.0",
"typescript": "^5.8.3"
},
"packageManager": "pnpm@9.5.0+sha256.dbdf5961c32909fb030595a9daa1dae720162e658609a8f92f2fa99835510ca5"
}