-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
67 lines (67 loc) · 2.08 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
{
"name": "gatsby-wordpress",
"private": true,
"description": "Gatsby WordPress theme",
"version": "0.1.0",
"author": "Stefan Kremenovic <stefan@kremenovic.com>",
"dependencies": {
"@headlessui/react": "^1.6.4",
"@heroicons/react": "^1.0.6",
"gatsby": "^4.16.0",
"gatsby-background-image": "^1.6.0",
"gatsby-plugin-fontawesome-css": "^1.2.0",
"gatsby-plugin-gatsby-cloud": "^4.12.1",
"gatsby-plugin-google-analytics": "^4.12.1",
"gatsby-plugin-google-fonts": "^1.0.1",
"gatsby-plugin-image": "^2.12.1",
"gatsby-plugin-manifest": "^4.12.1",
"gatsby-plugin-offline": "^5.12.1",
"gatsby-plugin-preact": "^6.17.0",
"gatsby-plugin-preload-fonts": "^3.17.0",
"gatsby-plugin-react-helmet": "^5.12.1",
"gatsby-plugin-sass": "^5.12.1",
"gatsby-plugin-sharp": "^4.12.1",
"gatsby-plugin-sitemap": "^5.12.1",
"gatsby-source-filesystem": "^4.12.1",
"gatsby-source-wordpress": "^6.12.1",
"gatsby-transformer-sharp": "^4.12.1",
"gbimage-bridge": "^0.2.1",
"preact": "^10.8.2",
"preact-render-to-string": "^5.2.0",
"prop-types": "^15.8.1",
"react": "^17.0.1",
"react-device-detect": "^2.2.2",
"react-dom": "^17.0.1",
"react-helmet": "^6.1.0",
"react-icons": "^4.3.1",
"sass": "^1.50.0"
},
"devDependencies": {
"autoprefixer": "^10.4.7",
"postcss-cli": "^9.1.0",
"prettier": "^2.6.2",
"tailwindcss": "^3.1.3"
},
"keywords": [
"gatsby"
],
"license": "0BSD",
"scripts": {
"preload-fonts": "gatsby-preload-fonts",
"build": "gatsby build",
"develop": "gatsby develop",
"format": "prettier --write \"**/*.{js,jsx,ts,tsx,json,md}\"",
"start": "gatsby develop build:css",
"serve": "gatsby serve",
"clean": "gatsby clean",
"test": "echo \"Write tests! -> https://gatsby.dev/unit-testing\" && exit 1",
"build:css": "postcss src/sass/tailwind.scss -o src/sass/main.scss "
},
"repository": {
"type": "git",
"url": "https://github.com/gatsbyjs/gatsby-starter-default"
},
"bugs": {
"url": "https://github.com/gatsbyjs/gatsby/issues"
}
}