-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
53 lines (53 loc) · 1.62 KB
/
package.json
File metadata and controls
53 lines (53 loc) · 1.62 KB
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
{
"name": "techtutor",
"author": "Elijah Sippel",
"repository": "https://github.com/techtutorapp/techtutor",
"version": "1.0.0",
"license": "MIT",
"scripts": {
"start": "gatsby develop",
"build": "gatsby build",
"serve": "gatsby serve"
},
"dependencies": {
"@chakra-ui/gatsby-plugin": "^1.0.2",
"@chakra-ui/icons": "^1.0.13",
"@chakra-ui/react": "^1.5.0",
"@emotion/react": "^11.1.5",
"@emotion/styled": "^11.1.5",
"@fontsource/arvo": "^4.4.5",
"@fontsource/pt-sans": "^4.4.5",
"@fontsource/zilla-slab": "^4.4.5",
"formik": "^2.2.6",
"framer-motion": "^4.1.3",
"fs": "^0.0.1-security",
"gatsby": "^2.18.18",
"gatsby-plugin-image": "^1.7.1",
"gatsby-plugin-loadable-components-ssr": "^3.0.0",
"gatsby-plugin-sharp": "^3.7.1",
"gatsby-source-filesystem": "^3.7.1",
"gatsby-theme-codebushi": "1.0.0",
"gatsby-transformer-remark": "^4.1.0",
"gatsby-transformer-sharp": "^3.7.1",
"prop-types": "^15.7.2",
"react": "^16.12.0",
"react-anchor-link-smooth-scroll": "^1.0.12",
"react-dom": "^16.12.0",
"react-icons": "^4.2.0",
"react-resize-detector": "^6.6.5"
},
"devDependencies": {
"eslint": "^7.12.1",
"eslint-config-airbnb": "^18.0.1",
"eslint-config-prettier": "^6.9.0",
"eslint-config-standard": "^16.0.2",
"eslint-plugin-import": "^2.22.1",
"eslint-plugin-jsx-a11y": "^6.2.3",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-prettier": "^3.1.2",
"eslint-plugin-promise": "^4.2.1",
"eslint-plugin-react": "^7.22.0",
"eslint-plugin-react-hooks": "^2.3.0",
"prettier": "^1.19.1"
}
}