-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
118 lines (118 loc) · 3.93 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
106
107
108
109
110
111
112
113
114
115
116
117
118
{
"name": "justfix-nyc",
"description": "JustFix Website",
"version": "0.3.0",
"author": "JustFix <[email protected]>",
"dependencies": {
"@amplitude/analytics-browser": "^1.2.3",
"@babel/core": "^7.6.4",
"@contentful/rich-text-plain-text-renderer": "^13.4.0",
"@contentful/rich-text-react-renderer": "^15.0.0",
"@contentful/rich-text-types": "^14.1.0",
"@justfixnyc/contentful-common-strings": "^0.1.0",
"@justfixnyc/geosearch-requester": "^0.0.6",
"@justfixnyc/util": "^0.4.1",
"@lingui/react": "^2.8.3",
"@reach/router": "1.3.4",
"@types/classnames": "^2.2.9",
"@types/lingui__core": "^2.7.0",
"@types/react-helmet": "^5.0.7",
"@types/react-instantsearch-dom": "^5.2.6",
"@types/react-motion": "^0.0.29",
"@types/react-scroll": "^1.5.4",
"algoliasearch": "^3.35.1",
"bulma": "^0.9.0",
"bulma-divider": "^0.2.0",
"classnames": "^2.2.6",
"dotenv": "^6.0.0",
"downshift": "^3.3.4",
"emotion": "^9.2.12",
"emotion-server": "^9.2.12",
"focus-trap-react": "^9.0.2",
"gatsby": "^2.0.0",
"gatsby-background-image": "^0.8.18",
"gatsby-image": "^2.2.31",
"gatsby-link": "^2.4.13",
"gatsby-plugin-algolia": "^0.5.0",
"gatsby-plugin-canonical-urls": "^2.1.7",
"gatsby-plugin-client-side-redirect": "^0.0.2",
"gatsby-plugin-emotion": "^2.0.5",
"gatsby-plugin-google-analytics": "^2.1.16",
"gatsby-plugin-google-tagmanager": "^2.1.9",
"gatsby-plugin-i18n": "^1.0.1",
"gatsby-plugin-manifest": "^2.0.2",
"gatsby-plugin-offline": "^2.0.5",
"gatsby-plugin-react-helmet": "^3.0.0",
"gatsby-plugin-rollbar": "^1.0.0",
"gatsby-plugin-sass": "^2.1.8",
"gatsby-plugin-sharp": "^2.0.5",
"gatsby-plugin-typescript": "^2.0.0",
"gatsby-react-router-scroll": "^3.0.12",
"gatsby-source-contentful": "^2.0.1",
"gatsby-transformer-remark": "^2.1.5",
"gatsby-transformer-sharp": "^2.3.3",
"intersection-observer": "^0.7.0",
"node-sass": "^4.13.1",
"prettier": "^2.0.5",
"prop-types": "^15.8.1",
"react": "^16.5.1",
"react-anchor-link-smooth-scroll": "^1.0.12",
"react-dom": "^16.9.0",
"react-helmet": "^5.2.0",
"react-instantsearch-dom": "^6.0.0",
"react-scroll": "^1.7.14",
"react-social-icons": "^4.1.0",
"react-text-loop": "^2.1.1",
"read-more-react": "^1.0.9",
"serialize-javascript": "^3.1.0",
"tslint": "^5.11.0",
"typescript": "^4.8.2",
"webpack": "^4.0.0",
"whatwg-fetch": "2.0.4",
"widont": "^0.3.3"
},
"keywords": [
"gatsby"
],
"license": "MIT",
"scripts": {
"postinstall": "lingui compile",
"lingui": "lingui",
"build": "yarn contentful-common-strings && gatsby build",
"develop": "yarn contentful-common-strings --dev && gatsby develop",
"contentful-common-strings": "contentful-common-strings fetch -o src/common-strings.json",
"format": "prettier --write '**/*.tsx'",
"prettier": "prettier",
"prettier:check": "prettier \"**/*.{ts,tsx,js,scss}\" --check",
"prettier:fix": "prettier \"**/*.{ts,tsx,js,scss}\" --write",
"typecheck": "tsc --noEmit",
"test:watch": "jest --watch",
"test": "yarn prettier:check && jest"
},
"devDependencies": {
"@babel/plugin-transform-react-jsx": "^7.3.0",
"@babel/preset-env": "^7.6.3",
"@babel/preset-typescript": "^7.6.0",
"@lingui/cli": "^2.8.3",
"@lingui/macro": "^2.8.3",
"@testing-library/react": "^9.3.0",
"@types/jest": "^24.0.18",
"@types/lingui__macro": "^2.7.3",
"@types/lingui__react": "^2.8.1",
"babel-core": "^7.0.0-bridge.0",
"babel-plugin-macros": "2.6.1",
"babel-preset-gatsby": "^0.2.22",
"babel-preset-jest": "^24.9.0",
"identity-obj-proxy": "^3.0.0",
"jest": "^24.9.0",
"tslint-config-prettier": "^1.15.0",
"tslint-react": "^3.6.0"
},
"engines": {
"node": ">=12.0.0"
},
"repository": {
"type": "git",
"url": "https://github.com/gatsbyjs/gatsby-starter-default"
}
}