forked from Oluwasetemi/oluwasetemi.dev
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
156 lines (156 loc) · 5.48 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
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
{
"name": "oos-personal-website",
"description": "I write about modern JavaScript, web development, computer science and opinions are mine.🚀",
"version": "1.0.0",
"private": "true",
"author": "Ojo Oluwasetemi <setemiojo@gmail.com>",
"repository": {
"type": "git",
"url": "git+https://github.com/Oluwasetemi/Oluwasetemi.dev.git"
},
"bugs": {
"url": "https://github.com/Oluwasetemi/Oluwasetemi.dev/issues"
},
"husky": {
"hooks": {
"pre-commit": "lint-staged"
}
},
"browserslist": [
">1%",
"not dead"
],
"dependencies": {
"@mdx-js/mdx": "^1.6.22",
"@mdx-js/react": "^1.6.22",
"@react-spring/web": "^9.2.4",
"babel-plugin-styled-components": "^1.11.1",
"dotenv": "^8.2.0",
"formik": "^2.2.9",
"gatsby": "^3.1.4",
"gatsby-parallel-runner": "^1.3.0",
"gatsby-plugin-catch-links": "^2.3.15",
"gatsby-plugin-emotion": "^4.3.14",
"gatsby-plugin-feed": "^2.5.20",
"gatsby-plugin-feed-mdx": "^1.1.0",
"gatsby-plugin-google-analytics": "^2.0.5",
"gatsby-plugin-image": "^1.13.0",
"gatsby-plugin-manifest": "^2.4.37",
"gatsby-plugin-mdx": "^2.14.0",
"gatsby-plugin-meta-redirect": "^1.1.1",
"gatsby-plugin-nprogress": "^2.3.13",
"gatsby-plugin-offline": "^3.0.27",
"gatsby-plugin-react-helmet": "^3.3.14",
"gatsby-plugin-remove-serviceworker": "^1.0.0",
"gatsby-plugin-robots-txt": "^1.5.3",
"gatsby-plugin-sharp": "^2.6.43",
"gatsby-plugin-sitemap": "^2.4.17",
"gatsby-plugin-styled-components": "^3.3.14",
"gatsby-plugin-twitter": "^2.3.12",
"gatsby-plugin-typography": "^2.5.13",
"gatsby-plugin-workerize-loader": "^1.5.0",
"gatsby-remark-autolink-headers": "^2.3.16",
"gatsby-remark-copy-linked-files": "^2.3.19",
"gatsby-remark-embedder": "^4.0.0",
"gatsby-remark-images": "^3.3.40",
"gatsby-remark-prismjs": "^3.5.16",
"gatsby-remark-responsive-iframe": "^2.0.5",
"gatsby-remark-smartypants": "^2.0.5",
"gatsby-source-filesystem": "^2.3.37",
"gatsby-source-rss-feed": "^1.2.2",
"gatsby-transformer-remark": "^2.8.47",
"gatsby-transformer-sharp": "^2.5.20",
"http-proxy-middleware": "^1.0.6",
"jest-styled-components": "^7.0.5",
"nodemailer": "^6.4.14",
"normalize.css": "^8.0.1",
"ow": "^0.18.0",
"prismjs": "^1.15.0",
"react": "^16.12.0",
"react-dom": "^16.12.0",
"react-helmet": "^5.2.0",
"react-tooltip": "^4.2.21",
"react-use-gesture": "^9.1.3",
"react-utterances": "^0.6.4",
"rehype-document": "^6.0.0",
"rehype-format": "^4.0.0",
"rehype-stringify": "^9.0.2",
"remark-rehype": "^9.1.0",
"styled-components": "^5.2.1",
"unist-util-visit": "^4.1.0",
"yup": "^0.32.11"
},
"devDependencies": {
"@babel/core": "^7.12.3",
"@netlify/zip-it-and-ship-it": "^1.4.0",
"@testing-library/cypress": "^7.0.1",
"@testing-library/jest-dom": "^5.11.5",
"@testing-library/react": "^11.1.0",
"@testing-library/react-hooks": "^3.4.2",
"@testing-library/user-event": "^12.1.10",
"babel-jest": "^26.6.1",
"babel-preset-gatsby": "^0.5.14",
"cross-env": "^7.0.2",
"cypress": "^8.4.1",
"dotenv-cli": "^4.0.0",
"eslint": "^7.12.1",
"eslint-config-airbnb": "^18.2.0",
"eslint-config-kentcdodds": "^16.1.0",
"eslint-config-prettier": "^6.15.0",
"eslint-plugin-cypress": "^2.11.2",
"eslint-plugin-html": "^6.1.0",
"eslint-plugin-import": "^2.22.1",
"eslint-plugin-jest": "^24.1.0",
"eslint-plugin-jsx-a11y": "^6.4.1",
"eslint-plugin-prettier": "^3.1.4",
"eslint-plugin-react": "^7.21.5",
"eslint-plugin-react-hooks": "^1.7.0",
"esm": "^3.2.25",
"gatsby-remark-code-buttons": "^2.0.7",
"husky": "^4.3.0",
"identity-obj-proxy": "^3.0.0",
"is-ci-cli": "^2.1.2",
"jest": "^26.6.1",
"jest-in-case": "^1.0.2",
"lint-staged": "^10.5.0",
"netlify-lambda": "^2.0.1",
"npm-run-all": "^4.1.5",
"prettier": "^2.1.2",
"rimraf": "^3.0.2",
"start-server-and-test": "^1.11.5",
"stylelint": "^13.13.1",
"stylelint-config-recommended": "^5.0.0",
"stylelint-config-styled-components": "^0.1.1",
"stylelint-processor-styled-components": "^1.10.0"
},
"homepage": "https://oluwasetemi.dev/",
"keywords": [
"gatsby"
],
"license": "MIT",
"main": "n/a",
"engines": {
"node": ">=14"
},
"scripts": {
"dev": "cross-env NODE_OPTIONS=\"-r esm\" gatsby develop",
"lint:css": "stylelint './src/**/*.(ts|tsx|js|jsx)'",
"lint:css:fix": "stylelint './src/**/*.(ts|tsx|js|jsx)' --fix",
"lint": "./node_modules/.bin/eslint --ext .js,.jsx --ignore-pattern public .",
"build": "cross-env NODE_OPTIONS=\"-r esm\" gatsby build",
"develop": "cross-env NODE_OPTIONS=\"-r esm\" gatsby develop",
"start": "cross-env NODE_OPTIONS=\"-r esm\" gatsby serve --port 8080",
"clean": "gatsby clean",
"netlify": "GATSBY_EXPERIMENTAL_PAGE_BUILD_ON_DATA_CHANGES=true gatsby-parallel-runner",
"validate": "npm run build",
"format": "prettier --write \"**/*.+(js|jsx|json|yml|yaml|css|less|scss|ts|tsx|graphql|md|mdx)\"",
"cy": "is-ci \"test:e2e\" \"cy:open\"",
"cy:open": "cypress open",
"cy:run": "CYPRESS_BASE_URL=http://localhost:8080 cypress run",
"test:e2e": "start-server-and-test start http://localhost:8080 cy:run",
"test": "is-ci \"test:coverage\" \"test:watch\"",
"test:coverage": "jest --coverage",
"test:watch": "jest --watch",
"test:debug": "node --inspect-brk ./node_modules/jest/bin/jest.js --runInBand --watch"
}
}