forked from yihong0618/running_page
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
84 lines (84 loc) · 2.75 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
78
79
80
81
82
83
84
{
"name": "yihong.run",
"description": "Yi hong",
"version": "1.0.0",
"author": "Yi Hong <zouzou0208@gmail.com>",
"dependencies": {
"@mapbox/mapbox-gl-language": "^0.10.1",
"@mapbox/polyline": "^1.1.1",
"classnames": "^2.2.6",
"date-fns": "^2.14.0",
"gatsby": "^4.6.2",
"gatsby-alias-imports": "^1.0.6",
"gatsby-image": "^3.0.0",
"gatsby-plugin-feed": "^4.6.0",
"gatsby-plugin-manifest": "^4.6.0",
"gatsby-plugin-meta-redirect": "^1.1.1",
"gatsby-plugin-offline": "^5.6.0",
"gatsby-plugin-react-helmet": "^5.6.0",
"gatsby-plugin-react-svg": "^3.0.0",
"gatsby-plugin-robots-txt": "^1.5.1",
"gatsby-plugin-sass": "^5.6.0",
"gatsby-plugin-sharp": "^4.6.0",
"gatsby-plugin-sitemap": "^5.6.0",
"gatsby-redirect-from": "^0.4.3",
"gatsby-remark-autolink-headers": "^5.6.0",
"gatsby-remark-classes": "^1.0.0",
"gatsby-remark-external-links": "^0.0.4",
"gatsby-remark-images": "^6.6.0",
"gatsby-remark-responsive-iframe": "^5.6.0",
"gatsby-remark-smartypants": "^5.6.0",
"gatsby-remark-widows": "^1.0.0",
"gatsby-source-filesystem": "^4.6.0",
"gatsby-transformer-json": "^4.6.0",
"gatsby-transformer-remark": "^5.6.0",
"gatsby-transformer-sharp": "^4.6.0",
"gatsby-transformer-yaml": "^4.6.0",
"gcoord": "^0.3.2",
"pngquant-bin": "^6.0.0",
"prettier": "^2.2.1",
"prop-types": "^15.7.2",
"react": "^17.0.1",
"react-dom": "^17.0.1",
"react-helmet": "^6.1.0",
"react-map-gl": "^5.2.11",
"sass": "^1.50.0",
"sass-mq": "^5.0.1",
"styled-components": "^4.4.1",
"tachyons": "^4.12.0",
"tachyons-sass": "^4.9.5",
"webpack": "^5.11.0"
},
"license": "MIT",
"private": true,
"scripts": {
"data:clean": "rm scripts/data.db GPX_OUT/* activities/* src/static/activities.json",
"data:download:garmin": "python3 scripts/garmin_sync.py",
"data:analysis": "python3 scripts/gen_svg.py --from-db --type github --output assets/github.svg",
"build": "gatsby build",
"develop": "gatsby develop",
"serve": "gatsby serve",
"lint": "eslint --ext .js,.jsx src --fix",
"check": "npx prettier --write *.{js,jsx,scss,json,md,yaml}",
"ci": "yarn run check && yarn run build && yarn run test"
},
"engineStrict": true,
"engines": {
"node": ">=14.15.0"
},
"repository": {
"type": "git",
"url": "https://github.com/yihong0618/running_page"
},
"devDependencies": {
"babel-eslint": "^10.1.0",
"eslint": "^7.13.0",
"eslint-config-airbnb": "^18.2.1",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-import": "^2.22.1",
"eslint-plugin-jsx-a11y": "^6.4.1",
"eslint-plugin-prettier": "^3.4.0",
"eslint-plugin-react": "^7.21.5",
"eslint-plugin-react-hooks": "^4.2.0"
}
}