-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
49 lines (49 loc) · 1.57 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
{
"name": "marketing-contentful-gatsby",
"version": "1.0.0",
"private": true,
"description": "marketing-contentful-gatsby",
"author": "Chuck Kosman",
"keywords": [
"gatsby"
],
"scripts": {
"develop": "gatsby develop",
"start": "gatsby develop",
"build": "GATSBY_EXPERIMENTAL_PAGE_BUILD_ON_DATA_CHANGES=true gatsby build --log-pages",
"serve": "gatsby serve",
"clean": "gatsby clean",
"typecheck": "tsc --noEmit"
},
"dependencies": {
"@ninetailed/experience.js-gatsby": "7.6.0-beta.1",
"@ninetailed/experience.js-plugin-google-tagmanager": "7.6.0-beta.1",
"@ninetailed/experience.js-plugin-insights": "7.6.0-beta.1",
"@ninetailed/experience.js-plugin-preview": "7.6.0-beta.1",
"@ninetailed/experience.js-plugin-privacy": "7.6.0-beta.1",
"@ninetailed/experience.js-utils": "7.6.0-beta.1",
"add": "^2.0.6",
"cookie": "^0.6.0",
"cookie-parser": "^1.4.6",
"gatsby": "^5.12.0",
"gatsby-adapter-netlify": "^1.0.0",
"gatsby-plugin-google-tagmanager": "^5.12.0",
"gatsby-plugin-image": "^3.8.0",
"gatsby-plugin-manifest": "^5.12.0",
"gatsby-plugin-sharp": "^5.12.0",
"gatsby-plugin-sitemap": "^6.8.0",
"gatsby-source-contentful": "^8.12.0",
"gatsby-source-filesystem": "^5.12.0",
"gatsby-transformer-sharp": "^5.12.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"yarn": "^1.22.19"
},
"devDependencies": {
"@types/node": "^18.15.3",
"@types/react": "^18.0.28",
"@types/react-dom": "^18.0.11",
"gatsby-plugin-netlify": "^5.1.0",
"typescript": "^4.9.5"
}
}