forked from quarkusio/extensions
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
116 lines (116 loc) · 4.64 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
{
"name": "quarkus-extensions",
"private": true,
"description": "Catalog of all Quarkus Extensions",
"bugs": {
"url": "https://github.com/gatsbyjs/gatsby/issues"
},
"dependencies": {
"@fontsource/open-sans": "^5.0.28",
"@fortawesome/fontawesome-svg-core": "^6.5.1",
"@fortawesome/free-brands-svg-icons": "^6.5.1",
"@fortawesome/free-regular-svg-icons": "^6.5.0",
"@fortawesome/free-solid-svg-icons": "^6.4.0",
"@fortawesome/react-fontawesome": "^0.2.0",
"axios": "^1.6.7",
"cacache": "^18.0.1",
"compare-version": "^0.1.2",
"csvtojson": "^2.0.10",
"date-fns": "^3.6.0",
"encodeurl": "^2.0.0",
"eslint-plugin-gatsby": "^1.0.2",
"follow-redirect-url": "^2.0.1",
"gatsby": "^4.25.8",
"gatsby-plugin-feed": "^4.25.0",
"gatsby-plugin-force-file-loader": "^4.0.2",
"gatsby-plugin-image": "^2.22.0",
"gatsby-plugin-manifest": "^4.25.0",
"gatsby-plugin-remote-images": "https://github.com/holly-cummins/gatsby-plugin-remote-images/releases/download/3.6.6-amended/gatsby-plugin-remote-images-3.6.6.tgz",
"gatsby-plugin-segment-js": "^5.0.0",
"gatsby-plugin-sharp": "^4.25.1",
"gatsby-plugin-styled-components": "^5.25.0",
"gatsby-remark-copy-linked-files": "^5.25.0",
"gatsby-remark-images": "^6.25.0",
"gatsby-remark-prismjs": "^6.25.0",
"gatsby-remark-responsive-iframe": "^5.25.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",
"jest-environment-puppeteer": "^10.0.1",
"js-yaml": "^4.1.0",
"mvn-artifact-name-parser": "^6.1.0",
"node-cache": "^5.1.2",
"parse-github-url": "^1.0.2",
"prismjs": "^1.29.0",
"query-string": "^9.0.0",
"react": "^18.3.1",
"react-dom": "^18.2.0",
"react-responsive": "^9.0.2",
"react-select": "^5.7.4",
"react-tabs": "^6.0.2",
"react-use-query-param-string": "^2.0.10",
"recharts": "^2.12.7",
"slugify": "^1.6.6",
"smartcrop-sharp": "^2.0.7",
"styled-components": "^6.1.8",
"tmp-promise": "^3.0.3",
"url-exist": "^3.0.1",
"validate-image-type": "^3.0.0",
"values.js": "^2.1.1",
"xml2js": "^0.6.2",
"yaml-jest": "^1.2.0"
},
"devDependencies": {
"@testing-library/jest-dom": "^6.4.2",
"@testing-library/react": "^15.0.7",
"@testing-library/user-event": "^14.5.2",
"babel-jest": "^29.6.2",
"babel-plugin-styled-components": "^2.1.4",
"babel-preset-gatsby": "^3.13.0",
"eslint": "^8.57.0",
"eslint-config-react-app": "^7.0.1",
"eslint-plugin-jest": "^27.6.3",
"eslint-plugin-react": "^7.34.1",
"eslint-plugin-testing-library": "^6.2.0",
"eslint-webpack-plugin": "^4.0.1",
"http-status": "^1.7.4",
"identity-obj-proxy": "^3.0.0",
"jest": "^29.6.2",
"jest-environment-jsdom": "^29.7.0",
"jest-fetch-mock": "^3.0.3",
"jest-puppeteer": "^10.0.0",
"jest-puppeteer-preset": "^7.0.0",
"linkinator": "^6.0.4",
"node-libcurl": "^4.0.0",
"prettier": "^3.2.5",
"promise-retry": "^2.0.1",
"puppeteer": "^22.1.0",
"puppeteer-core": "^22.6.2",
"react-select-event": "^5.5.1",
"react-test-renderer": "^18.2.0",
"resize-observer-polyfill": "^1.5.1"
},
"homepage": "https://github.com/gatsbyjs/gatsby-starter-blog#readme",
"keywords": [
"gatsby"
],
"license": "0BSD",
"repository": {
"type": "git",
"url": "git+https://github.com/gatsbyjs/gatsby-starter-blog.git"
},
"scripts": {
"build": "cp ./node_modules/gatsby-page-utils/dist/apply-trailing-slash-option.js ./node_modules/gatsby-page-utils && gatsby build",
"develop": "gatsby develop",
"develop:quickly": "DONT_WAIT=true gatsby develop",
"format": "prettier --write \"**/*.{js,jsx,ts,tsx,json,md}\"",
"start": "cp ./node_modules/gatsby-page-utils/dist/apply-trailing-slash-option.js ./node_modules/gatsby-page-utils && gatsby develop",
"serve": "gatsby serve",
"clean": "gatsby clean",
"test": "ACTIVE_ENV=test SUPPRESS_ENV_OUTPUT=true jest --testPathIgnorePatterns test-integration/ --testPathIgnorePatterns site-validation/",
"test:watch": "ACTIVE_ENV=test SUPPRESS_ENV_OUTPUT=true jest --watch --testPathIgnorePatterns test-integration/ --testPathIgnorePatterns site-validation/",
"test:int": "echo '--- Do not forget to run \u001b[1mgatsby build\u001b[0m before running integration tests! ---' && jest --config=jest.integration.config.js test-integration/",
"test:links": "echo '--- Do not forget to run \u001b[1mgatsby build\u001b[0m before running integration tests! ---' && jest --config=jest.integration.config.js site-validation/external-links.test.js"
}
}