-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
82 lines (82 loc) · 2.6 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
{
"name": "new-to-church",
"private": true,
"description": "The C3 Church website",
"version": "1.0.1",
"license": "MIT",
"scripts": {
"build": "gatsby build",
"develop": "gatsby develop",
"format": "prettier --write \"**/*.{js,jsx,json,md}\"",
"start": "npm run develop",
"serve": "gatsby serve",
"clean": "gatsby clean",
"type-check": "tsc --noEmit",
"lint": "eslint . --ignore-path .gitignore --ext .ts,.tsx,.js",
"test": "echo \"Write tests! -> https://gatsby.dev/unit-testing\" && exit 1"
},
"dependencies": {
"@headlessui/react": "^1.6.1",
"@heroicons/react": "2.0.17",
"@prismicio/react": "^2.0.0",
"@tailwindcss/forms": "0.5.3",
"algoliasearch": "^4.12.1",
"gatsby": "5.8.1",
"gatsby-background-image": "^1.6.0",
"gatsby-background-image-es5": "^1.6.0",
"gatsby-plugin-algolia": "1.0.3",
"gatsby-plugin-brotli": "^2.1.0",
"gatsby-plugin-catch-links": "5.8.0",
"gatsby-plugin-image": "3.8.0",
"gatsby-plugin-mailchimp": "^5.2.2",
"gatsby-plugin-manifest": "5.8.0",
"gatsby-plugin-netlify": "5.1.0",
"gatsby-plugin-postcss": "6.8.0",
"gatsby-plugin-prismic-previews": "^5.2.1",
"gatsby-plugin-react-helmet": "6.8.0",
"gatsby-plugin-sharp": "5.8.1",
"gatsby-plugin-sitemap": "6.8.0",
"gatsby-plugin-typescript": "5.8.0",
"gatsby-plugin-umami": "^0.1.3",
"gatsby-source-prismic": "^v5.2.3",
"gatsby-transformer-sharp": "5.8.0",
"gbimage-bridge": "^0.2.1",
"mapbox-gl": "^2.6.1",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-helmet": "^6.1.0",
"react-instantsearch-dom": "^6.22.0",
"react-mapbox-gl": "^5.1.1",
"react-player": "^2.10.1",
"slugify": "^1.6.5"
},
"devDependencies": {
"@tailwindcss/typography": "^0.5.2",
"@types/node": "^18.15.11",
"@types/react": "^17.0.37",
"@types/react-dom": "18.0.11",
"@types/react-helmet": "^6.1.4",
"@types/react-instantsearch-dom": "^6.12.2",
"@typescript-eslint/eslint-plugin": "^5.5.0",
"@typescript-eslint/parser": "^5.5.0",
"autoprefixer": "^10.4.1",
"eslint": "^8.3.0",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-prettier": "^4.0.0",
"gatsby-plugin-tslint": "^0.0.2",
"postcss": "^8.4.5",
"prettier": "^2.5.0",
"tailwindcss": "^3.0.5",
"tailwindcss-touch": "^1.0.1",
"tslint": "^6.1.3",
"tslint-loader": "^3.5.4",
"typescript": "5.0.3"
},
"repository": {
"type": "git",
"url": "https://github.com/softwarecrafts/gatsby-starter"
},
"bugs": {
"url": "https://github.com/softwarecrafts/gatsby-starter/issues"
}
}