-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
81 lines (81 loc) · 2.56 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
{
"name": "infinite-caesura",
"version": "1.0.0",
"private": true,
"description": "Infinite Caesura",
"author": "Devin Halladay",
"keywords": [
"gatsby"
],
"scripts": {
"dev": "gatsby develop",
"start": "gatsby develop",
"build": "gatsby clean && gatsby build",
"serve": "gatsby serve",
"clean": "gatsby clean",
"type-check": "tsc --noEmit",
"lint": "eslint . --ignore-path .gitignore --ext .ts,.tsx,.js"
},
"dependencies": {
"@aengusm/gatsby-theme-brain": "^1.0.13",
"@emotion/react": "^11.4.1",
"@fontsource/alegreya": "^4.5.0",
"@fontsource/alegreya-sans": "^4.5.0",
"@fontsource/alegreya-sans-sc": "^4.5.0",
"@fontsource/manuale": "^4.5.1",
"@mdx-js/mdx": "^1.6.22",
"@mdx-js/react": "^1.6.22",
"@tailwindcss/typography": "^0.5.0",
"@types/mdx-js__react": "^1.5.5",
"@types/node": "^17.0.5",
"@types/react": "^17.0.38",
"@types/react-dom": "^17.0.11",
"@types/react-helmet": "^6.1.5",
"@types/react-instantsearch-dom": "^6.12.1",
"@types/tailwindcss": "^3.0.0",
"@typescript-eslint/eslint-plugin": "^5.8.1",
"@typescript-eslint/parser": "^5.8.1",
"algoliasearch": "^4.11.0",
"autoprefixer": "^10.4.1",
"eslint": "^8.6.0",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-prettier": "^4.0.0",
"gatsby": "^4.4.0",
"gatsby-plugin-algolia": "^0.25.0",
"gatsby-plugin-emotion": "^6.14.0",
"gatsby-plugin-google-analytics": "^4.4.0",
"gatsby-plugin-graphql-config": "^1.4.0",
"gatsby-plugin-image": "^1.14.0",
"gatsby-plugin-mdx": "^2.14.0",
"gatsby-plugin-mdx-source-name": "^1.0.1",
"gatsby-plugin-postcss": "^4.14.0",
"gatsby-plugin-react-helmet": "^5.4.0",
"gatsby-plugin-sass": "^4.14.0",
"gatsby-plugin-sharp": "^4.4.0",
"gatsby-plugin-sitemap": "^4.10.0",
"gatsby-plugin-ts-config": "^2.1.3",
"gatsby-plugin-typegen": "^2.2.4",
"gatsby-remark-images": "^6.4.0",
"gatsby-remark-reading-time": "^1.1.0",
"gatsby-source-filesystem": "^4.4.0",
"gatsby-transformer-remark": "^4.11.0",
"gatsby-transformer-sharp": "^4.4.0",
"js-yaml": "^4.1.0",
"lodash": "^4.17.21",
"postcss": "^8.4.5",
"postinstall-postinstall": "^2.1.0",
"react": "^17.0.1",
"react-dom": "^17.0.1",
"react-helmet": "^6.1.0",
"react-icons": "^4.3.1",
"react-instantsearch-dom": "^6.18.0",
"react-masonry-css": "^1.0.16",
"sass": "^1.41.1",
"tailwindcss": "^3.0.8",
"typescript": "^4.5.4",
"yarn": "^1.22.17"
},
"devDependencies": {
"prettier": "^2.4.1"
}
}