-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
78 lines (78 loc) · 2.44 KB
/
package.json
File metadata and controls
78 lines (78 loc) · 2.44 KB
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
{
"name": "gatsby-starter-default",
"private": true,
"description": "A simple starter to get up and developing quickly with Gatsby",
"version": "0.1.0",
"author": "Kyle Mathews <mathews.kyle@gmail.com>",
"dependencies": {
"@analytics/segment": "^2.1.0",
"@apollo/client": "^3.3.0",
"@emailjs/browser": "^4.4.1",
"analytics": "^0.8.9",
"gatsby": "^5.13.1",
"gatsby-plugin-facebook-sdk": "^1.0.6",
"gatsby-plugin-google-fonts": "^1.0.1",
"gatsby-plugin-image": "^3.13.0",
"gatsby-plugin-manifest": "^5.13.0",
"gatsby-plugin-offline": "^6.13.0",
"gatsby-plugin-react-helmet": "^6.13.0",
"gatsby-plugin-react-i18next": "3.0.1",
"gatsby-plugin-react-svg": "^3.3.0",
"gatsby-plugin-sass": "^6.13.0",
"gatsby-plugin-sharp": "^5.13.0",
"gatsby-plugin-styled-components": "^6.13.0",
"gatsby-source-filesystem": "^5.13.0",
"gatsby-transformer-sharp": "^5.13.0",
"google-map-react": "^2.2.1",
"i18next-browser-languagedetector": "^7.2.0",
"isomorphic-fetch": "^3.0.0",
"lottie-react": "^2.4.0",
"node-sass": "^9.0.0",
"prop-types": "^15.8.1",
"punycode": "^2.3.1",
"react": "^18.0.0",
"react-device-detect": "^2.2.3",
"react-dom": "^18.0.0",
"react-helmet": "^6.1.0",
"react-hook-form": "^7.49.2",
"react-icons": "^4.12.0",
"react-maskinput": "^3.2.0",
"react-modal": "^3.16.1",
"react-slick": "^0.29.0",
"react-text-mask": "^5.5.0",
"smoothscroll-polyfill": "^0.4.4",
"styled-components": "^6.1.6"
},
"devDependencies": {
"@types/node": "^20.10.6",
"@types/react": "^18.2.47",
"@types/react-dom": "^18.2.18",
"@types/styled-components": "^5.1.34",
"@types/webpack-env": "^1.18.4",
"babel-plugin-styled-components": "^2.1.4",
"gatsby-source-graphql": "^5.13.0",
"prettier": "3.1.1",
"typescript": "^5.3.3"
},
"keywords": [
"gatsby"
],
"license": "MIT",
"scripts": {
"build": "npm run check && gatsby build",
"develop": "gatsby develop",
"format": "prettier --write \"**/*.{js,jsx,json,md}\"",
"start": "npm run develop -- --https",
"serve": "gatsby serve",
"check": "tsc --noEmit",
"clean": "gatsby clean",
"test": "echo \"Write tests! -> https://gatsby.dev/unit-testing\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/gatsbyjs/gatsby-starter-default"
},
"bugs": {
"url": "https://github.com/gatsbyjs/gatsby/issues"
}
}