forked from thetintbros/wp-tintbros
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
76 lines (76 loc) · 2.23 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
{
"name": "gatsby-starter-tailwind",
"description": "Gatsby starter styled with Tailwind",
"version": "5.0.0",
"author": "Taylor Bryant <[email protected]>",
"dependencies": {
"@tailwindcss/aspect-ratio": "^0.2.0",
"@tailwindcss/forms": "^0.2.1",
"dotenv": "^8.2.0",
"gatsby": "2.25.1",
"gatsby-image": "^2.10.0",
"gatsby-plugin-google-analytics": "^3.4.0",
"gatsby-plugin-manifest": "2.8.0",
"gatsby-plugin-offline": "3.7.1",
"gatsby-plugin-postcss": "^3.5.0",
"gatsby-plugin-react-helmet": "3.7.0",
"gatsby-plugin-sharp": "^2.13.3",
"gatsby-plugin-wpgraphql-seo": "^1.1.2",
"gatsby-source-graphql": "^2.12.0",
"gatsby-source-wordpress": "^4.0.1",
"gatsby-source-wordpress-experimental": "^6.2.0",
"gatsby-transformer-sharp": "^2.11.0",
"prop-types": "^15.7.2",
"react": "17.0.1",
"react-calendly": "^1.3.0",
"react-dom": "17.0.1",
"react-helmet": "6.1.0",
"react-scroll": "^1.8.1",
"tailwindcss": "^2.0.2",
"uuid": "^8.3.2"
},
"keywords": [
"gatsby",
"tailwind",
"tailwindcss",
"purgecss"
],
"license": "MIT",
"scripts": {
"lint": "eslint .",
"lint:fix": "eslint . --fix",
"build": "gatsby build",
"develop": "gatsby develop",
"dev": "npm run develop",
"start": "npm run develop",
"serve": "gatsby serve",
"clean": "gatsby clean",
"test": "echo \"Write tests! -> https://gatsby.dev/unit-testing\" && exit 1"
},
"devDependencies": {
"autoprefixer": "10.1.0",
"babel-eslint": "10.1.0",
"cssnano": "4.1.10",
"eslint": "7.8.1",
"eslint-config-airbnb": "18.2.0",
"eslint-config-prettier": "6.11.0",
"eslint-config-wesbos": "1.0.1",
"eslint-loader": "4.0.2",
"eslint-plugin-html": "6.1.0",
"eslint-plugin-import": "2.22.0",
"eslint-plugin-jsx-a11y": "6.3.1",
"eslint-plugin-prettier": "3.1.4",
"eslint-plugin-react": "7.20.6",
"eslint-plugin-react-hooks": "4.1.2",
"gatsby-plugin-eslint": "2.0.8",
"postcss": "^8.2.4",
"prettier": "2.1.1"
},
"repository": {
"type": "git",
"url": "https://github.com/taylorbryant/gatsby-starter-tailwind"
},
"bugs": {
"url": "https://github.com/taylorbryant/gatsby-starter-tailwind/issues"
}
}