-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
60 lines (60 loc) · 1.87 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
51
52
53
54
55
56
57
58
59
60
{
"name": "@adamgraham/portfolio",
"version": "2.0.0",
"homepage": "https://adamgraham.github.io",
"private": true,
"scripts": {
"build": "gatsby build",
"clean": "gatsby clean",
"deploy": "gh-pages -d public -b public -m \"Publish build to GitHub pages\"",
"develop": "gatsby develop",
"precommit": "eslint src --fix --quiet",
"predeploy": "gatsby build",
"serve": "gatsby serve",
"start": "gatsby develop",
"typecheck": "tsc --noEmit"
},
"dependencies": {
"@zigurous/css-styles": "^3.0.0",
"@zigurous/react-components": "^3.0.0",
"classnames": "^2.3.1",
"gatsby": "^4.17.0",
"gatsby-plugin-google-analytics": "^4.17.0",
"gatsby-plugin-image": "^2.17.0",
"gatsby-plugin-manifest": "^4.17.0",
"gatsby-plugin-portal": "^1.0.7",
"gatsby-plugin-react-helmet": "^5.17.0",
"gatsby-plugin-sharp": "^4.17.0",
"gatsby-plugin-sitemap": "^5.17.0",
"gatsby-plugin-use-query-params": "^1.0.1",
"gatsby-source-filesystem": "^4.17.0",
"gatsby-transformer-json": "^4.17.0",
"gatsby-transformer-sharp": "^4.17.0",
"gh-pages": "^4.0.0",
"react": "^18.1.0",
"react-dom": "^18.1.0",
"react-helmet": "^6.1.0",
"use-query-params": "^2.2.1"
},
"devDependencies": {
"@babel/plugin-transform-react-jsx": "^7.25.7",
"@types/node": "^20.11.0",
"@types/react": "^18.1.0",
"@types/react-dom": "^18.1.0",
"@types/react-helmet": "^6.1.0",
"eslint": "^8.18.0",
"eslint-config-prettier": "^8.5.0",
"eslint-config-standard": "^17.0.0",
"eslint-plugin-import": "^2.26.0",
"eslint-plugin-jsx-a11y": "^6.5.1",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-promise": "^6.0.0",
"eslint-plugin-react": "^7.30.0",
"eslint-plugin-react-hooks": "^4.6.0",
"prettier": "^2.7.1"
},
"resolutions": {
"react": "^18.1.0",
"react-dom": "^18.1.0"
}
}