This repository has been archived by the owner on Sep 12, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
72 lines (72 loc) · 2.32 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
72
{
"name": "gatsby-starter-default",
"private": true,
"description": "A simple starter to get up and developing quickly with Gatsby",
"version": "0.1.0",
"author": "Kyle Mathews <[email protected]>",
"dependencies": {
"@emotion/react": "^11.9.0",
"@emotion/styled": "^11.8.1",
"@mui/icons-material": "^5.6.2",
"@mui/material": "^5.6.3",
"@mwatson/react-accessible-accordion": "^1.0.2",
"@nivo/pie": "^0.64.0",
"babel-plugin-styled-components": "^1.10.6",
"gatsby": "^2.26.1",
"gatsby-image": "^2.2.30",
"gatsby-plugin-google-gtag": "^4.24.0",
"gatsby-plugin-google-tagmanager": "^5.12.3",
"gatsby-plugin-manifest": "^2.6.1",
"gatsby-plugin-offline": "^3.0.17",
"gatsby-plugin-react-helmet": "^3.2.2",
"gatsby-plugin-react-svg": "^3.0.0",
"gatsby-plugin-sharp": "^2.8.0",
"gatsby-plugin-styled-components": "^3.1.13",
"gatsby-plugin-web-font-loader": "^1.0.4",
"gatsby-remark-images": "^3.3.18",
"gatsby-source-filesystem": "^2.1.35",
"gatsby-transformer-json": "^2.4.2",
"gatsby-transformer-remark": "^2.16.1",
"gatsby-transformer-sharp": "^2.3.1",
"gatsby-transformer-yaml": "^2.2.25",
"jwt-decode": "^2.2.0",
"prop-types": "^15.7.2",
"react": "^16.12.0",
"react-data-table-component": "^6.11.5",
"react-dom": "^16.12.0",
"react-google-recaptcha-v3": "^1.10.1",
"react-grid-system": "^6.0.3",
"react-helmet": "^6.0.0",
"react-markdown": "^7.0.1",
"react-player": "^2.12.0",
"react-spring": "^8.0.27",
"react-table": "^7.6.0",
"react-tooltip": "^4.2.15",
"styled-components": "^4.4.1"
},
"devDependencies": {
"markdown-table": "^2.0.0",
"prettier": "^1.18.2"
},
"keywords": [
"gatsby"
],
"license": "MIT",
"scripts": {
"build": "gatsby build",
"develop": "gatsby develop",
"format": "prettier --write \"**/*.{js,jsx,json,md}\"",
"start": "npm run develop",
"cleanstart": "gatsby clean && npm run develop",
"serve": "gatsby serve",
"test": "echo \"Write tests! -> https://gatsby.dev/unit-testing\" && exit 1",
"update-studies": "node ./src/scripts/update-studies.js"
},
"repository": {
"type": "git",
"url": "https://github.com/gatsbyjs/gatsby-starter-default"
},
"bugs": {
"url": "https://github.com/gatsbyjs/gatsby/issues"
}
}