-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
60 lines (60 loc) · 1.69 KB
/
package.json
File metadata and controls
60 lines (60 loc) · 1.69 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
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
{
"name": "mark-schnabel-dot-com",
"description": "Mark Schnabel",
"version": "1.0.0",
"author": "Mark Schnabel <mark.schnabel@markschnabel.com>",
"keywords": [
"gatsby",
"Portfolio"
],
"dependencies": {
"@emotion/css": "^11.10.6",
"@emotion/react": "^11.10.6",
"@emotion/styled": "^11.10.6",
"gatsby": "^5.8.1",
"gatsby-image": "^3.11.0",
"gatsby-plugin-emotion": "^8.8.0",
"gatsby-plugin-manifest": "^5.8.0",
"gatsby-plugin-offline": "^6.8.0",
"gatsby-plugin-react-helmet": "^6.8.0",
"gatsby-plugin-sharp": "^5.8.1",
"gatsby-plugin-tailwindcss": "^1.0.3",
"gatsby-source-filesystem": "^5.8.0",
"gatsby-transformer-json": "^5.8.0",
"gatsby-transformer-sharp": "^5.8.0",
"googleapis": "^115.0.0",
"lodash": "^4.17.21",
"prop-types": "^15.8.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-flexbox-grid": "^2.1.2",
"react-helmet": "^6.0.0",
"react-icons": "^4.8.0",
"react-reveal": "^1.2.2",
"react-scroll": "^1.8.9",
"react-svg-spinner": "^1.0.4",
"tailwindcss": "^3.3.1",
"typeface-inter": "^3.18.1",
"typeface-lato": "1.1.13",
"validator": "^13.9.0"
},
"devDependencies": {
"@emotion/eslint-plugin": "^11.10.0",
"dotenv": "^16.0.3",
"eslint-config-airbnb": "^19.0.4",
"eslint-config-react-app": "^7.0.1",
"http-proxy-middleware": "^2.0.6",
"netlify-lambda": "^2.0.16"
},
"scripts": {
"format": "prettier --write '**/*.js'",
"start": "gatsby develop",
"build": "gatsby build",
"lint": "eslint --ext .js ./src",
"lint:fix": "yarn run lint --fix"
},
"repository": {
"type": "git",
"url": "https://github.com/markschnabel"
}
}