-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
142 lines (142 loc) · 4.32 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
{
"name": "satellytes-com",
"private": true,
"description": "Satellytes Website",
"version": "1.0.0",
"license": "MIT",
"repository": {
"type": "git",
"url": "[email protected]:satellytes/satellytes.com.git"
},
"engines": {
"node": ">=18",
"npm": "please-use-yarn",
"yarn": "^1.0.0"
},
"scripts": {
"start": "yarn develop",
"develop": "gatsby develop",
"build": "gatsby build",
"serve": "gatsby serve",
"clean": "gatsby clean",
"test": "jest",
"format": "prettier \"**/*.{tsx,ts,md}\" --write",
"test:types": "tsc --noEmit",
"test:lint": "eslint \"**/*.{tsx,ts}\"",
"test:format": "prettier \"**/*.{tsx,ts,md}\" --check",
"postinstall": "husky install",
"precommit": "lint-staged"
},
"dependencies": {
"@contentful/rich-text-html-renderer": "^16.0.5",
"@contentful/rich-text-plain-text-renderer": "^16.0.7",
"@reach/accordion": "^0.18.0",
"@reach/listbox": "^0.18.0",
"@reach/tabs": "^0.18.0",
"@slack/web-api": "^6.11.2",
"@svgr/webpack": "^8.0.1",
"@types/leaflet": "^1.9.8",
"axios": "^1.6.5",
"babel-plugin-styled-components": "^2.1.3",
"canvas": "^2.11.2",
"date-fns": "^3.2.0",
"fast-xml-parser": "^4.3.3",
"gatsby": "^5.13.1",
"gatsby-background-image": "^1.6.0",
"gatsby-plugin-canonical-urls": "^5.13.0",
"gatsby-plugin-catch-links": "^5.13.0",
"gatsby-plugin-feed": "^5.13.0",
"gatsby-plugin-gatsby-cloud": "^5.13.0",
"gatsby-plugin-image": "^3.13.0",
"gatsby-plugin-manifest": "^5.13.0",
"gatsby-plugin-react-i18next": "^3.0.1",
"gatsby-plugin-readingtime": "^3.0.2",
"gatsby-plugin-robots-txt": "^1.8.0",
"gatsby-plugin-sass": "^6.13.0",
"gatsby-plugin-sharp": "^5.13.0",
"gatsby-plugin-sitemap": "^6.13.0",
"gatsby-plugin-smoothscroll": "^1.2.0",
"gatsby-plugin-styled-components": "^6.13.0",
"gatsby-plugin-svgr": "^3.0.0-beta.0",
"gatsby-remark-copy-linked-files": "^6.13.0",
"gatsby-remark-external-links": "^0.0.4",
"gatsby-remark-images": "^7.13.0",
"gatsby-remark-prismjs": "^7.13.0",
"gatsby-source-contentful": "^8.13.0",
"gatsby-source-filesystem": "^5.13.0",
"gatsby-transformer-json": "^5.13.0",
"gatsby-transformer-remark": "^6.13.0",
"gatsby-transformer-sharp": "^5.13.0",
"html-entities": "^2.3.2",
"i18next": "^23.7.16",
"leaflet": "^1.9.4",
"leaflet-gesture-handling": "^1.2.2",
"modern-normalize": "^2.0.0",
"polished": "^4.2.2",
"prismjs": "^1.29.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-dropzone": "^14.2.3",
"react-hook-form": "^7.49.3",
"react-i18next": "^14.0.0",
"react-leaflet": "^4.2.1",
"react-medium-image-zoom": "^5.1.10",
"react-share": "^5.1.0",
"react-spring": "^9.7.3",
"react-use": "^17.4.3",
"rehype-react": "^7.2.0",
"sass": "^1.69.7",
"schema-dts": "^1.1.2",
"sharp": "^0.33.2",
"showdown": "^2.1.0",
"slugify": "^1.6.6",
"striptags": "^3.2.0",
"styled-components": "^6.1.8",
"stylis": "^4.3.1",
"unified": "^10.1.1",
"util": "^0.12.5",
"webpack": "^5.84.1",
"what-input": "^5.2.12"
},
"devDependencies": {
"@babel/core": "^7.23.7",
"@testing-library/jest-dom": "^6.2.0",
"@testing-library/react": "^14.0.0",
"@types/jest": "^29.5.11",
"@types/node": "^20.11.0",
"@types/react": "^18.2.47",
"@types/react-dom": "^18.2.18",
"@types/react-syntax-highlighter": "^15.5.11",
"@types/showdown": "^2.0.6",
"@types/styled-components": "^5.1.34",
"@typescript-eslint/eslint-plugin": "^6.18.1",
"@typescript-eslint/parser": "^6.18.1",
"babel-loader": "^9.1.2",
"eslint": "^8.56.0",
"eslint-config-prettier": "^9.1.0",
"eslint-loader": "^4.0.2",
"eslint-plugin-jest-dom": "^5.1.0",
"eslint-plugin-jsx-a11y": "^6.7.1",
"eslint-plugin-react": "^7.32.2",
"husky": "^8.0.3",
"identity-obj-proxy": "^3.0.0",
"jest": "^29.5.0",
"jest-environment-jsdom": "^29.5.0",
"jsdom": "^23.2.0",
"lint-staged": "^15.2.0",
"prettier": "^3.2.2",
"serve": "^14.2.0",
"ts-jest": "^29.1.0",
"typescript": "^5.3.3"
},
"lint-staged": {
"*.{js,jsx,ts,tsx,json,md}": [
"eslint --fix",
"prettier --write"
]
},
"resolutions": {
"webpack": "^5",
"styled-components": "^6"
}
}