-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
77 lines (77 loc) · 2.36 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
{
"name": "clark-brown-dot-com",
"description": "clark-brown.com",
"private": true,
"version": "1.0.0",
"author": "Clark Brown <[email protected]",
"scripts": {
"start": "gatsby develop",
"develop": "gatsby develop",
"build": "gatsby build",
"serve": "gatsby serve",
"lint": "npx eslint --ext .js,.jsx",
"test": "jest"
},
"dependencies": {
"@babel/core": "^7.19.0",
"@fontsource/roboto": "^4.5.8",
"@mdx-js/mdx": "^1.6.22",
"@mdx-js/react": "^1.6.22",
"babel-plugin-styled-components": "^2.0.7",
"dotenv": "^16.0.2",
"firebase-tools": "^11.20.0",
"framer-motion": "^6.5.1",
"gatsby": "^4.22.1",
"gatsby-image": "^3.11.0",
"gatsby-plugin-gtag": "^1.0.12",
"gatsby-plugin-manifest": "^4.22.0",
"gatsby-plugin-mdx": "^3.20.0",
"gatsby-plugin-offline": "^5.22.0",
"gatsby-plugin-react-helmet": "^5.24.0",
"gatsby-plugin-robots-txt": "^1.7.1",
"gatsby-plugin-sass": "^5.22.0",
"gatsby-plugin-sharp": "^4.24.0",
"gatsby-plugin-sitemap": "^5.22.0",
"gatsby-plugin-styled-components": "^5.22.0",
"gatsby-remark-images": "^6.22.0",
"gatsby-source-filesystem": "^4.24.0",
"gatsby-transformer-sharp": "^4.22.0",
"intersection-observer": "^0.12.2",
"node-sass": "^7.0.3",
"prop-types": "^15.8.1",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-helmet": "^6.1.0",
"react-visibility-sensor": "^5.1.1",
"smooth-scroll": "^16.1.3",
"styled-components": "^5.3.5",
"tiny-skeleton-loader-react": "^1.2.1",
"webpack": "^5.74.0"
},
"devDependencies": {
"@testing-library/jest-dom": "^5.16.5",
"@testing-library/react": "^12.1.5",
"babel-jest": "^29.3.1",
"babel-preset-gatsby": "^2.22.1",
"eslint": "^8.27.0",
"eslint-config-react-app": "^7.0.1",
"eslint-plugin-flowtype": "^8.0.3",
"eslint-plugin-import": "2.26.0",
"eslint-plugin-jsx-a11y": "^6.6.1",
"eslint-plugin-mdx": "^2.0.5",
"eslint-plugin-react": "^7.31.8",
"gatsby-plugin-eslint": "^4.0.2",
"identity-obj-proxy": "^3.0.0",
"jest": "^29.0.3",
"jest-environment-jsdom": "^29.0.3",
"react-test-renderer": "^17.0.2"
},
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/clarkedb/clark-brown-dot-com"
},
"bugs": {
"url": "https://github.com/clarkedb/clark-brown-dot-com/issues"
}
}