-
Notifications
You must be signed in to change notification settings - Fork 31
/
package.json
128 lines (128 loc) · 3.76 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
120
121
122
123
124
125
126
127
128
{
"name": "docs",
"version": "0.0.2",
"description": "Data-driven components for building Maps and Search UIs",
"repository": "[email protected]:appbaseio/docs.git",
"author": {
"name": "Yash Joshi",
"url": "https://github.com/jyash97"
},
"contributors": [
{
"name": "Deepak Grover",
"email": "[email protected]",
"url": "https://github.com/metagrover"
},
{
"name": "Siddharth Kothari",
"email": "[email protected]",
"url": "https://github.com/siddharthlatest"
},
{
"name": "Divyanshu Maithani",
"email": "[email protected]",
"url": "https://github.com/divyanshu013"
}
],
"license": "MIT",
"main": "app.js",
"husky": {
"hooks": {
"pre-commit": "yarn test"
}
},
"scripts": {
"serve": "gatsby build && NODE_ENV=production gatsby serve",
"build": "gatsby build",
"start": "gatsby develop",
"prestart": "gatsby clean",
"lint": "eslint . --ext .js --cache",
"test": "gatsby clean && yarn build",
"auto-schema": "node ./utils/schema.js"
},
"engines": {
"node": ">=14.17.1"
},
"devDependencies": {
"autoprefixer": "9.5.0",
"babel-eslint": "^10.1.0",
"cssnano": "4.1.10",
"eslint": "5.15.1",
"eslint-config-airbnb": "^17.1.0",
"eslint-config-prettier": "^4.1.0",
"eslint-plugin-import": "^2.16.0",
"eslint-plugin-jsx-a11y": "^6.2.1",
"eslint-plugin-prettier": "^3.0.1",
"eslint-plugin-react": "^7.12.4",
"ghost-spirit": "0.0.50",
"husky": "^4.2.5",
"postcss-color-mod-function": "3.0.3",
"postcss-css-variables": "0.12.0",
"postcss-custom-media": "7.0.7",
"postcss-custom-properties": "8.0.9",
"postcss-easy-import": "3.0.0",
"prettier": "^1.16.4"
},
"dependencies": {
"@appbaseio/designkit": "^0.13.0",
"@appbaseio/reactivemaps": "^3.0.0",
"@appbaseio/reactivesearch": "^3.30.3",
"@loadable/component": "^5.15.2",
"@reach/router": "^1.2.1",
"@typeform/embed": "^1.34.1",
"@typeform/embed-react": "^1.13.0",
"add": "^2.0.6",
"antd": "^4.19.1",
"emotion": "9.2.4",
"emotion-server": "9.2.4",
"gatsby": "^4.25.0",
"gatsby-plugin-catch-links": "4.11.0",
"gatsby-plugin-dark-mode": "^1.1.2",
"gatsby-plugin-force-trailing-slashes": "1.0.6",
"gatsby-plugin-google-analytics": "^4.9.0",
"gatsby-plugin-google-gtag": "^5.12.0",
"gatsby-plugin-image": "^2.10.0",
"gatsby-plugin-manifest": "^4.9.0",
"gatsby-plugin-offline": "^5.9.0",
"gatsby-plugin-page-progress": "^2.2.1",
"gatsby-plugin-perf-budgets": "^0.0.18",
"gatsby-plugin-postcss": "5.9.0",
"gatsby-plugin-react-helmet": "5.9.0",
"gatsby-plugin-react-svg": "3.1.0",
"gatsby-plugin-remove-serviceworker": "1.0.0",
"gatsby-plugin-sharp": "^4.11.0",
"gatsby-plugin-webpack-bundle-analyser-v2": "^1.1.26",
"gatsby-remark-autolink-headers": "5.11.0",
"gatsby-remark-check-links": "^2.1.0",
"gatsby-remark-code-titles": "1.1.0",
"gatsby-remark-embed-snippet": "7.9.0",
"gatsby-remark-external-links": "0.0.4",
"gatsby-remark-images": "6.9.0",
"gatsby-remark-prismjs": "6.9.0",
"gatsby-remark-prismjs-copy-button": "^0.3.1",
"gatsby-source-filesystem": "4.9.0",
"gatsby-source-ghost": "4.2.4",
"gatsby-transformer-remark": "5.11.0",
"gatsby-transformer-sharp": "^4.25.0",
"gatsby-transformer-yaml": "4.9.0",
"hotkeys-js": "^3.8.7",
"js-search": "^1.4.2",
"lodash": "^4.17.21",
"moment": "^2.29.4",
"prismjs": "1.27.0",
"prop-types": "^15.8.1",
"react": "^16.9.0",
"react-autosuggest": "9.4.3",
"react-dom": "^16.9.0",
"react-dropdown": "^1.6.4",
"react-helmet": "^6.0.0",
"react-modal": "3.8.1",
"react-responsive-modal": "^4.0.1",
"react-router": "^6.0.1",
"react-router-dom": "^4.3.1",
"react-use-fusejs": "^1.0.1",
"searchbox-showcase": "https://github.com/awesome-reactivesearch/searchbox-showcase.git#ac58bba",
"tocbot": "^4.18.0",
"yarn": "^1.22.18"
}
}