-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
136 lines (136 loc) · 4.28 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
{
"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": {
"@aws-sdk/client-dynamodb": "^3.328.0",
"@aws-sdk/lib-dynamodb": "^3.328.0",
"@loadable/component": "^5.15.3",
"@mikaelkristiansson/domready": "1.0.11",
"@react-icons/all-files": "^4.1.0",
"@testing-library/react": "14.0.0",
"@types/loadable__component": "^5.13.4",
"@types/luxon": "^3.3.0",
"@types/react-datepicker": "^4.11.2",
"@types/react-syntax-highlighter": "^15.5.6",
"add": "^2.0.6",
"anser": "2.1.1",
"aws-cdk": "2.77.0",
"aws-cdk-lib": "2.77.0",
"aws-lambda": "1.0.6",
"aws-sdk": "2.1009.0",
"axios": "0.23.0",
"babel-plugin-remove-graphql-queries": "5.9.0",
"babel-preset-gatsby": "3.9.0",
"constructs": "next",
"css.escape": "1.5.1",
"easymde": "^2.18.0",
"esbuild": "0.17.18",
"event-source-polyfill": "1.0.24",
"formik": "2.2.9",
"gatsby": "5.9.0",
"gatsby-legacy-polyfills": "3.9.0",
"gatsby-plugin-feed": "5.9.0",
"gatsby-plugin-gatsby-cloud": "^5.9.0",
"gatsby-plugin-google-tagmanager": "^5.9.0",
"gatsby-plugin-image": "^3.9.0",
"gatsby-plugin-react-helmet": "^6.9.0",
"gatsby-plugin-sharp": "^5.9.0",
"gatsby-plugin-sitemap": "^6.9.0",
"gatsby-remark-prismjs": "^7.9.0",
"gatsby-source-custom-api": "^2.3.6",
"gatsby-source-filesystem": "^5.9.0",
"gatsby-transformer-remark": "^6.9.0",
"gatsby-transformer-sharp": "^5.9.0",
"http-status-codes": "2.1.4",
"linaria": "4.1.16",
"lodash": "4.17.21",
"luxon": "^3.3.0",
"mitt": "3.0.0",
"path": "0.12.7",
"platform": "1.3.6",
"prismjs": "1.24.1",
"prop-types": "15.7.2",
"query-string": "7.0.1",
"react": "18.2.0",
"react-datepicker": "^4.11.0",
"react-dom": "18.2.0",
"react-helmet": "6.1.0",
"react-markdown": "^8.0.7",
"react-simplemde-editor": "^5.2.0",
"react-spinners": "^0.13.8",
"react-syntax-highlighter": "^15.5.0",
"rehype-highlight": "6.0.0",
"rehype-react": "7.2.0",
"shallow-compare": "1.2.2",
"source-map-support": "0.5.19",
"stack-trace": "1.0.0-pre1",
"swr": "^2.1.5",
"unified": "10.1.0",
"yarn": "^1.22.19",
"zod": "^3.21.4"
},
"devDependencies": {
"@babel/preset-typescript": "7.21.4",
"@testing-library/jest-dom": "5.16.5",
"@types/aws-lambda": "8.10.84",
"@types/jest": "29.5.1",
"@types/node": "18.16.1",
"@types/react": "18.2.0",
"@types/react-helmet": "6.1.1",
"@types/testing-library__jest-dom": "5.14.5",
"@typescript-eslint/eslint-plugin": "5.1.0",
"@typescript-eslint/parser": "5.1.0",
"babel-jest": "^29.5.0",
"eslint": "8.0.1",
"eslint-config-benwainwright": "https://github.com/benwainwright/eslint-config-benwainwright",
"eslint-import-resolver-typescript": "2.5.0",
"eslint-plugin-array-func": "3.1.7",
"eslint-plugin-filenames": "1.3.2",
"eslint-plugin-fp": "2.3.0",
"eslint-plugin-import": "2.25.2",
"eslint-plugin-promise": "5.1.0",
"eslint-plugin-react": "7.26.1",
"eslint-plugin-react-hooks": "4.6.0",
"eslint-plugin-sonarjs": "0.10.0",
"eslint-plugin-spellcheck": "0.0.19",
"eslint-plugin-unicorn": "37.0.1",
"jest": "29.5.0",
"jest-environment-jsdom": "^29.5.0",
"jest-extended": "1.1.0",
"jest-transform-stub": "2.0.0",
"prettier": "2.2.1",
"title-case": "3.0.3",
"ts-node": "10.9.1",
"typescript": "5.0.4",
"typescript-plugin-css-modules": "4.1.1"
},
"keywords": [
"gatsby"
],
"license": "0BSD",
"scripts": {
"build": "gatsby build",
"develop": "gatsby develop",
"develop:lan": "gatsby develop -H 0.0.0.0",
"format": "prettier --write \"**/*.{js,jsx,ts,tsx,json,md}\"",
"start": "gatsby develop",
"serve": "gatsby serve",
"lint": "eslint src",
"types": "tsc",
"clean": "gatsby clean",
"test:ci": "CI=true jest",
"test": "jest",
"test:Watch": "jest --watch"
},
"repository": {
"type": "git",
"url": "https://github.com/gatsbyjs/gatsby-starter-default"
},
"bugs": {
"url": "https://github.com/gatsbyjs/gatsby/issues"
},
"packageManager": "[email protected]"
}