-
Notifications
You must be signed in to change notification settings - Fork 46
/
package.json
121 lines (121 loc) · 4.1 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
{
"name": "rudderstack-docs",
"private": false,
"description": "RudderStack documentation",
"version": "0.1.0",
"author": "RudderStack <info@rudderstack.com>",
"dependencies": {
"@loadable/component": "^5.14.1",
"@mdx-js/mdx": "^1.6.22",
"@mdx-js/react": "^1.6.22",
"@mdx-js/runtime": "^1.6.22",
"@reach/tabs": "^0.16.1",
"@rocketseat/gatsby-theme-docs": "^3.1.0",
"@rocketseat/gatsby-theme-docs-core": "^3.1.0",
"algoliasearch": "^4.8.6",
"autoprefixer": "^10.2.6",
"babel-plugin-prismjs": "^2.1.0",
"babel-plugin-transform-imports": "^2.0.0",
"dotenv": "^8.2.0",
"gatsby": "^4.15.1",
"gatsby-cli": "^4.15.0",
"gatsby-plugin-algolia": "^0.26.0",
"gatsby-plugin-exclude": "^1.0.2",
"gatsby-plugin-feed": "^4.15.0",
"gatsby-plugin-image": "^2.15.0",
"gatsby-plugin-manifest": "^4.15.0",
"gatsby-plugin-mdx": "^3.15.0",
"gatsby-plugin-postcss": "^5.15.0",
"gatsby-plugin-preact": "^6.15.0",
"gatsby-plugin-preconnect": "^1.3.0",
"gatsby-plugin-purgecss": "^6.0.1",
"gatsby-plugin-react-helmet": "^5.15.0",
"gatsby-plugin-react-helmet-canonical-urls": "^1.4.0",
"gatsby-plugin-robots-txt": "^1.7.1",
"gatsby-plugin-rudderstack": "^1.1.1",
"gatsby-plugin-sharp": "^4.15.0",
"gatsby-plugin-sitemap": "^5.18.1",
"gatsby-plugin-styled-components": "^5.15.0",
"gatsby-plugin-use-query-params": "^1.0.1",
"gatsby-remark-embedder": "^6.0.0",
"gatsby-remark-images": "^6.15.0",
"gatsby-source-filesystem": "^4.15.0",
"gatsby-source-sanity": "^7.4.2",
"gatsby-transformer-csv": "^4.15.0",
"gatsby-transformer-sharp": "^4.15.0",
"gatsby-transformer-yaml": "^4.16.0",
"get-youtube-id": "^1.0.1",
"lodash-es": "^4.17.21",
"luxon": "^2.2.0",
"medium-zoom": "^1.0.6",
"postcss": "^8.2.9",
"preact": "^10.5.15",
"preact-render-to-string": "^5.1.19",
"prismjs": "^1.25.0",
"prop-types": "^15.7.2",
"react": "^17.0.1",
"react-accessible-accordion": "^3.3.4",
"react-device-detect": "^1.17.0",
"react-dom": "^17.0.1",
"react-h5-audio-player": "^3.7.0",
"react-helmet": "^6.1.0",
"react-instantsearch-dom": "^6.10.3",
"react-katex": "^2.0.2",
"react-rangeslider": "^2.2.0",
"react-responsive-carousel": "^3.2.21",
"react-router-dom": "^5.2.0",
"react-scroll-up-button": "^1.6.4",
"react-select": "^4.3.1",
"react-share": "^4.4.0",
"react-syntax-highlighter": "^15.4.3",
"react-youtube": "^7.13.1",
"rerousel": "^0.1.9",
"semantic-ui-react": "^2.0.3",
"styled-components": "^5.2.3",
"super-react-gist": "^1.0.4",
"tailwindcss": "^2.0.4",
"typed.js": "^2.0.12",
"universal-cookie": "^4.0.4",
"use-query-params": "^1.2.3"
},
"devDependencies": {
"babel-preset-gatsby": "^2.0.0",
"eslint": "^8.20.0",
"eslint-config-airbnb": "^19.0.4",
"eslint-config-prettier": "^8.5.0",
"eslint-import-resolver-typescript": "^3.2.7",
"eslint-plugin-import": "^2.26.0",
"eslint-plugin-json-schema-validator": "^4.0.0",
"eslint-plugin-jsonc": "^2.3.1",
"eslint-plugin-jsx-a11y": "^6.6.0",
"eslint-plugin-prettier": "^4.2.1",
"eslint-plugin-react": "^7.30.1",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-unicorn": "^43.0.0",
"gatsby-plugin-perf-budgets": "0.0.18",
"gatsby-plugin-webpack-bundle-analyser-v2": "^1.1.26",
"prettier": "^2.7.1"
},
"keywords": [
"gatsby"
],
"license": "MIT",
"scripts": {
"build": "GATSBY_EXPERIMENTAL_PAGE_BUILD_ON_DATA_CHANGES=true gatsby build --log-pages",
"develop": "gatsby develop -p 8001",
"format": "prettier --write \"**/*.{js,jsx,ts,tsx,json,md}\"",
"start": "npm run develop",
"cstart": "gatsby clean && gatsby develop",
"cbuild": "gatsby clean && gatsby build",
"serve": "gatsby serve",
"clean": "gatsby clean",
"test": "echo \"Write tests! -> https://gatsby.dev/unit-testing\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/gatsbyjs/gatsby-starter-default"
},
"bugs": {
"url": "https://github.com/gatsbyjs/gatsby/issues"
}
}