-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathpackage.json
103 lines (103 loc) · 3.22 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
{
"name": "@scm-manager/website",
"private": true,
"version": "0.1.0",
"license": "AGPL-3.0-only",
"description": "SCM-Manager website",
"author": "Sebastian Sdorra <[email protected]>",
"dependencies": {
"@fortawesome/fontawesome-svg-core": "^1.2.35",
"@fortawesome/free-solid-svg-icons": "^5.15.3",
"@fortawesome/react-fontawesome": "^0.1.14",
"@icons-pack/react-simple-icons": "^2.5.0",
"algoliasearch": "^4.14.3",
"axios": "^0.21.4",
"bulma": "^0.9.2",
"classnames": "^2.3.1",
"decompress": "^4.2.1",
"dotenv": "^16.0.3",
"escape-string-regexp": "^5.0.0",
"gatsby": "^3.3.0",
"gatsby-image": "^3.3.0",
"gatsby-plugin-algolia": "^1.0.2",
"gatsby-plugin-catch-links": "^3.3.0",
"gatsby-plugin-feed": "^3.3.0",
"gatsby-plugin-image": "^1.8.0",
"gatsby-plugin-manifest": "^3.3.0",
"gatsby-plugin-meta-redirect": "^1.1.1",
"gatsby-plugin-offline": "^4.3.0",
"gatsby-plugin-purgecss": "^6.0.1",
"gatsby-plugin-react-helmet": "^4.3.0",
"gatsby-plugin-sharp": "^3.8.0",
"gatsby-plugin-styled-components": "^4.3.0",
"gatsby-plugin-typescript": "^3.3.0",
"gatsby-remark-autolink-headers": "^4.0.0",
"gatsby-remark-check-links": "^2.1.0",
"gatsby-remark-copy-linked-files": "^4.0.0",
"gatsby-remark-external-links": "^0.0.4",
"gatsby-remark-images": "^5.0.0",
"gatsby-remark-images-medium-zoom": "^1.2.1",
"gatsby-remark-plantuml-lite": "^0.0.6",
"gatsby-remark-prismjs": "^5.0.0",
"gatsby-source-filesystem": "^3.3.0",
"gatsby-transformer-keepachangelog": "^2.0.0",
"gatsby-transformer-plaintext": "^2.0.0",
"gatsby-transformer-remark": "^4.0.0",
"gatsby-transformer-sharp": "^3.8.0",
"gatsby-transformer-yaml": "^3.3.0",
"graceful-fs": "^4.2.9",
"lodash": "^4.17.15",
"lodash.kebabcase": "^4.1.1",
"node-fetch": "2",
"prism-react-renderer": "^1.0.2",
"prismjs": "^1.30.0",
"prop-types": "^15.7.2",
"qs": "^6.11.0",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-helmet": "^6.1.0",
"react-instantsearch-dom": "^6.38.3",
"semver": "^7.3.2",
"styled-components": "^5.2.3"
},
"devDependencies": {
"@types/fs-extra": "^8.1.0",
"@types/node": "^12.6.8",
"@types/pino": "^6.0.1",
"@types/react": "^17.0.3",
"@types/react-dom": "^17.0.3",
"@types/react-helmet": "^6.1.1",
"@types/react-instantsearch-dom": "^6.12.3",
"@types/styled-components": "4.1.8",
"babel-plugin-styled-components": "^1.12.0",
"fs-extra": "^9.0.0",
"gatsby-plugin-sass": "^4.3.0",
"js-yaml": "^3.14.0",
"pino": "^6.2.1",
"pino-pretty": "^4.0.0",
"prettier": "^1.18.2",
"puppeteer": "^13.0.0",
"sass": "^1.32.12",
"semver": "^7.3.2"
},
"keywords": [
"gatsby"
],
"scripts": {
"build": "gatsby build",
"develop": "gatsby develop",
"format": "prettier --write src/**/*.{js,jsx}",
"serve": "gatsby serve",
"collect-content": "node ./scripts/collect-content.js"
},
"repository": {
"type": "git",
"url": "https://github.com/gatsbyjs/gatsby-starter-default"
},
"bugs": {
"url": "https://github.com/gatsbyjs/gatsby/issues"
},
"resolutions": {
"medium-zoom": "^1.0.6"
}
}