-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
78 lines (78 loc) · 2.28 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
{
"name": "yihong.run",
"version": "1.0.0",
"private": true,
"description": "Yi hong",
"author": "Yi Hong <[email protected]>",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/yihong0618/running_page"
},
"engines": {
"node": ">=14.15.0"
},
"scripts": {
"data:clean": "rm scripts/data.db GPX_OUT/* activities/* src/static/activities.json",
"data:analysis": "python3 scripts/gen_svg.py --from-db --type github --output assets/github.svg",
"build": "gatsby build",
"dev": "gatsby develop",
"serve": "gatsby serve",
"lint": "eslint .",
"lint:fix": "eslint . --fix"
},
"dependencies": {
"@antfu/eslint-config-react": "^0.43.1",
"@mapbox/mapbox-gl-language": "^1.0.0",
"@mapbox/polyline": "^1.1.1",
"@vercel/analytics": "^1.0.1",
"classnames": "^2.3.1",
"date-fns": "^2.28.0",
"deepmerge": "^4.2.2",
"gatsby": "^4.17.1",
"gatsby-alias-imports": "^1.0.6",
"gatsby-legacy-polyfills": "^3.7.0",
"gatsby-link": "^4.16.0",
"gatsby-plugin-manifest": "^4.16.0",
"gatsby-plugin-postcss": "^5.16.0",
"gatsby-plugin-react-helmet": "^5.16.0",
"gatsby-plugin-react-svg": "^3.1.0",
"gatsby-plugin-sass": "^5.16.0",
"gatsby-plugin-vercel": "^1.0.4",
"gatsby-react-router-scroll": "^5.16.0",
"gatsby-script": "^1.1.0",
"gatsby-source-filesystem": "^4.16.0",
"gatsby-transformer-json": "^4.16.0",
"gcoord": "^1.0.5",
"mapbox-gl": "^2.8.2",
"mitt": "^3.0.0",
"postcss": "^8.4.14",
"prop-types": "^15.8.1",
"react": "^18.1.0",
"react-dom": "^18.1.0",
"react-helmet": "^6.1.0",
"react-map-gl": "^6.1.16",
"sass": "^1.52.3",
"sass-mq": "^6.0.0",
"shallow-compare": "^1.2.2",
"styled-components": "^6.0.5",
"svg-react-loader": "^0.4.6",
"tachyons": "^4.12.0",
"tachyons-sass": "https://github.com/tachyons-css/tachyons-sass.git",
"tailwindcss": "^3.1.2",
"viewport-mercator-project": "^7.0.4",
"webpack": "^5.73.0"
},
"engineStrict": true,
"browserslist": "defaults, not ie 11",
"volta": {
"node": "18.17.0",
"pnpm": "8.6.10"
},
"devDependencies": {
"@antfu/eslint-config": "^0.43.1",
"eslint": "^8.19.0",
"gatsby-plugin-pnpm": "^1.2.10",
"typescript": "^5.0.4"
}
}