This repository has been archived by the owner on Jan 12, 2024. It is now read-only.
-
-
Notifications
You must be signed in to change notification settings - Fork 13
/
package.json
64 lines (64 loc) · 1.94 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
{
"name": "analysis-tools-dev",
"private": true,
"description": "A website about static analysis tools, linters, and code quality checkers",
"version": "0.1.0",
"license": "MIT",
"scripts": {
"build": "gatsby build",
"dev": "gatsby develop",
"format": "prettier --write \"**/*.{js,jsx,json,md}\"",
"start": "npm run develop",
"serve": "gatsby serve",
"clean": "gatsby clean",
"test": "echo \"Write tests! -> https://gatsby.dev/unit-testing\" && exit 1"
},
"dependencies": {
"@emotion/core": "^11.0.0",
"@emotion/styled": "^11.3.0",
"@sentry/gatsby": "^6.4.1",
"algoliasearch": "^4.9.1",
"bottleneck": "^2.19.5",
"capture-website": "^1.4.0",
"node-fetch": "^2.6.0",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-helmet": "^6.0.0",
"react-icons": "^4.2.0",
"react-instantsearch-dom": "^6.11.0",
"react-multi-carousel": "^2.6.2",
"react-player": "^2.9.0",
"react-select": "^4.3.1",
"react-typography": "^0.16.20",
"styled-components": "^5.3.0",
"tailwindcss": "^2.1.2",
"twin.macro": "^2.4.1",
"typography": "^0.16.21",
"typography-theme-kirkham": "^0.16.19",
"utterances-react": "^0.1.3",
"uuid": "^8.1.0"
},
"devDependencies": {
"gatsby": "^3.5.1",
"gatsby-cli": "^3.5.0",
"gatsby-plugin-algolia": "^0.20.0",
"gatsby-plugin-emotion": "^6.5.0",
"gatsby-plugin-postcss": "^4.5.0",
"gatsby-plugin-react-helmet": "^4.5.0",
"gatsby-plugin-sitemap": "^4.1.0",
"gatsby-plugin-typography": "^3.5.0",
"gatsby-source-filesystem": "^3.5.0",
"gatsby-source-git": "^1.0.2",
"gatsby-transformer-remark": "^4.2.0",
"gatsby-transformer-yaml": "^3.5.0",
"gatsby-transformer-yaml-full": "^0.4.2",
"prettier": "2.3.0"
},
"repository": {
"type": "git",
"url": "https://github.com/gatsbyjs/gatsby-starter-hello-world"
},
"bugs": {
"url": "https://github.com/gatsbyjs/gatsby/issues"
}
}