This repository has been archived by the owner on Jan 28, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
70 lines (70 loc) · 2.22 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
{
"name": "yihong.run",
"description": "Yi hong",
"version": "1.0.0",
"author": "Yi Hong <[email protected]>",
"dependencies": {
"@mapbox/mapbox-gl-language": "^0.10.1",
"@mapbox/polyline": "^1.1.1",
"@types/react": "^16.9.36",
"classnames": "^2.2.6",
"date-fns": "^2.14.0",
"gatsby": "^2.23.3",
"gatsby-image": "^2.4.7",
"gatsby-plugin-feed": "^2.5.5",
"gatsby-plugin-manifest": "^2.4.11",
"gatsby-plugin-meta-redirect": "^1.1.1",
"gatsby-plugin-offline": "^3.2.9",
"gatsby-plugin-react-helmet": "^3.3.4",
"gatsby-plugin-react-svg": "^3.0.0",
"gatsby-plugin-robots-txt": "^1.5.1",
"gatsby-plugin-sass": "^2.3.4",
"gatsby-plugin-sharp": "^2.6.11",
"gatsby-plugin-sitemap": "^2.4.5",
"gatsby-redirect-from": "^0.2.4",
"gatsby-remark-autolink-headers": "^2.3.5",
"gatsby-remark-classes": "^1.0.0",
"gatsby-remark-embed-youtube": "^0.0.7",
"gatsby-remark-external-links": "^0.0.4",
"gatsby-remark-images": "^3.3.10",
"gatsby-remark-responsive-iframe": "^2.4.5",
"gatsby-remark-smartypants": "^2.3.4",
"gatsby-remark-widows": "^1.0.0",
"gatsby-source-filesystem": "^2.3.11",
"gatsby-transformer-json": "^2.4.5",
"gatsby-transformer-remark": "^2.8.15",
"gatsby-transformer-sharp": "^2.5.5",
"gatsby-transformer-yaml": "^2.4.4",
"node-sass": "^4.14.1",
"pngquant-bin": "^6.0.0",
"prettier": "^2.0.5",
"prop-types": "^15.7.2",
"react": "^16.13.1",
"react-dom": "^16.13.1",
"react-helmet": "^6.1.0",
"react-map-gl": "^5.2.7",
"sass-mq": "^5.0.1",
"styled-components": "^4.4.1",
"tachyons": "^4.12.0",
"tachyons-sass": "^4.9.5",
"webpack": "^4.43.0"
},
"license": "UNLICENSED",
"private": true,
"scripts": {
"build": "gatsby build",
"develop": "gatsby develop",
"serve": "gatsby serve",
"format": "prettier --write '**/*.js' '**/*.jsx' '**/*.md' '**/*.scss'",
"check": "prettier --check '**/*.js' '**/*.jsx' '**/*.md' '**/*.scss'",
"test": "node test.js",
"ci": "yarn run check && yarn run build && yarn run test"
},
"engines": {
"node": ">=10.0.0"
},
"repository": {
"type": "git",
"url": "https://github.com/yihong0618/blog"
}
}