-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
30 lines (30 loc) · 740 Bytes
/
Copy pathpackage.json
File metadata and controls
30 lines (30 loc) · 740 Bytes
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
{
"name": "peterharral.dev",
"version": "0.1.0",
"description": "My personal site",
"author": "Peter Harral",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"repository": {
"type": "git",
"url": "github.com/pharr117/peterharral.dev"
},
"dependencies": {
"axios": "0.27.2",
"next": "12.1.6",
"react": "18.1.0",
"react-dom": "18.1.0",
"react-icons": "4.3.1",
"react-responsive": "9.0.0-beta.8"
},
"devDependencies": {
"@svgr/webpack": "6.2.1",
"eslint": "8.16.0",
"eslint-config-next": "12.1.6"
}
}