-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 835 Bytes
/
Copy pathpackage.json
File metadata and controls
33 lines (33 loc) · 835 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
31
32
33
{
"name": "joshflayhart",
"version": "2.0.0",
"description": "personal website",
"scripts": {
"dev": "next",
"build": "next build",
"postbuild": "cp {.next/public/service-worker.js,.next/public/workbox-*.js,} public",
"start": "next start",
"lint": "next lint"
},
"repository": {
"type": "git",
"url": "git+https://github.com/jflayhart/website.git"
},
"author": "Josh Flayhart",
"license": "ISC",
"bugs": {
"url": "https://github.com/jflayhart/website/issues"
},
"homepage": "https://github.com/jflayhart/website",
"dependencies": {
"next": "^12.1.5",
"react": "^18.1.0",
"react-dom": "^18.1.0",
"styled-components": "^5.3.5"
},
"devDependencies": {
"eslint": "^8.14.0",
"eslint-config-next": "^12.1.5",
"workbox-webpack-plugin": "^6.3.0"
}
}