-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
60 lines (60 loc) · 1.99 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": "gatsby-universal",
"license": "MIT",
"author": "Fabian Schultz <[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": "mkdir -p public/icons/",
"build:favicons": "node scripts/favicons",
"build": "npm run build:dir && npm run build:favicons && gatsby build",
"test": "ava **/*.test.js --verbose"
},
"dependencies": {
"@babel/eslint-parser": "^7.15.0",
"@reach/dialog": "^0.1.2",
"@reach/router": "^1.1.1",
"@reach/visually-hidden": "^0.1.1",
"babel-plugin-styled-components": "^1.7.1",
"gatsby": "^3.14.0",
"gatsby-image": "^3.11.0",
"gatsby-plugin-offline": "^4.14.0",
"gatsby-plugin-react-helmet": "^4.14.0",
"gatsby-plugin-react-svg": "^3.0.1",
"gatsby-plugin-sharp": "^3.14.1",
"gatsby-plugin-sitemap": "^4.10.0",
"gatsby-plugin-styled-components": "^4.14.0",
"gatsby-plugin-webpack-size": "^2.0.1",
"gatsby-source-filesystem": "^3.14.0",
"gatsby-transformer-json": "^3.14.0",
"gatsby-transformer-remark": "^4.11.0",
"gatsby-transformer-sharp": "^3.14.0",
"intersection-observer": "^0.5.0",
"prop-types": "^15.6.2",
"react": "^16.5.1",
"react-dom": "^16.5.1",
"react-helmet": "^5.2.0",
"react-pose": "^3.3.0",
"react-search-input": "^0.11.3",
"styled-components": "^4.0.0-beta.7"
},
"devDependencies": {
"ava": "^0.25.0",
"chrome-launcher": "^0.10.2",
"directory-named-webpack-plugin": "4.0.0",
"eslint": "^7.32.0",
"eslint-config-prettier": "^4.0.0",
"eslint-plugin-import": "^2.25.2",
"eslint-plugin-jsx-a11y": "^6.4.1",
"eslint-plugin-prettier": "^2.7.0",
"eslint-plugin-react": "^7.26.1",
"favicons": "^5.1.1",
"gatsby-plugin-eslint": "^4.0.0",
"lighthouse": "^3.0.3",
"node-gyp": "^7.1.2",
"prettier": "^1.13.5",
"why-did-you-update": "0.1.1"
}
}