This repository has been archived by the owner on Aug 1, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
50 lines (50 loc) · 1.46 KB
/
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
43
44
45
46
47
48
49
50
{
"name": "jay-fallon-portfolio-2019",
"version": "1.3.0",
"description": "August 2019 version of my portfolio as a progressive web application",
"main": "server/index.js",
"scripts": {
"build": "next build",
"deploy": "now --target production",
"dev": "next",
"start": "next start"
},
"repository": {
"type": "git",
"url": "https://github.com/jayfallon/portfolio-2019-bis"
},
"author": "Jay Fallon <[email protected]> (https://jayfallon.net/)",
"license": "MIT",
"bugs": {
"url": "https://github.com/jayfallon/portfolio-2019-bis/issues"
},
"homepage": "https://jayfallon.net",
"dependencies": {
"isomorphic-unfetch": "^3.0.0",
"next": "^9.0.2",
"next-offline": "^4.0.2",
"prop-types": "^15.7.2",
"react": "^16.8.6",
"react-dom": "^16.8.6",
"react-markdown": "^4.1.0",
"styled-components": "^4.3.2",
"styled-theming": "^2.2.0",
"styled-tools": "^1.7.1"
},
"devDependencies": {
"babel-eslint": "^9.0.0",
"babel-plugin-styled-components": "^1.10.6",
"eslint": "^5.16.0",
"eslint-config-airbnb": "^17.1.1",
"eslint-config-prettier": "^4.3.0",
"eslint-config-wesbos": "0.0.19",
"eslint-plugin-html": "^5.0.5",
"eslint-plugin-import": "^2.18.2",
"eslint-plugin-jsx-a11y": "^6.2.3",
"eslint-plugin-prettier": "^3.1.0",
"eslint-plugin-react": "^7.14.3",
"eslint-plugin-react-hooks": "^1.6.1",
"jshint": "^2.10.2",
"prettier": "^1.18.2"
}
}