-
Notifications
You must be signed in to change notification settings - Fork 179
/
package.json
76 lines (76 loc) · 2.33 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
{
"name": "opensource.builders",
"private": true,
"description": "Find open-source alternatives",
"version": "0.1.0",
"author": "Junaid Kabani <[email protected]>",
"bugs": {
"url": "https://github.com/junaid33/opensource.builders/issues"
},
"dependencies": {
"@chakra-ui/core": "^0.8.0",
"@emotion/core": "^10.0.35",
"@emotion/styled": "^10.0.27",
"emotion-theming": "^10.0.27",
"gatsby": "^2.24.67",
"gatsby-image": "^2.4.20",
"gatsby-plugin-chakra-ui": "^0.1.4",
"gatsby-plugin-fathom": "^1.3.0",
"gatsby-plugin-feed": "^2.5.13",
"gatsby-plugin-google-analytics": "^2.3.15",
"gatsby-plugin-layout": "^1.3.12",
"gatsby-plugin-manifest": "^2.4.33",
"gatsby-plugin-offline": "^3.2.30",
"gatsby-plugin-react-helmet": "^3.3.12",
"gatsby-plugin-sharp": "^2.6.38",
"gatsby-plugin-tinacms": "^0.2.1",
"gatsby-plugin-typography": "^2.5.12",
"gatsby-remark-copy-linked-files": "^2.3.18",
"gatsby-remark-images": "^3.3.32",
"gatsby-remark-prismjs": "^3.5.15",
"gatsby-remark-responsive-iframe": "^2.4.16",
"gatsby-remark-smartypants": "^2.3.12",
"gatsby-source-filesystem": "^2.3.32",
"gatsby-tinacms-git": "^0.5.2",
"gatsby-tinacms-json": "^0.8.10",
"gatsby-tinacms-remark": "^0.7.5",
"gatsby-transformer-json": "^2.4.13",
"gatsby-transformer-remark": "^2.8.37",
"gatsby-transformer-sharp": "^2.5.16",
"js-search": "^2.0.0",
"moment": "^2.29.0",
"prismjs": "^1.21.0",
"prop-types": "^15.7.2",
"react": "^16.13.1",
"react-bottom-scroll-listener": "^4.1.0",
"react-dom": "^16.13.1",
"react-helmet": "^6.1.0",
"react-typography": "^0.16.19",
"slugify": "^1.4.5",
"styled-components": "^5.2.0",
"tinacms": "^0.21.1",
"typeface-inter": "^3.15.0",
"typescript": "^4.0.3",
"typography": "^0.16.19"
},
"devDependencies": {
"prettier": "^2.1.2"
},
"homepage": "https://opensource.builders",
"keywords": [
"opensource"
],
"license": "MIT",
"main": "n/a",
"repository": {
"type": "git",
"url": "git+https://github.com/junaid33/opensource.builders.git"
},
"scripts": {
"clean": "rimraf .cache public",
"build": "gatsby build",
"format": "prettier --write \"**/*.{js,jsx,json,md}\"",
"start": "gatsby develop",
"serve": "gatsby serve"
}
}