-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
58 lines (58 loc) · 1.7 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
{
"name": "kloder-games-web",
"private": true,
"description": "Kloder Games Web",
"version": "0.1.0",
"author": "Javier López Úbeda <[email protected]>",
"dependencies": {
"@rhysforyou/gatsby-plugin-react-helmet-async": "^0.1.3",
"babel-plugin-styled-components": "^1.11.1",
"gatsby": "^2.24.64",
"gatsby-image": "^2.4.19",
"gatsby-plugin-intl": "^0.3.3",
"gatsby-plugin-manifest": "^2.4.31",
"gatsby-plugin-offline": "^3.2.28",
"gatsby-plugin-react-helmet": "^3.3.11",
"gatsby-plugin-sass": "^2.3.13",
"gatsby-plugin-sharp": "^2.6.36",
"gatsby-plugin-styled-components": "^3.3.11",
"gatsby-source-filesystem": "^2.3.30",
"gatsby-transformer-remark": "^2.8.35",
"gatsby-transformer-sharp": "^2.5.15",
"gatsby-transformer-yaml": "^2.4.12",
"node-sass": "^4.14.1",
"prop-types": "^15.7.2",
"react": "^16.13.1",
"react-cookie": "^4.0.3",
"react-dom": "^16.13.1",
"react-helmet-async": "^1.0.7",
"react-icons": "^3.11.0",
"react-slick": "^0.27.11",
"remark": "^12.0.1",
"remark-html": "^12.0.0",
"styled-components": "^5.2.0"
},
"devDependencies": {
"prettier": "^2.1.2"
},
"keywords": [
"gatsby"
],
"license": "MIT",
"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 0"
},
"repository": {
"type": "git",
"url": "https://github.com/klodergames/website"
},
"bugs": {
"url": "https://github.com/klodergames/website/issues"
}
}