-
Notifications
You must be signed in to change notification settings - Fork 228
/
package.json
69 lines (69 loc) · 2.39 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
{
"name": "etc3022",
"version": "1.0.0",
"private": true,
"twin": {
"preset": "emotion"
},
"scripts": {
"develop": "GATSBY_DISABLE_CUSTOM_404=1 GATSBY_TELEMETRY_DISABLED=1 gatsby develop",
"develop-i18n": "I18N_DEV=1 npm run develop",
"develop-lan": "npm run develop -- -H 0.0.0.0",
"start": "npm run develop",
"build": "GATSBY_CPU_COUNT=3 GATSBY_TELEMETRY_DISABLED=1 gatsby build --log-pages",
"build-fast": "GATSBY_TELEMETRY_DISABLED=1 gatsby build --log-pages",
"serve": "GATSBY_TELEMETRY_DISABLED=1 gatsby serve",
"clean": "GATSBY_TELEMETRY_DISABLED=1 gatsby clean"
},
"dependencies": {
"@fortawesome/fontawesome-free": "^5.15.4",
"@fortawesome/free-brands-svg-icons": "^5.15.4",
"@fortawesome/free-solid-svg-icons": "^5.15.4",
"@headlessui/react": "^1.7.3",
"@mdx-js/mdx": "^1.6.22",
"@mdx-js/react": "^1.6.22",
"@tailwindcss/aspect-ratio": "^0.3.0",
"@tailwindcss/line-clamp": "^0.2.2",
"@tailwindcss/typography": "^0.4.1",
"algoliasearch": "^4.14.2",
"autoprefixer": "^10.4.12",
"dayjs": "^1.11.5",
"flag-icon-css": "^4.1.6",
"gatsby": "4.25.4",
"gatsby-plugin-algolia": "^0.26.0",
"gatsby-plugin-env-variables": "^2.2.0",
"gatsby-plugin-feed": "4.24.0",
"gatsby-plugin-image": "^2.24.0",
"gatsby-plugin-mdx": "^3.20.0",
"gatsby-plugin-netlify": "^5.0.1",
"gatsby-plugin-nprogress": "4.24.0",
"gatsby-plugin-perf-budgets": "^0.0.18",
"gatsby-plugin-react-helmet": "^5.24.0",
"gatsby-plugin-remote-images": "^3.5.0",
"gatsby-plugin-robots-txt": "^1.7.1",
"gatsby-plugin-sharp": "4.24.0",
"gatsby-plugin-sitemap": "^5.24.0",
"gatsby-plugin-webpack-bundle-analyser-v2": "^1.1.30",
"gatsby-remark-copy-linked-files": "^5.24.0",
"gatsby-remark-images": "^6.24.0",
"gatsby-source-filesystem": "4.24.0",
"gatsby-transformer-sharp": "4.24.0",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-helmet": "^6.1.0",
"react-instantsearch-dom": "^6.37.0",
"react-markdown": "^7.1.2",
"rehype-autolink-headings": "^6.1.1",
"rehype-slug": "^5.0.1",
"rooks": "^5.14.1",
"tailwindcss": "^2.2.19",
"toml-require": "^1.2.0"
},
"devDependencies": {
"@emotion/react": "^11.10.4",
"@emotion/styled": "^11.10.4",
"eslint-config-react-app": "^6.0.0",
"gatsby-plugin-emotion": "^7.24.0",
"twin.macro": "^2.8.2"
}
}