This repository has been archived by the owner on Nov 3, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
51 lines (51 loc) · 1.47 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
{
"name": "neilmastroianni",
"private": true,
"description": "Neil Mastroianni: Perpetual Learner",
"version": "0.0.0",
"license": "0BSD",
"engines": {
"node": ">=14.15.0"
},
"scripts": {
"build": "gatsby build",
"develop": "gatsby develop",
"format": "prettier --write \"**/*.{js,jsx,ts,tsx,json,md}\"",
"start": "npm run develop",
"serve": "gatsby serve",
"clean": "gatsby clean",
"test": "echo \"Write tests! -> https://gatsby.dev/unit-testing\" && exit 1"
},
"dependencies": {
"@headlessui/react": "^1.4.2",
"@tailwindcss/aspect-ratio": "^0.4.0",
"@tailwindcss/typography": "^0.5.0",
"autoprefixer": "^10.4.0",
"gatsby": "^4.3.0",
"gatsby-plugin-google-gtag": "^4.3.0",
"gatsby-plugin-image": "^2.3.0",
"gatsby-plugin-postcss": "^5.3.0",
"gatsby-plugin-react-helmet": "^5.3.0",
"gatsby-plugin-sharp": "^4.3.0",
"gatsby-plugin-sitemap": "^5.3.0",
"gatsby-source-filesystem": "^4.3.0",
"gatsby-source-wordpress": "^6.4.0",
"gatsby-transformer-sharp": "^4.3.0",
"postcss": "^8.4.4",
"prettier": "^2.5.1",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-headroom": "^3.2.0",
"react-helmet": "^6.1.0",
"react-icons": "^4.3.1",
"tailwindcss": "^3.0.1"
},
"devDependencies": {},
"repository": {
"type": "git",
"url": "https://github.com/nmastroianni/hellotailwind"
},
"bugs": {
"url": "https://github.com/nmastroianni/hellotailwind/issues"
}
}