-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
57 lines (57 loc) · 1.75 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
{
"name": "gatsby-starter-default",
"private": true,
"description": "A simple starter to get up and developing quickly with Gatsby and TailwindCSS",
"version": "0.3.0",
"author": "Kostas Vrouvas <hello@kosvrouvas.com>",
"dependencies": {
"@tailwindcss/typography": "^0.4.1",
"autoprefixer": "^10.2.6",
"gatsby": "^3.7.1",
"gatsby-image": "^3.7.1",
"gatsby-plugin-google-analytics": "^3.7.1",
"gatsby-plugin-image": "^1.7.1",
"gatsby-plugin-manifest": "^3.7.1",
"gatsby-plugin-offline": "^4.7.1",
"gatsby-plugin-postcss": "^4.7.1",
"gatsby-plugin-purgecss": "^6.0.2",
"gatsby-plugin-react-helmet": "^4.7.1",
"gatsby-plugin-sharp": "^3.7.1",
"gatsby-source-filesystem": "^3.7.1",
"gatsby-transformer-remark": "^4.5.0",
"gatsby-transformer-sharp": "^3.7.1",
"postcss": "^8.3.4",
"prop-types": "^15.7.2",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-helmet": "^6.1.0",
"react-icons": "^4.2.0"
},
"devDependencies": {
"@heroicons/react": "^1.0.1",
"gh-pages": "^3.2.0",
"prettier": "^2.3.1",
"tailwindcss": "^2.1.4"
},
"keywords": [
"gatsby"
],
"license": "MIT",
"scripts": {
"build": "gatsby build",
"deploy": "gh-pages -t -d public -r git@github.com:hpcng/hpcng.org.git",
"develop": "gatsby develop",
"format": "prettier --write \"**/*.{js,jsx,json,md}\"",
"start": "npm run develop",
"serve": "gatsby serve",
"clean": "gatsby clean",
"test": "echo \"Write tests! -> https://gatsby.dev/unit-testing\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/kosvrouvas/gatsby-tailwindcss-starter"
},
"bugs": {
"url": "https://github.com/kosvrouvas/gatsby-tailwindcss-starter/issues"
}
}