-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
73 lines (73 loc) · 2.24 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
{
"name": "gatsby-wordpress-boiler",
"private": true,
"description": "Effort to produce good starting point for headless WP based, gatsby driven websites.",
"version": "0.1.0",
"author": "Daniel Łęczycki <[email protected]>",
"dependencies": {
"@apollo/client": "^3.6.6",
"@fortawesome/fontawesome-svg-core": "^6.1.1",
"@fortawesome/free-brands-svg-icons": "^6.1.1",
"@fortawesome/free-regular-svg-icons": "^6.1.1",
"@fortawesome/free-solid-svg-icons": "^6.1.1",
"@fortawesome/react-fontawesome": "^0.1.18",
"animejs": "^3.2.1",
"axios": "^0.27.2",
"fslightbox-react": "^1.6.2-2",
"gatsby": "^4.15.2",
"gatsby-plugin-htaccess": "^1.4.0",
"gatsby-plugin-image": "^2.15.1",
"gatsby-plugin-manifest": "^4.15.1",
"gatsby-plugin-netlify": "^5.0.0",
"gatsby-plugin-nprogress": "^4.15.0",
"gatsby-plugin-offline": "^5.15.1",
"gatsby-plugin-react-helmet": "^5.15.0",
"gatsby-plugin-sass": "^5.15.1",
"gatsby-plugin-sharp": "^4.15.1",
"gatsby-source-filesystem": "^4.15.0",
"gatsby-source-graphql": "^4.15.0",
"gatsby-source-wordpress": "^6.15.1",
"gatsby-transformer-sharp": "^4.15.1",
"google-map-react": "^2.1.10",
"isomorphic-fetch": "^3.0.0",
"lodash": "^4.17.21",
"prop-types": "^15.8.1",
"query-string": "^7.1.1",
"react": "^17.0.1",
"react-dom": "^17.0.1",
"react-helmet": "^6.1.0",
"react-hook-form": "^7.31.3",
"react-intersection-observer": "^9.2.0",
"react-scroll-parallax": "^3.2.0",
"react-select": "^5.3.2",
"react-slick": "^0.29.0",
"react-transition-group": "^4.4.2",
"sass": "^1.52.1",
"smooth-scroll": "^16.1.3",
"splitting": "^1.0.6",
"typewriter-effect": "^2.18.2"
},
"devDependencies": {
"prettier": "^2.6.2"
},
"keywords": [
"gatsby"
],
"license": "MIT",
"scripts": {
"build": "GATSBY_EXPERIMENTAL_PAGE_BUILD_ON_DATA_CHANGES=true gatsby build --log-pages",
"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/EvGreen/gatsby-wordpress-boiler"
},
"bugs": {
"url": "https://github.com/gatsbyjs/gatsby/issues"
}
}