-
Notifications
You must be signed in to change notification settings - Fork 19
/
Copy pathpackage.json
119 lines (119 loc) · 3.92 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
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
{
"name": "gatsbyjs.org",
"description": "Gatsby's Website",
"version": "2.0.0-beta",
"author": "Kyle Mathews <[email protected]>",
"dependencies": {
"@fortawesome/fontawesome-free": "^5.8.1",
"@reach/skip-nav": "^0.1.2",
"assign-deep": "^1.0.1",
"bluebird": "^3.5.4",
"crypto-js": "^4.1.1",
"d3": "^5.9.2",
"dotenv": "^6.0.0",
"echarts": "^5.0.2",
"echarts-for-react": "^3.0.1",
"email-validator": "^1.1.1",
"emotion": "^9.2.12",
"emotion-server": "^9.2.12",
"font-awesome": "^4.7.0",
"framer-motion": "^1.10.2",
"fuse.js": "^3.4.4",
"gatsby": "^2.19.32",
"gatsby-image": "^2.2.43",
"gatsby-plugin-baidu-analytics": "^1.1.16",
"gatsby-plugin-canonical-urls": "^2.0.12",
"gatsby-plugin-catch-links": "^2.0.13",
"gatsby-plugin-emotion": "^2.0.5",
"gatsby-plugin-feed": "^2.1.0",
"gatsby-plugin-gitalk": "^1.2.6",
"gatsby-plugin-layout": "^1.0.14",
"gatsby-plugin-lodash": "^3.1.21",
"gatsby-plugin-manifest": "^2.0.29",
"gatsby-plugin-nprogress": "^2.0.10",
"gatsby-plugin-offline": "^2.0.25",
"gatsby-plugin-react-helmet": "^3.0.12",
"gatsby-plugin-sharp": "^2.4.7",
"gatsby-plugin-sitemap": "^2.0.12",
"gatsby-plugin-typography": "^2.2.13",
"gatsby-source-filesystem": "^2.0.29",
"gatsby-transformer-csv": "^2.0.8",
"gatsby-transformer-sharp": "^2.3.17",
"gatsby-transformer-xsjzip": "^1.2.15",
"gatsby-transformer-yaml": "^2.2.26",
"glob": "^7.1.6",
"graphql-request": "1.6.0",
"gray-percentage": "^2.0.0",
"gsap": "^3.11.0",
"hex2rgba": "^0.0.1",
"lodash": "^4.17.15",
"lodash.debounce": "^4.0.8",
"lodash.throttle": "^4.1.1",
"mitt": "^1.1.3",
"mousetrap": "^1.6.3",
"parse-filepath": "^1.0.2",
"parse-github-url": "^1.0.2",
"prismjs": "^1.16.0",
"qs": "^6.7.0",
"query-string": "^6.4.2",
"react": "^16.8.6",
"react-composition": "^0.2.2",
"react-dom": "^16.8.6",
"react-emotion": "^9.2.12",
"react-gif-player": "^0.4.2",
"react-helmet": "^5.2.0",
"react-hexagon": "^1.1.3",
"react-highlight-words": "^0.16.0",
"react-icons": "^4.2.0",
"react-instantsearch": "^4.5.1",
"react-medium-image-zoom": "^3.0.15",
"react-modal": "^3.8.1",
"react-parallax-tilt": "^1.7.122",
"react-pose": "^4.0.8",
"react-pose-text": "^3.1.0",
"react-transition-group": "^2.9.0",
"react-typography": "^1.0.0-alpha.4",
"react-vis-timeline-2": "^2.1.6",
"react-zoom-pan-pinch": "^1.6.1",
"rehype-react": "^3.0.3",
"remove-markdown": "^0.3.0",
"require-yml": "^1.3.2",
"slash": "^1.0.0",
"slugify": "^1.3.0",
"tocbot": "^4.13.4",
"typography": "^1.0.0-alpha.4",
"zipkin": "^0.14.2",
"zipkin-javascript-opentracing": "^2.0.0",
"zipkin-transport-http": "^0.14.2"
},
"keywords": [
"gatsby"
],
"license": "MIT",
"main": "n/a",
"private": true,
"scripts": {
"build": "cross-env XSJ_TONGJI=true gatsby build",
"b": "gatsby build",
"clean": "rm -rf .cache && rm -rf public",
"deploy": "gatsby build --prefix-paths && gh-pages -d public -r [email protected]:suziwen/roadbike.git",
"deploy-gitee": "gatsby build --prefix-paths && gh-pages -d public -r gitee:suziwen/roadbike.git",
"sync": "rsync -a public/ ../roadbike_static/",
"develop": "gatsby develop --host=0.0.0.0 --verbose",
"start": "npm run develop",
"serve": "gatsby serve",
"test": "echo \"Error: no test specified\" && exit 1",
"scrapeStarters": "cd src/data/StarterShowcase && node scraper.js",
"stylelint": "stylelint './src/**/*.js'"
},
"devDependencies": {
"cross-env": "^7.0.2",
"front-matter": "^2.3.0",
"get-package-json-from-github": "^1.2.1",
"github-api": "^3.0.0",
"stylelint": "^9.10.1",
"stylelint-config-standard": "^18.2.0",
"stylelint-config-styled-components": "^0.1.1",
"stylelint-processor-styled-components": "^1.6.0"
}
}