-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
39 lines (39 loc) · 997 Bytes
/
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
{
"name": "gatsby-source-flotiq",
"version": "5.2.3",
"license": "MIT",
"author": "Flotiq team <hello@flotiq.com>",
"repository": {
"type": "git",
"url": "git+https://github.com/flotiq/gatsby-source-flotiq.git"
},
"keywords": [
"flotiq",
"gatsby",
"gatsby-plugin"
],
"dependencies": {
"gatsby-core-utils": "^4.3.1",
"gatsby-source-filesystem": "^5.3.1",
"node-fetch": "^2.6.7"
},
"devDependencies": {
"gatsby": "^5.13.3",
"gatsby-plugin-image": "^3.3.2",
"gatsby-plugin-sharp": "^5.13.1",
"jest": "^27.4.5",
"jest-when": "^3.5.0",
"react": "^18.2.0",
"react-dom": "^18.2.0"
},
"peerDependencies": {
"gatsby": "^5.13.3",
"gatsby-plugin-image": "^3.3.2",
"gatsby-plugin-sharp": "^5.13.1",
"react": "^18.2.0",
"react-dom": "^18.2.0"
},
"scripts": {
"test": "jest"
}
}