-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
105 lines (105 loc) · 3.23 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
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
{
"name": "gatsby-bml78",
"private": true,
"description": "Site du club de Badminton de Maisons-Laffitte",
"version": "0.1.0",
"license": "0BSD",
"scripts": {
"build": "gatsby build",
"build:ci": "gatsby build",
"develop": "gatsby develop",
"format": "prettier --write \"**/*.{js,jsx,ts,tsx,json,md}\"",
"decap:proxy": "decap-server",
"start": "npm run develop",
"serve": "gatsby serve",
"clean": "gatsby clean",
"lint": "concurrently npm:lint:*",
"lint:js": "eslint .",
"test": "echo \"Write tests! -> https://gatsby.dev/unit-testing\" && exit 1",
"prepare": "husky install"
},
"lint-staged": {
"*.{js,jsx,ts,tsx}": "eslint --fix"
},
"dependencies": {
"@chakra-ui/gatsby-plugin": "^3.1.3",
"@chakra-ui/react": "^2.8.2",
"@emotion/cache": "^11.9.3",
"@emotion/react": "^11.9.3",
"@emotion/styled": "^11.9.3",
"@emotion/weak-memoize": "^0.2.5",
"@netlify/functions": "^2.8.1",
"crypto-js": "^4.2.0",
"date-fns": "^2.30.0",
"decap-cms-app": "^3.0.12",
"decap-cms-locales": "^3.1.2",
"framer-motion": "^6.3.11",
"gatsby": "^5.13.3",
"gatsby-plugin-decap-cms": "^4.0.4",
"gatsby-plugin-google-gtag": "^5.13.1",
"gatsby-plugin-image": "^3.13.1",
"gatsby-plugin-layout": "^4.13.1",
"gatsby-plugin-manifest": "^5.13.1",
"gatsby-plugin-robots-txt": "^1.8.0",
"gatsby-plugin-sharp": "^5.13.1",
"gatsby-plugin-sitemap": "^6.13.1",
"gatsby-remark-autolink-headers": "^6.13.1",
"gatsby-remark-copy-linked-files": "^6.13.1",
"gatsby-remark-embed-video": "^3.2.1",
"gatsby-remark-images": "^7.13.1",
"gatsby-remark-katex": "^7.13.1",
"gatsby-remark-relative-images": "^2.0.2",
"gatsby-source-filesystem": "^5.13.1",
"gatsby-transformer-remark": "^6.13.1",
"gatsby-transformer-sharp": "^5.13.1",
"google-auth-library": "^9.14.1",
"googleapis": "^144.0.0",
"katex": "^0.13.24",
"marked": "^3.0.4",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-icons": "^4.12.0",
"react-image-gallery": "^1.3.0",
"react-type-animation": "^3.2.0",
"rehype-raw": "^6.1.1",
"rehype-react": "^7.1.1",
"remark-frontmatter": "^4.0.1",
"remark-parse": "^10.0.1",
"remark-rehype": "^10.1.0",
"unified": "^10.1.2"
},
"devDependencies": {
"@types/crypto-js": "^4.2.2",
"@types/gtag.js": "^0.0.20",
"@types/node": "^20.16.5",
"@types/react": "^18.2.48",
"@types/react-dom": "^18.2.18",
"@typescript-eslint/eslint-plugin": "^5.37.0",
"@typescript-eslint/parser": "^5.37.0",
"axios": "^1.7.2",
"concurrently": "^8.2.2",
"decap-server": "^3.0.1",
"eslint": "^8.54.0",
"eslint-plugin-prettier": "^5.0.1",
"eslint-plugin-react": "^7.33.2",
"eslint-plugin-react-hooks": "^4.6.0",
"gatsby-plugin-extract-schema": "^0.2.2",
"husky": "^8.0.3",
"lint-staged": "^15.1.0",
"prettier": "^3.1.0",
"typescript": "^4.9.5"
},
"overrides": {
"graphql": "^16.0.0",
"gatsby": "^5.13.3",
"react": "^18.2.0",
"react-dom": "^18.2.0"
},
"repository": {
"type": "git",
"url": "https://github.com/mnogueron/gatsby-bml78"
},
"bugs": {
"url": "https://github.com/mnogueron/gatsby-bml78/issues"
}
}