This repository has been archived by the owner on Dec 29, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
73 lines (73 loc) · 2.26 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
{
"name": "cwitc-website",
"description": "Website for the Central Wisconsin IT Conference",
"version": "1.0.0",
"author": "Josh Evenson <[email protected]>",
"scripts": {
"start": "gatsby develop",
"build": "gatsby build",
"serve": "gatsby serve",
"clean": "gatsby clean",
"format": "prettier --write \"./**/*.tsx\"",
"test": "echo \"Error: no test specified\" && exit 1",
"lint": "tslint -c tslint.json \"src/**/*.ts\" \"src/**/*.tsx\""
},
"dependencies": {
"@contentful/rich-text-react-renderer": "^13.4.0",
"@contentful/rich-text-types": "^13.4.0",
"@reach/router": "^1.3.1",
"@types/react-helmet": "^5.0.15",
"bootstrap": "^4.4.1",
"core-js": "^2.6.11",
"dotenv": "^8.2.0",
"feather-icons": "^4.26.0",
"firebase": "^6.6.2",
"formik": "^1.5.8",
"gatsby": "^2.19.17",
"gatsby-plugin-create-client-paths": "^2.1.22",
"gatsby-plugin-google-analytics": "^2.3.14",
"gatsby-plugin-manifest": "^2.2.41",
"gatsby-plugin-netlify": "^2.1.32",
"gatsby-plugin-offline": "^2.2.10",
"gatsby-plugin-react-helmet": "^3.1.22",
"gatsby-plugin-remove-serviceworker": "^1.0.0",
"gatsby-plugin-robots-txt": "^1.5.0",
"gatsby-plugin-sass": "^2.1.28",
"gatsby-plugin-sharp": "^2.4.5",
"gatsby-plugin-sitemap": "^2.2.27",
"gatsby-plugin-typescript": "^2.1.27",
"gatsby-source-contentful": "^2.1.86",
"gatsby-transformer-remark": "^5.25.1",
"node-sass": "^4.13.1",
"query-string": "^6.11.0",
"re-base": "^4.0.0",
"react": "^16.12.0",
"react-dnd": "^5.0.0",
"react-dnd-html5-backend": "^3.0.2",
"react-dom": "^16.12.0",
"react-helmet": "^5.2.1",
"tslint": "^5.20.1",
"typescript": "^3.7.5",
"yup": "^0.27.0"
},
"keywords": [
"gatsby"
],
"license": "MIT",
"devDependencies": {
"@types/feather-icons": "^4.7.0",
"@types/query-string": "^6.3.0",
"@types/re-base": "^3.2.0",
"@types/reach__router": "^1.3.0",
"@types/react": "^16.9.19",
"@types/styled-components": "^4.4.3",
"@types/yup": "^0.26.30",
"prettier": "^1.19.1",
"tslint-config-prettier": "^1.18.0",
"tslint-react": "^4.2.0"
},
"repository": {
"type": "git",
"url": "https://github.com/gatsbyjs/gatsby-starter-default"
}
}