-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
61 lines (61 loc) · 1.73 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
{
"name": "parks-australia",
"version": "0.1.0",
"private": true,
"description": "Parks Australia frontend",
"author": "Parks Australia",
"scripts": {
"develop": "gatsby develop",
"start": "gatsby develop",
"build": "gatsby build",
"serve": "gatsby serve",
"clean": "gatsby clean"
},
"dependencies": {
"bootstrap": "^5.1.3",
"dotenv": "10.0.0",
"gatsby": "3.13.1",
"gatsby-image": "^3.11.0",
"gatsby-plugin-gatsby-cloud": "2.8.1",
"gatsby-plugin-google-analytics": "3.8.0",
"gatsby-plugin-google-tagmanager": "3.14.0",
"gatsby-plugin-image": "^1.14.2",
"gatsby-plugin-layout": "2.8.0",
"gatsby-plugin-manifest": "^3.13.0",
"gatsby-plugin-offline": "^4.13.0",
"gatsby-plugin-react-helmet": "^4.13.0",
"gatsby-plugin-sass": "4.8.0",
"gatsby-plugin-sharp": "^3.14.3",
"gatsby-plugin-sitemap": "4.4.0",
"gatsby-plugin-theme-ui": "0.3.5",
"gatsby-plugin-typegen": "2.2.4",
"gatsby-remark-embed-video": "^3.1.1",
"gatsby-source-drupal": "4.14.1",
"gatsby-source-filesystem": "^3.13.0",
"gatsby-transformer-remark": "^5.6.0",
"gatsby-transformer-remote-filesystem": "^1.0.0",
"gatsby-transformer-sharp": "^3.13.0",
"react": "17.0.2",
"react-bootstrap": "^2.1.2",
"react-dom": "17.0.2",
"react-helmet": "6.1.0",
"react-slick": "0.28.1",
"react-tabs": "^3.2.3",
"sass": "1.35.1",
"theme-ui": "0.3.5"
},
"devDependencies": {
"@types/node": "14.17.3",
"@types/react": "17.0.13",
"@types/react-dom": "17.0.7",
"@types/react-helmet": "^6.1.5",
"@types/react-slick": "0.23.4",
"prettier": "2.3.1",
"ts-graphql-plugin": "2.1.3"
},
"renovate": {
"extends": [
"config:base"
]
}
}