-
Notifications
You must be signed in to change notification settings - Fork 6
/
package.json
160 lines (160 loc) · 5.52 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
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
{
"name": "gatsby-starter-default",
"description": "A simple starter to get up and developing quickly with Gatsby",
"version": "0.1.0",
"author": "Mojo Nichols <mojo.nichols>",
"dependencies": {
"@apollo/client": "^3.2.2",
"@apollo/react-hooks": "^3.1.1",
"@apollo/react-testing": "^3.1.1",
"@devexpress/dx-react-core": "^2.6.2",
"@devexpress/dx-react-grid": "^2.6.2",
"@devexpress/dx-react-grid-material-ui": "^2.6.2",
"@gatsby-contrib/gatsby-plugin-elasticlunr-search": "^2.3.0",
"@material-ui/core": "^4.9.13",
"@material-ui/icons": "^4.9.1",
"@material-ui/lab": "^4.0.0-alpha.52",
"@material-ui/styles": "^4.9.13",
"@mdx-js/mdx": "^1.6.1",
"@mdx-js/react": "^1.6.1",
"@typescript-eslint/eslint-plugin": "^1.11.0",
"@typescript-eslint/parser": "^1.11.0",
"acorn": "^6.4.1",
"ajv": "^6.12.6",
"apollo-boost": "^0.4.8",
"apollo-link": "^1.2.14",
"apollo-link-http": "^1.5.17",
"app-root-dir": "^1.0.2",
"autosuggest-highlight": "^3.1.1",
"babel-plugin-styled-components": "^1.10.7",
"browserslist": "^4.13.0",
"cli-table": "^0.3.6",
"currency-formatter": "^1.5.7",
"d3": "^5.16.0",
"d3-interpolate": "^1.4.0",
"dotenv": "^8.2.0",
"elasticlunr": "^0.9.5",
"eslint-plugin-flowtype": "^2.0",
"etl": "^0.6.12",
"exceljs": "^3.8.0",
"file-saver": "^2.0.2",
"follow-redirects": "^1.14.8",
"fs": "0.0.1-security",
"gatsby": "^2.24.85",
"gatsby-cli": "^2.12.16",
"gatsby-image": "^2.4.3",
"gatsby-plugin-anchor-links": "^1.1.1",
"gatsby-plugin-google-tagmanager": "^5.13.0",
"gatsby-plugin-layout": "^1.3.1",
"gatsby-plugin-manifest": "^2.4.2",
"gatsby-plugin-material-ui": "^2.1.8",
"gatsby-plugin-mdx": "^1.2.6",
"gatsby-plugin-meta-redirect": "^1.1.1",
"gatsby-plugin-offline": "^3.2.1",
"gatsby-plugin-react-helmet": "^3.3.1",
"gatsby-plugin-remove-console": "0.0.2",
"gatsby-plugin-sharp": "^2.6.43",
"gatsby-plugin-sitemap": "^4.4.0",
"gatsby-plugin-use-query-params": "^1.0.1",
"gatsby-remark-autolink-headers": "^2.3.1",
"gatsby-source-filesystem": "^2.3.1",
"gatsby-source-graphql": "^2.5.1",
"gatsby-theme-apollo": "^3.0.2",
"gatsby-transformer-react-docgen": "^5.2.1",
"gatsby-transformer-sharp": "^2.5.2",
"gatsby-transformer-yaml": "^2.4.1",
"hosted-git-info": "^2.8.9",
"intersection-observer": "^0.12.0",
"isomorphic-fetch": "^3.0.0",
"jest-image-snapshot": "^4.2.0",
"lazy.js": "^0.5.1",
"lodash": "^4.17.20",
"ogr2ogr": "^2.0.0",
"pg": "^7.18.2",
"prop-types": "^15.7.2",
"puppeteer": "^5.3.1",
"react": "^16.13.1",
"react-device-detect": "^1.13.1",
"react-dom": "^16.13.1",
"react-helmet": "^6.1.0",
"react-intersection-observer": "^8.31.0",
"react-live": "^2.2.3",
"react-redux": "^7.2.0",
"react-scroll": "^1.7.16",
"react-stickynode": "^3.0.5",
"react-swipeable-views": "^0.13.9",
"react-window": "^1.8.5",
"regexpu-core": "^4.7.0",
"rehype-react": "^4.0.1",
"resize-observer-polyfill": "^1.5.1",
"simple-get": "^3.1.1",
"slugify": "^1.4.0",
"source-map-support": "^0.5.19",
"styled-components": "^4.4.1",
"to-case": "^2.0.0",
"topojson-client": "^3.1.0",
"typeface-lato": "0.0.75",
"typescript": "^2.8.0",
"url-parse": "^1.5.10",
"url-search-params-polyfill": "^7.0.0",
"use-query-params": "^1.1.4"
},
"devDependencies": {
"@babel/helper-create-regexp-features-plugin": "^7.10.4",
"@babel/plugin-proposal-export-default-from": "^7.8.3",
"@testing-library/dom": "^7.26.5",
"@testing-library/jest-dom": "^5.11.4",
"@testing-library/react": "^11.0.4",
"@testing-library/react-hooks": "^3.4.1",
"@testing-library/user-event": "^12.2.0",
"app-root-dir": "^1.0.2",
"babel-jest": "^24.9.0",
"babel-plugin-transform-remove-console": "^6.9.4",
"babel-preset-gatsby": "^0.5.9",
"chrome-launcher": "^0.13.2",
"css-mediaquery": "^0.1.2",
"eslint": "^6.8.0",
"eslint-config-standard": "^14.1.1",
"eslint-loader": "^3.0.4",
"eslint-plugin-import": "^2.20.2",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-promise": "^4.2.1",
"eslint-plugin-react": "^7.19.0",
"eslint-plugin-react-hooks": "^3.0.0",
"eslint-plugin-standard": "^4.0.1",
"jest": "^24.9.0",
"jest-environment-jsdom-sixteen": "^1.0.3",
"jest-junit": "^10.0.0",
"lighthouse": "^5.6.0",
"react-hot-loader": "^4.12.21",
"react-test-renderer": "^16.13.1",
"svg-react-loader": "^0.4.6",
"ts-dedent": "^1.1.1"
},
"keywords": [
"gatsby"
],
"license": "MIT",
"scripts": {
"clean": "gatsby clean",
"build": "NODE_OPTIONS=--max-old-space-size=8192 gatsby build --prefix-paths",
"develop": "gatsby develop",
"format": "eslint --fix 'src/**'",
"start": "npm run develop",
"serve": "gatsby serve --prefix-paths",
"test": "jest --testPathIgnorePatterns=e2e",
"test-update-snapshot": "jest --updateSnapshot --testPathPattern=src",
"test-end-to-end": "PUPPETEER='true' jest --testPathPattern=e2e",
"test-unit-tests": "jest --testPathPattern=src --runInBand",
"test-lighthouse": "jest --testPathPattern=lighthouse",
"test-watch": "jest --watchAll --testPathPattern=src",
"lint": "eslint ./src/ --format junit --output-file ./test-results/eslint.xml"
},
"repository": {
"type": "git",
"url": "https://github.com/gatsbyjs/gatsby-starter-default"
},
"bugs": {
"url": "https://github.com/gatsbyjs/gatsby/issues"
}
}