This repository has been archived by the owner on Jun 6, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
98 lines (98 loc) · 3.21 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
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
{
"name": "gymnasium-front-end",
"private": true,
"description": "Front end marketing site for Gymnasium.com",
"version": "0.1.0",
"author": "Mike Bifulco <[email protected]>",
"dependencies": {
"@chakra-ui/core": "^0.8.0",
"@emotion/core": "^10.0.35",
"@emotion/styled": "^10.0.27",
"@gymnasium/gym-ui": "0.0.25",
"@mdx-js/mdx": "^1.6.18",
"@mdx-js/react": "^1.6.18",
"@reach/listbox": "^0.11.2",
"@reach/router": "^1.3.4",
"@reduxjs/toolkit": "^1.4.0",
"axios": "^0.21.1",
"bootstrap": "4.5.2",
"dotenv": "^8.2.0",
"emotion-theming": "^10.0.27",
"gatsby": "^2.24.68",
"gatsby-image": "^2.4.21",
"gatsby-plugin-chakra-ui": "^0.1.4",
"gatsby-plugin-client-side-redirect": "^1.1.0",
"gatsby-plugin-google-analytics": "^2.3.16",
"gatsby-plugin-google-tagmanager": "^2.3.15",
"gatsby-plugin-intercom-spa": "^0.2.0",
"gatsby-plugin-manifest": "^2.4.34",
"gatsby-plugin-mdx": "^1.2.44",
"gatsby-plugin-netlify": "^2.3.17",
"gatsby-plugin-offline": "^3.2.31",
"gatsby-plugin-postcss": "^3.0.1",
"gatsby-plugin-preconnect": "^1.1.54",
"gatsby-plugin-react-helmet": "^3.3.13",
"gatsby-plugin-robots-txt": "^1.5.3",
"gatsby-plugin-segment-js": "^3.6.0",
"gatsby-plugin-sharp": "^2.6.39",
"gatsby-plugin-web-font-loader": "^1.0.4",
"gatsby-source-filesystem": "^2.3.33",
"gatsby-source-graphql": "^2.7.6",
"gatsby-transformer-sharp": "^2.5.17",
"jquery": "^3.5.1",
"lodash": "^4.17.21",
"pluralize": "^8.0.0",
"prism-react-renderer": "^1.1.1",
"prop-types": "^15.7.2",
"react": "^16.13.0",
"react-bootstrap": "^1.3.0",
"react-dom": "^16.13.0",
"react-helmet": "^6.1.0",
"react-query": "^2.23.1",
"react-query-devtools": "^2.5.1",
"react-redux": "^7.2.1",
"react-responsive": "^8.1.0",
"react-scripts": "^3.4.3",
"redux": "^4.0.5",
"redux-persist": "^6.0.0",
"redux-thunk": "^2.3.0",
"slugify": "^1.4.5",
"takeshape-routing": "^5.0.4"
},
"devDependencies": {
"@babel/core": "^7.11.6",
"babel-loader": "^8.0.6",
"concurrently": "^5.3.0",
"eslint-config-airbnb": "^18.2.0",
"eslint-config-prettier": "^6.12.0",
"eslint-config-react-app": "^5.2.0",
"eslint-plugin-import": "^2.22.1",
"eslint-plugin-jsx-a11y": "^6.3.1",
"eslint-plugin-prettier": "^3.1.4",
"eslint-plugin-react": "^7.21.3",
"eslint-plugin-react-hooks": "^4.1.2",
"prettier": "^2.1.2"
},
"keywords": [
"gatsby"
],
"license": "MIT",
"scripts": {
"build": "GATSBY_EXPERIMENTAL_PAGE_BUILD_ON_DATA_CHANGES=true gatsby build --log-pages",
"develop": "gatsby clean && gatsby develop",
"format": "prettier --write src/**/*.{js,jsx}",
"lint": "eslint src --ext .jsx,.js,.tsx,.ts",
"prettier": "prettier --check \"./src/**/*.{js,jsx,ts,tsx}\"",
"prettier-fix": "prettier --write \"./src/**/*.{js,jsx,ts,tsx}\"",
"start": "npm run develop",
"serve": "gatsby serve",
"test": "echo \"Write tests! -> https://gatsby.app/unit-testing\""
},
"repository": {
"type": "git",
"url": "https://github.com/gatsbyjs/gatsby-starter-default"
},
"bugs": {
"url": "https://github.com/gatsbyjs/gatsby/issues"
}
}