This repository has been archived by the owner on Jul 21, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
103 lines (103 loc) · 3.66 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
{
"name": "clowdr-site",
"private": true,
"description": "Midspace resources website",
"version": "0.1.0",
"scripts": {
"build:dev": "cross-env NODE_ENV=development gatsby build",
"build:prod": "gatsby clean && gatsby build",
"build": "cross-env NODE_ENV=production npm run build:prod",
"clean": "gatsby clean",
"codegen": "graphql-codegen --config graphql-codegen.config.js",
"forestry:install": "npm install -g npm@latest && npm install --legacy-peer-deps",
"forestry:preview": "npm run start -- -p 8080",
"format": "prettier --write \"**/*.{js,jsx,ts,tsx,json,md}\"",
"preinstall": "npx force-resolutions",
"start": "cross-env NODE_ENV=development gatsby develop -H 127.0.0.1",
"serve": "gatsby serve"
},
"dependencies": {
"@chakra-ui/gatsby-plugin": "^3.0.0",
"@chakra-ui/icons": "^2.0.0",
"@chakra-ui/live-region": "^2.0.0",
"@chakra-ui/react": "^2.0.2",
"@emotion/react": "^11.9.0",
"@emotion/styled": "^11.8.1",
"@xstate/react": "^3.0.0",
"cross-env": "^7.0.3",
"escape-string-regexp": "^4.0.0",
"fake-tag": "^3.0.0",
"framer-motion": "^6.3.3",
"gatsby": "^4.14.1",
"gatsby-plugin-cname": "^1.0.0",
"gatsby-plugin-extract-schema": "^0.2.1",
"gatsby-plugin-google-fonts": "^1.0.1",
"gatsby-plugin-image": "^2.14.1",
"gatsby-plugin-local-search": "^2.0.1",
"gatsby-plugin-manifest": "^4.14.0",
"gatsby-plugin-meta-redirect": "^1.1.1",
"gatsby-plugin-react-helmet-async": "github:clowdr-app/gatsby-plugin-react-helmet-async",
"gatsby-plugin-remark-collection": "^0.1.0",
"gatsby-plugin-sharp": "^4.14.1",
"gatsby-plugin-typescript": "^4.14.0",
"gatsby-remark-autolink-headers": "^5.14.0",
"gatsby-remark-copy-linked-files": "^5.14.0",
"gatsby-remark-embed-video": "^3.1.1",
"gatsby-remark-images": "^6.14.0",
"gatsby-remark-prismjs": "^6.14.0",
"gatsby-remark-relative-images": "^2.0.2",
"gatsby-remark-responsive-iframe": "^5.14.0",
"gatsby-remark-smartypants": "^5.14.0",
"gatsby-remark-table-of-contents": "^2.0.0",
"gatsby-source-filesystem": "^4.14.0",
"gatsby-source-graphql": "^4.14.0",
"gatsby-transformer-remark": "^5.14.0",
"gatsby-transformer-sharp": "^4.14.0",
"graphql": "^15.8.0",
"graphql-config": "^4.3.0",
"path-browserify": "^1.0.1",
"prettier-plugin-organize-imports": "^2.3.4",
"prismjs": "^1.28.0",
"react": "^18.1.0",
"react-dom": "^18.1.0",
"react-helmet-async": "^1.3.0",
"react-icons": "^4.3.1",
"react-lunr": "^1.1.0",
"react-visibility-sensor": "^5.1.1",
"rehype-react": "^7.1.1",
"source-map": "^0.8.0-beta.0",
"unified": "^10.1.2",
"url-breadcrumb": "^1.0.2",
"xstate": "^4.32.1"
},
"devDependencies": {
"@graphql-codegen/cli": "^2.6.2",
"@graphql-codegen/introspection": "^2.1.1",
"@graphql-codegen/plugin-helpers": "^2.4.2",
"@graphql-codegen/typescript": "^2.4.11",
"@graphql-codegen/typescript-operations": "^2.4.0",
"@types/react-helmet": "^6.1.5",
"@typescript-eslint/eslint-plugin": "^5.25.0",
"@typescript-eslint/parser": "^5.25.0",
"babel-eslint": "^10.0.0",
"eslint": "^8.15.0",
"eslint-plugin-import": "^2.26.0",
"eslint-plugin-jsx-a11y": "^6.5.1",
"eslint-plugin-react": "^7.30.0",
"eslint-plugin-react-hooks": "^4.5.0",
"force-resolutions": "^1.0.10",
"prettier": "2.6.2",
"typescript": "^4.6.4"
},
"resolutions": {
"graphql": "15.8.0",
"source-map": "0.8.0-beta.0"
},
"repository": {
"type": "git",
"url": "https://github.com/gatsbyjs/gatsby-starter-hello-world"
},
"bugs": {
"url": "https://github.com/gatsbyjs/gatsby/issues"
}
}