-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
50 lines (50 loc) · 1.5 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
{
"name": "phpizza-blog",
"private": true,
"dependencies": {
"@fec/gatsby-plugin-advanced-feed": "alanaktion/gatsby-plugin-advanced-feed#gatsby-5",
"@fontsource/inter": "^4.5.13",
"@fontsource/yusei-magic": "^4.5.12",
"@headlessui/react": "^1.4.1",
"@heroicons/react": "^2.0.10",
"@tailwindcss/aspect-ratio": "^0.4.0",
"@tailwindcss/forms": "^0.5.0",
"@tailwindcss/line-clamp": "^0.4.0",
"@tailwindcss/typography": "^0.5.0",
"algoliasearch": "^4.11.0",
"autoprefixer": "^10.4.0",
"gatsby": "^5",
"gatsby-plugin-algolia": "^1",
"gatsby-plugin-image": "^3",
"gatsby-plugin-manifest": "^5",
"gatsby-plugin-netlify": "^5.1.0",
"gatsby-plugin-postcss": "^6",
"gatsby-plugin-sharp": "^5",
"gatsby-remark-copy-linked-files": "^6",
"gatsby-remark-images": "^7",
"gatsby-remark-prismjs": "^7",
"gatsby-remark-responsive-iframe": "^6",
"gatsby-remark-smartypants": "^6",
"gatsby-source-filesystem": "^5",
"gatsby-transformer-remark": "^6",
"gatsby-transformer-sharp": "^5",
"moment": "^2.29.1",
"postcss": "^8.4.5",
"prismjs": "^1.25.0",
"react": "^18",
"react-dom": "^18",
"react-instantsearch-dom": "^6.18.0",
"tailwindcss": "^3.0.7"
},
"devDependencies": {
"prettier": "^2.5.1"
},
"homepage": "https://blog.phpizza.com",
"scripts": {
"develop": "gatsby develop",
"start": "gatsby develop",
"build": "gatsby build",
"serve": "gatsby serve",
"clean": "gatsby clean"
}
}