-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
77 lines (77 loc) · 2.08 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
{
"name": "playpark",
"description": "Playpark Batam",
"version": "0.1.1",
"author": "Bejo Karmila",
"dependencies": {
"@contentful/rich-text-react-renderer": "^13.4.0",
"@contentful/rich-text-types": "^13.4.0",
"@mdx-js/mdx": "1.4.4",
"@mdx-js/react": "1.4.4",
"@mdx-js/tag": "0.20.3",
"antd": "3.23.1",
"babel-plugin-styled-components": "^1.10.6",
"contentful": "^7.10.0",
"gatsby": "^2.23.11",
"gatsby-cli": "^2.12.51",
"gatsby-image": "2.2.17",
"gatsby-plugin-manifest": "2.2.14",
"gatsby-plugin-mdx": "1.0.39",
"gatsby-plugin-offline": "3.0.3",
"gatsby-plugin-react-helmet": "3.1.6",
"gatsby-plugin-root-import": "^2.0.5",
"gatsby-plugin-sharp": "2.2.20",
"gatsby-plugin-styled-components": "^3.1.11",
"gatsby-remark-autolink-headers": "2.1.9",
"gatsby-remark-images": "3.1.20",
"gatsby-source-contentful": "^2.3.17",
"gatsby-source-filesystem": "2.1.21",
"gatsby-transformer-json": "2.2.7",
"gatsby-transformer-remark": "^2.6.21",
"gatsby-transformer-sharp": "2.2.13",
"lottie-web": "^5.6.10",
"normalize.css": "^8.0.1",
"qrcode": "^1.4.4",
"qrcode.react": "^1.0.0",
"react": "16.9.0",
"react-dom": "16.9.0",
"react-helmet": "5.2.1",
"react-responsive": "6.1.1",
"react-sizeme": "2.6.7",
"styled-components": "4.3.2",
"use-media": "^1.4.0"
},
"keywords": [
"gatsby"
],
"browserslist": [
">0.2%",
"not dead",
"not op_mini all",
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
],
"license": "MIT",
"scripts": {
"build": "gatsby build",
"develop": "gatsby develop",
"start": "npm run develop",
"format": "prettier --write \"./**/*.[jt]s?(x)\" \"./**/*.md\"",
"test": "echo \"Error: no test specified\" && exit 1",
"deploy": "gatsby build --prefix-paths && gh-pages -d public"
},
"devDependencies": {
"@types/node": "12.7.4",
"@types/react": "16.9.2",
"@types/react-dom": "16.9.0",
"@types/react-helmet": "5.0.9",
"dotenv": "^8.2.0",
"gatsby-plugin-remove-trailing-slashes": "2.1.5",
"gh-pages": "2.1.1",
"prettier": "1.18.2"
},
"repository": {
"type": "git"
}
}