-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
47 lines (47 loc) · 1.32 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
{
"name": "gaoyouzhi",
"description": "The county annals of my hometown",
"version": "1.0.1",
"author": "Chisw",
"keywords": [
"gaoyouzhi"
],
"scripts": {
"develop": "gatsby develop",
"start": "gatsby develop",
"build": "gatsby build",
"serve": "gatsby serve",
"clean": "gatsby clean"
},
"dependencies": {
"algoliasearch": "^4.8.5",
"autoprefixer": "^10.2.5",
"babel-preset-gatsby": "^1.0.0",
"chart.js": "^2.9.4",
"gatsby": "^3.0.1",
"gatsby-plugin-algolia": "^0.16.3",
"gatsby-plugin-postcss": "^4.0.0",
"gatsby-plugin-react-helmet": "^4.0.0",
"gatsby-plugin-sass": "^4.0.2",
"gatsby-plugin-sharp": "^3.0.0",
"gatsby-remark-autolink-headers": "^3.0.0",
"gatsby-remark-copy-linked-files": "^3.0.0",
"gatsby-remark-images": "^4.0.0",
"gatsby-remark-relative-images": "^0.3.0",
"gatsby-source-filesystem": "^3.0.0",
"gatsby-transformer-remark": "^3.0.0",
"gatsby-transformer-sharp": "^3.0.0",
"graphql-tools": "^7.0.4",
"lodash": "^4.17.21",
"luxon": "^1.26.0",
"postcss": "^8.2.7",
"react": "^17.0.1",
"react-chartjs-2": "^2.11.1",
"react-dom": "^17.0.1",
"react-helmet": "^6.1.0",
"react-instantsearch-dom": "^6.10.3",
"tailwindcss": "^2.0.3",
"tocbot": "^4.12.2",
"viewerjs": "^1.9.0"
}
}