-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
31 lines (31 loc) · 982 Bytes
/
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
{
"name": "gatsby-starter-tailpress",
"version": "1.0.0",
"description": "Starter kit for gatsby, wordpress and tailwindcss",
"main": "n/a",
"repository": "git@github.com:devrchancay/gatsby-starter-tailpress.git",
"author": "Ramon Chancay <ramon.chancay@gmail.com>",
"license": "MIT",
"scripts": {
"styles": "tailwind build base.css -o ./src/base.css"
},
"dependencies": {
"dotenv": "^8.0.0",
"gatsby": "^2.11.3",
"gatsby-paginate": "^1.1.0",
"gatsby-plugin-purgecss": "^4.0.0",
"gatsby-plugin-react-helmet": "^3.1.0",
"gatsby-plugin-sharp": "^2.2.2",
"gatsby-plugin-typography": "^2.3.0",
"gatsby-source-wordpress": "^3.1.2",
"gatsby-transformer-sharp": "^2.2.1",
"react": "^16.8.6",
"react-dom": "^16.8.6",
"react-helmet": "^5.2.1",
"react-typography": "^0.16.19",
"tailwindcss": "^1.0.4",
"typeface-lora": "^0.0.72",
"typeface-source-sans-pro": "^0.0.54",
"typography": "^0.16.19"
}
}