-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
71 lines (71 loc) · 2.17 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
61
62
63
64
65
66
67
68
69
70
71
{
"name": "tompluess-website",
"license": "MIT",
"author": "Tom Pluess <[email protected]>",
"scripts": {
"develop": "gatsby develop",
"serve": "gatsby serve",
"ssr": "npm run build && npm run serve",
"format": "prettier --config ./.prettierrc --write src/**/*.js",
"build:dir": "mkdirp ./public/icons/",
"build": "npm run build:dir && gatsby build",
"test": "ava **/*.test.js --verbose"
},
"greenkeeper": {
"ignore": [
"ava",
"core-js"
]
},
"dependencies": {
"@reach/router": "^1.3.4",
"@reach/visually-hidden": "^0.18.0",
"@vercel/analytics": "^1.0.2",
"babel-plugin-styled-components": "^1.13.3",
"eslint-webpack-plugin": "^3.2.0",
"gatsby": "^5.0.0",
"gatsby-link": "^5.12.0",
"gatsby-plugin-image": "^3.12.0",
"gatsby-plugin-manifest": "^5.12.0",
"gatsby-plugin-react-svg": "^3.3.0",
"gatsby-plugin-sharp": "^5.12.0",
"gatsby-plugin-sitemap": "^6.12.0",
"gatsby-plugin-styled-components": "^6.12.0",
"gatsby-react-router-scroll": "^6.12.0",
"gatsby-source-filesystem": "^5.12.0",
"gatsby-transformer-json": "^5.12.0",
"gatsby-transformer-remark": "^6.12.0",
"gatsby-transformer-sharp": "^5.12.0",
"intersection-observer": "^0.12.2",
"postcss": "^8.4.29",
"prop-types": "^15.8.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-markdown": "^8.0.7",
"react-pose": "^4.0.10",
"styled-components": "^5.3.11"
},
"devDependencies": {
"@babel/core": "^7.22.19",
"@babel/eslint-parser": "^7.22.15",
"ava": "^5.3.1",
"chrome-launcher": "^0.15.2",
"core-js": "^3.32.2",
"directory-named-webpack-plugin": "^4.0.1",
"eslint": "^8.49.0",
"eslint-config-prettier": "^9.0.0",
"eslint-config-react-app": "^7.0.1",
"eslint-loader": "^4.0.2",
"eslint-plugin-import": "^2.28.1",
"eslint-plugin-jsx-a11y": "^6.7.1",
"eslint-plugin-prettier": "^5.0.0",
"eslint-plugin-react": "^7.33.2",
"gatsby-plugin-eslint": "^4.0.4",
"lighthouse": "^10.4.0",
"mkdirp": "^2.1.6",
"node-gyp": "^9.4.0",
"prettier": "^2.8.8",
"prettier-plugin-tailwindcss": "^0.5.4",
"tailwindcss": "^3.3.3"
}
}