-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
90 lines (90 loc) · 2.87 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
87
88
89
90
{
"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 <[email protected]>",
"dependencies": {
"@react-oauth/google": "^0.11.0",
"classnames": "^2.3.1",
"disqus-react": "^1.1.2",
"formik": "^2.2.9",
"gatsby": "^5.7.0",
"gatsby-plugin-breadcrumb": "^12.3.2",
"gatsby-plugin-gtag": "^1.0.13",
"gatsby-plugin-image": "^3.7.0",
"gatsby-plugin-manifest": "^5.7.0",
"gatsby-plugin-offline": "^6.7.0",
"gatsby-plugin-react-helmet": "^6.10.0",
"gatsby-plugin-sharp": "^5.7.0",
"gatsby-plugin-svgr-loader": "^0.1.0",
"gatsby-remark-images": "^7.7.0",
"gatsby-source-filesystem": "^5.7.0",
"gatsby-transformer-json": "^5.7.0",
"gatsby-transformer-remark": "^6.7.0",
"gatsby-transformer-sharp": "^5.7.0",
"lodash.get": "^4.4.2",
"postcss-loader": "^7.0.1",
"prop-types": "^15.8.1",
"react": "^18.2.0",
"react-accessible-accordion": "^5.0.0",
"react-countup": "^6.3.1",
"react-dom": "^18.2.0",
"@greatsumini/react-facebook-login": "^3.3.3",
"react-helmet": "^6.1.0",
"react-loading": "^2.0.3",
"react-portal": "^4.2.1",
"react-redux": "^8.0.5",
"react-toastify": "^9.1.3",
"react-visibility-sensor": "^5.1.1",
"redux": "^4.2.1",
"swiper": "^7.1.0",
"yup": "^1.1.1"
},
"devDependencies": {
"@react-three/drei": "^9.58.5",
"@react-three/fiber": "^8.12.0",
"@types/three": "^0.150.0",
"autoprefixer": "^10.4.4",
"babel-eslint": "^10.1.0",
"eslint": "^7.32.0",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-import": "^2.24.2",
"eslint-plugin-jsx-a11y": "^6.4.1",
"eslint-plugin-prettier": "^4.0.0",
"eslint-plugin-react": "^7.25.1",
"eslint-plugin-react-hooks": "^4.2.0",
"gatsby-plugin-postcss": "^6.7.0",
"postcss": "^8.4.12",
"prettier": "^2.3.2",
"react-paginate": "^8.2.0",
"react-router-dom": "^6.11.1",
"tailwindcss": "^3.0.23",
"three": "^0.150.1"
},
"keywords": [
"gatsby"
],
"license": "0BSD",
"scripts": {
"build": "gatsby build",
"develop": "gatsby develop",
"develop:share": "gatsby develop -H 0.0.0.0 -p 8000",
"format": "prettier --write \"**/*.{js,jsx,,json,md}\"",
"start": "npm run develop",
"serve": "gatsby serve",
"clean": "gatsby clean",
"build:prefix": "gatsby build --prefix-paths",
"serve:prefix": "gatsby serve --prefix-paths",
"test": "echo \"Write tests! -> https://gatsby.dev/unit-testing\" && exit 1",
"lint": "eslint --ignore-path .gitignore . --ext js --ext jsx",
"lint:fix": "npm run format & npm run lint --fix"
},
"repository": {
"type": "git",
"url": "https://github.com/gatsbyjs/gatsby-starter-default"
},
"bugs": {
"url": "https://github.com/gatsbyjs/gatsby/issues"
}
}