-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
61 lines (61 loc) · 1.66 KB
/
package.json
File metadata and controls
61 lines (61 loc) · 1.66 KB
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
{
"name": "disney-api-site",
"description": "Disney API documentation website",
"version": "1.0.0",
"author": "Manuela Castrillon <10585946+ManuCastrillonM@users.noreply.github.com>",
"dependencies": {
"@mdx-js/react": "^2.3.0",
"gatsby": "^5.13.1",
"gatsby-image": "^3.11.0",
"gatsby-plugin-google-gtag": "^5.14.0",
"gatsby-plugin-image": "^3.12.3",
"gatsby-plugin-manifest": "^5.7.0",
"gatsby-plugin-mdx": "^5.13.0",
"gatsby-plugin-offline": "^6.7.0",
"gatsby-plugin-preconnect": "^1.4.0",
"gatsby-plugin-sharp": "^5.12.3",
"gatsby-plugin-webfonts": "^2.3.2",
"gatsby-source-filesystem": "^5.13.0",
"gatsby-transformer-sharp": "^5.12.3",
"husky": "^4.3.8",
"prop-types": "^15.7.2",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-helmet": "^6.1.0",
"remark-gfm": "^3.0.1"
},
"devDependencies": {
"prettier": "2.0.5"
},
"overrides": {
"react-server-dom-webpack@0.0.0-experimental-c8b778b7f-20220825": {
"react": "^18.2.0"
}
},
"keywords": [
"gatsby",
"api",
"disney"
],
"license": "BSD-3-Clause",
"scripts": {
"build": "gatsby build",
"develop": "gatsby develop",
"format": "prettier --write \"**/*.{js,jsx,json,md}\"",
"start": "npm run develop",
"serve": "gatsby serve",
"clean": "gatsby clean",
"test": "echo \"Write tests! -> https://gatsby.dev/unit-testing\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/ManuCastrillonM/disneyapi.dev"
},
"bugs": {
"url": "https://github.com/ManuCastrillonM/disneyapi.dev/issues"
},
"engines": {
"node": ">=18.0.0",
"npm": ">=7.0.0"
}
}