forked from PokeAPI/pokeapi.co
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
42 lines (42 loc) · 1.19 KB
/
Copy pathpackage.json
File metadata and controls
42 lines (42 loc) · 1.19 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
{
"name": "pokeapi-co-website",
"description": "http://pokeapi.co website",
"author": "Charles Marttinen",
"license": "MIT",
"scripts": {
"develop": "gatsby develop",
"build": "gatsby build",
"serve": "gatsby serve"
},
"engines": {
"node": ">=10.11.0"
},
"dependencies": {
"classnames": "^2.2.6",
"cross-fetch": "^2.2.2",
"gatsby": "next",
"gatsby-plugin-google-analytics": "^2.0.6",
"gatsby-plugin-manifest": "^2.0.2-rc.1",
"gatsby-plugin-offline": "next",
"gatsby-plugin-react-helmet": "next",
"gatsby-plugin-react-svg": "^2.0.0-beta1",
"gatsby-plugin-sass": "next",
"hash-sum": "^1.0.2",
"marked": "^0.5.0",
"node-sass": "^4.9.3",
"prop-types": "^15.6.2",
"react": "^16.4.2",
"react-dom": "^16.4.2",
"react-helmet": "^5.2.0",
"react-syntax-highlighter": "^8.0.1",
"sanitize.css": "^7.0.3"
},
"repository": {
"type": "git",
"url": "https://github.com/pokeapi/pokeapi-co-website"
},
"devDependencies": {
"firebase-tools": "^4.2.1",
"prettier": "^1.14.2"
}
}