-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
86 lines (86 loc) · 2.78 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
74
75
76
77
78
79
80
81
82
83
84
85
86
{
"name": "b12-static-website",
"version": "2.0.0",
"license": "UNLICENSED",
"private": true,
"description": "Optimize static assets",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"develop": "gatsby develop",
"dev": "gatsby develop",
"start": "gatsby develop",
"build-cms-config": "node ./helpers/build-cms-config-file.js",
"build": "node ./helpers/build-cms-config-file.js && gatsby build",
"serve": "gatsby serve",
"clean": "gatsby clean",
"move": "cp -r ./public/* ./dist/",
"optimize-image-resolution": "node ./helpers/optimize-image-resolution.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/b12io/static-website.git"
},
"bugs": {
"url": "https://github.com/b12io/static-website/issues"
},
"homepage": "https://github.com/b12io/static-website#readme",
"dependencies": {
"@emotion/react": "^11.7.0",
"@emotion/styled": "^11.9.3",
"@react-hook/google-optimize": "^1.2.1",
"@rstacruz/gatsby-remark-component": "^2.0.0",
"@types/react-helmet": "^6.1.5",
"add": "^2.0.6",
"framer-motion": "^6.5.1",
"fs-extra": "^10.0.1",
"gatsby": "^5.12.12",
"gatsby-adapter-netlify": "^1.0.4",
"gatsby-plugin-anchor-links": "^1.2.1",
"gatsby-plugin-canonical-urls": "^5.8.0",
"gatsby-plugin-emotion": "^8.8.0",
"gatsby-plugin-google-tagmanager": "^5.8.0",
"gatsby-plugin-image": "^3.8.0",
"gatsby-plugin-manifest": "^5.8.0",
"gatsby-plugin-no-sourcemaps": "^5.13.0",
"gatsby-plugin-react-svg": "^3.3.0",
"gatsby-plugin-sharp": "^5.8.0",
"gatsby-plugin-sitemap": "^6.8.0",
"gatsby-remark-copy-linked-files": "^6.8.0",
"gatsby-remark-images": "^7.8.0",
"gatsby-source-filesystem": "^5.8.0",
"gatsby-transformer-remark": "^6.8.0",
"gatsby-transformer-remark-frontmatter": "^1.1.0",
"gatsby-transformer-sharp": "^5.8.0",
"i18next": "^23.6.0",
"i18next-browser-languagedetector": "^7.2.0",
"i18next-http-backend": "^2.4.1",
"react": "^18.0.0",
"react-dom": "^18.0.0",
"react-i18next": "^13.3.1",
"react-intersection-observer": "^9.4.0",
"react-scroll-sync": "^0.11.0",
"react-uuid": "^2.0.0",
"rehype-react": "^7.1.1",
"slugify": "^1.6.5",
"swiper": "^9.4.1",
"yarn": "^1.22.21",
"yet-another-react-lightbox": "^2.6.0"
},
"devDependencies": {
"@babel/core": "7.21.4",
"@babel/preset-env": "^7.20.2",
"@babel/preset-react": "^7.18.6",
"@babel/preset-typescript": "^7.21.4",
"@emotion/babel-plugin": "^11.10.6",
"@types/google.maps": "^3.50.5",
"babel-loader": "^9.1.2",
"babel-preset-gatsby": "^3.9.0",
"netlify-plugin-cache": "^1.0.3",
"parse-md": "2.0.5",
"prettier": "2.5.0"
},
"browserslist": [
"defaults",
"not IE 11"
]
}