forked from scm-manager/website
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
88 lines (88 loc) · 2.85 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
{
"name": "@scm-manager/website",
"private": true,
"description": "SCM-Manager website",
"version": "0.1.0",
"author": "Sebastian Sdorra <[email protected]>",
"dependencies": {
"@fortawesome/fontawesome-svg-core": "^1.2.19",
"@fortawesome/free-solid-svg-icons": "^5.9.0",
"@fortawesome/react-fontawesome": "^0.1.4",
"@icons-pack/react-simple-icons": "^2.5.0",
"bulma": "^0.8.1",
"gatsby": "^2.20.12",
"gatsby-image": "^2.2.6",
"gatsby-plugin-catch-links": "^2.2.1",
"gatsby-plugin-feed": "^2.4.1",
"gatsby-plugin-manifest": "^2.2.3",
"gatsby-plugin-meta-redirect": "^1.1.1",
"gatsby-plugin-offline": "^2.2.4",
"gatsby-plugin-purgecss": "^5.0.0",
"gatsby-plugin-react-helmet": "^3.1.2",
"gatsby-plugin-sharp": "^2.2.9",
"gatsby-plugin-styled-components": "^3.1.2",
"gatsby-plugin-typescript": "^2.1.2",
"gatsby-remark-autolink-headers": "^2.2.1",
"gatsby-remark-copy-linked-files": "^2.2.1",
"gatsby-remark-external-links": "^0.0.4",
"gatsby-remark-images": "^3.1.7",
"gatsby-remark-images-medium-zoom": "^1.2.1",
"gatsby-remark-prismjs": "^3.3.3",
"gatsby-source-filesystem": "^2.1.5",
"gatsby-transformer-keepachangelog": "^1.1.0",
"gatsby-transformer-plaintext": "^1.0.0",
"gatsby-transformer-remark": "^2.6.9",
"gatsby-transformer-sharp": "^2.2.4",
"gatsby-transformer-yaml": "^2.2.3",
"lodash": "^4.17.15",
"lodash.kebabcase": "^4.1.1",
"prism-react-renderer": "^1.0.2",
"prismjs": "^1.17.1",
"prop-types": "^15.7.2",
"react": "^16.8.6",
"react-dom": "^16.8.6",
"react-helmet": "^5.2.1",
"semver": "^7.3.2",
"styled-components": "^4.3.2"
},
"devDependencies": {
"@octokit/rest": "^17.8.0",
"@types/fs-extra": "^8.1.0",
"@types/node": "^12.6.8",
"@types/pino": "^6.0.1",
"@types/react": "^16.8.23",
"@types/react-dom": "^16.8.4",
"@types/react-helmet": "^5.0.8",
"@types/styled-components": "4.1.8",
"babel-plugin-styled-components": "^1.10.6",
"fs-extra": "^9.0.0",
"gatsby-plugin-matomo": "^0.8.3",
"gatsby-plugin-sass": "^2.1.3",
"js-yaml": "^3.14.0",
"node-sass": "^4.12.0",
"pino": "^6.2.1",
"pino-pretty": "^4.0.0",
"prettier": "^1.18.2",
"semver": "^7.3.2"
},
"keywords": [
"gatsby"
],
"license": "MIT",
"scripts": {
"build": "npm run collect-content && gatsby build",
"develop": "gatsby develop",
"format": "prettier --write src/**/*.{js,jsx}",
"start": "npm run develop",
"serve": "gatsby serve",
"test": "echo \"Write tests! -> https://gatsby.dev/unit-testing\"",
"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"
}
}