-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathpackage.json
64 lines (64 loc) · 1.85 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
{
"name": "gatsby-starter-glob",
"description": "Gatsby starter for blog",
"version": "0.0.0",
"author": "lyyourc <[email protected]>",
"dependencies": {
"@emotion/core": "^10.0.7",
"@emotion/styled": "^10.0.7",
"@mdx-js/mdx": "^0.15.7",
"@mdx-js/tag": "^0.15.6",
"emotion": "^10.0.7",
"emotion-server": "^10.0.7",
"emotion-theming": "^10.0.7",
"gatsby": "^2.1.19",
"gatsby-image": "^2.0.30",
"gatsby-mdx": "^0.2.0",
"gatsby-plugin-emotion": "^3.0.1",
"gatsby-plugin-google-analytics": "^2.0.15",
"gatsby-plugin-manifest": "^2.0.20",
"gatsby-plugin-nprogress": "^2.0.8",
"gatsby-plugin-offline": "^2.0.24",
"gatsby-plugin-react-helmet": "^3.0.7",
"gatsby-plugin-remove-serviceworker": "^1.0.0",
"gatsby-plugin-sharp": "^2.0.23",
"gatsby-plugin-typescript": "^2.0.9",
"gatsby-remark-images": "^3.0.5",
"gatsby-remark-prismjs": "^3.2.4",
"gatsby-source-filesystem": "^2.0.23",
"gatsby-transformer-sharp": "^2.1.15",
"prismjs": "^1.15.0",
"prop-types": "^15.7.2",
"react": "^16.8.3",
"react-dom": "^16.8.3",
"react-helmet": "^5.2.0",
"react-live": "^1.12.0",
"styled-system": "^4.0.1"
},
"keywords": [
"gatsby",
"starter",
"blog"
],
"license": "MIT",
"scripts": {
"build": "gatsby build",
"develop": "gatsby develop --host=0.0.0.0",
"start": "npm run develop",
"format": "prettier --write \"src/**/*.js\"",
"type-check": "tsc --noEmit",
"test": "echo \"Error: no test specified\" && exit 1"
},
"devDependencies": {
"@types/styled-system": "^3.2.2",
"prettier": "^1.16.4",
"tslint": "^5.13.1",
"tslint-config-prettier": "^1.18.0",
"tslint-react": "^3.6.0",
"typescript": "^3.3.3333"
},
"repository": {
"type": "git",
"url": "https://github.com/lyyourc/gatsby-starter-glob"
}
}