-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
172 lines (172 loc) · 6.45 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
161
162
163
164
165
166
167
168
169
170
171
172
{
"name": "ducky-devine-gatsby-starter",
"version": "2.0.0",
"author": "Holly Cummins (using a starter from Greg Lobinski <[email protected]>)",
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/holly-cummins/gatsby-platform.git"
},
"scripts": {
"build": "gatsby build",
"develop": "gatsby develop",
"devhost": "gatsby develop --host 192.168.0.112",
"test": "ACTIVE_ENV=test SUPPRESS_ENV_OUTPUT=true jest --testPathIgnorePatterns test-integration/",
"test:watch": "ACTIVE_ENV=test SUPPRESS_ENV_OUTPUT=true jest --watch --testPathIgnorePatterns test-integration/",
"test:int": "echo '--- Do not forget to run \u001b[1mgatsby build\u001b[0m before running integration tests! ---' && jest --config=jest.integration.config.js --testPathPattern=test-integration --testPathIgnorePatterns=links",
"test:links": "echo '--- Do not forget to run \u001b[1mgatsby build\u001b[0m before running integration tests! ---' && jest --config=jest.integration.config.js test-integration/links.test.js",
"format": "prettier --write 'src/**/*.js'",
"lint-errors": "eslint src/**/*.{js,jsx} --quiet",
"lint": "eslint src/**/*.{js,jsx}",
"stylelint": "stylelint src/**/*.js",
"generate-app-icons": "sh ./scripts/generate-app-icons.sh",
"postinstall": "scripts/preprocess-publications.js"
},
"dependencies": {
"@babel/plugin-transform-spread": "^7.12.1",
"@carbon/icons-react": "^10.49.5",
"axios": "^1.7.2",
"core-js": "^3.23.2",
"country-flag-icons": "^1.4.26",
"curly": "^0.6.2",
"dayjs": "^1.11.1",
"eslint-config-react-app": "^7.0.1",
"fontfaceobserver": "^2.0.13",
"gatsby": "^4.14.1",
"gatsby-plugin-algolia": "^0.23.1",
"gatsby-plugin-catch-links": "^4.14.0",
"gatsby-plugin-feed": "^4.25.0",
"gatsby-plugin-image": "^2.25.0",
"gatsby-plugin-layout": "^3.14.0",
"gatsby-plugin-manifest": "^4.14.0",
"gatsby-plugin-netlify": "^5.1.1",
"gatsby-plugin-offline": "^5.25.0",
"gatsby-plugin-react-helmet": "^5.14.0",
"gatsby-plugin-react-svg": "^2.0.0",
"gatsby-plugin-sharp": "^4.25.1",
"gatsby-plugin-sitemap": "^5.14.0",
"gatsby-plugin-styled-jsx": "^5.14.0",
"gatsby-plugin-styled-jsx-postcss": "^2.0.2",
"gatsby-remark-copy-linked-files": "^5.14.0",
"gatsby-remark-emojis": "^0.4.3",
"gatsby-remark-external-links": "^0.0.4",
"gatsby-remark-images": "^6.14.0",
"gatsby-remark-prismjs": "^6.14.0",
"gatsby-remark-responsive-iframe": "^5.14.0",
"gatsby-remark-smartypants": "^5.25.0",
"gatsby-source-filesystem": "^4.25.0",
"gatsby-transformer-remark": "^5.25.1",
"gatsby-transformer-sharp": "^4.25.0",
"html2canvas": "^1.4.1",
"http-status": "^1.5.1",
"js-yaml": "^3.12.0",
"lodash.kebabcase": "^4.1.1",
"node-fetch": "^2.6.7",
"node-geocoder": "^4.2.0",
"normalize.css": "^8.0.0",
"oembed-parser": "^3.0.0-rc5",
"prismjs": "^1.15.0",
"prop-types": "^15.8.1",
"react": "^16.5.2",
"react-dom": "^16.5.2",
"react-helmet": "^6.1.0",
"react-icons": "^3.1.0",
"react-instantsearch": "5.1",
"react-md-spinner": "^0.3.0",
"react-obfuscate": "^2.1.4",
"react-oembed-container": "^1.0.1",
"react-qr-code": "^2.0.11",
"react-scale-text": "^1.2.2",
"react-share": "^2.2.0",
"react-textfit": "^1.1.1",
"react-visibility-sensor": "^5.1.1",
"rehype-react": "^7.0.3",
"request": "^2.88.2",
"styled-jsx": "^3.4.7",
"styled-jsx-plugin-postcss": "^3.0.2",
"styled-jsx-plugin-stylelint": "^0.1.0",
"tinycolor2": "^1.4.1",
"twitter-api-sdk": "^1.2.1",
"typeface-open-sans": "^0.0.54",
"use-react-screenshot": "^1.1.0"
},
"keywords": [
"gatsby"
],
"devDependencies": {
"@mapbox/stylelint-processor-arbitrary-tags": "^0.4.0",
"@testing-library/jest-dom": "^5.11.9",
"@testing-library/react": "^11.2.2",
"babel-eslint": "^10.1.0",
"babel-jest": "^29.7.0",
"babel-plugin-dynamic-import-webpack": "^1.0.2",
"babel-plugin-import": "^1.8.0",
"babel-plugin-syntax-dynamic-import": "^6.18.0",
"babel-preset-gatsby": "^0.8.0",
"babel-webpack-plugin": "^0.1.1",
"dotenv": "^6.0.0",
"eslint": "^8.57.0",
"eslint-config-google": "^0.14.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-graphql": "^4.0.0",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-jest": "^26.9.0",
"eslint-plugin-jsx-a11y": "^6.8.0",
"eslint-plugin-prettier": "^5.1.3",
"eslint-plugin-react": "^7.34.1",
"expect-puppeteer": "^10.0.0",
"fs-extra": "^10.0.1",
"identity-obj-proxy": "^3.0.0",
"jest": "^29.7.0",
"jest-environment-jsdom": "^29.7.0",
"jest-puppeteer": "^10.0.1",
"jest-transform-yaml": "^1.1.2",
"json-loader": "^0.5.7",
"linkinator": "^6.0.4",
"markdown-yaml-metadata-parser": "^3.0.0",
"node-libcurl": "^4.0.0",
"object.assign": "^4.1.5",
"postcss": "^8.4.33",
"postcss-cli": "^5.0.1",
"postcss-cssnext": "^3.1.0",
"postcss-custom-properties": "^7.0.0",
"postcss-custom-selectors": "^4.0.1",
"postcss-easy-media-query": "^1.0.0",
"postcss-load-plugins": "^2.3.0",
"postcss-loader": "^2.1.6",
"postcss-media-variables": "^2.0.1",
"postcss-nested": "^3.0.0",
"postcss-sorting": "^4.0.0",
"postcss-text-remove-gap": "^1.1.1",
"postcss-utilities": "^0.8.0",
"precss": "^3.1.2",
"prettier": "^3.2.5",
"promise-retry": "^2.0.1",
"puppeteer": "^22.8.1",
"serve": "^14.2.1",
"sharp-cli": "^4.1.1",
"stylelint": "^16.8.0",
"stylelint-config-css-modules": "^4.4.0",
"stylelint-config-standard": "^36.0.0",
"url-loader": "^1.1.1",
"url-metadata": "^2.5.0",
"uuid": "^8.3.2",
"webpack-bundle-analyzer": "^4.10.2"
},
"engines": {
"node": ">=14.0 <=18",
"npm": ">=6.0.0"
},
"description": "This blog is a [GatsbyJS](https://www.gatsbyjs.org/) blog, based on the [HeroBlog starter](https://gatsby-starter-hero-blog.greglobinski.com/). This code is still a starter, intended to be populated with content. You can see the skeleton code running at [gatsby-platform.hollycummins.com](http://gatsby-platform.hollycummins.com).",
"bugs": {
"url": "https://github.com/holly-cummins/gatsby-platform/issues"
},
"homepage": "https://github.com/holly-cummins/gatsby-platform#readme",
"main": "gatsby-browser.js",
"directories": {
"doc": "docs"
},
"optionalDependencies": {
"@parcel/watcher-linux-x64-glibc": "^2.4.1"
}
}