forked from junaid33/opensource.builders
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
78 lines (78 loc) · 2.46 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
{
"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.5.2",
"@emotion/core": "^10.0.27",
"@emotion/styled": "^10.0.27",
"emotion-theming": "^10.0.27",
"gatsby": "^2.15.36",
"gatsby-image": "^2.2.27",
"gatsby-plugin-chakra-ui": "^0.1.2",
"gatsby-plugin-fathom": "^1.2.0",
"gatsby-plugin-feed": "^2.3.16",
"gatsby-plugin-google-analytics": "^2.1.21",
"gatsby-plugin-layout": "^1.1.21",
"gatsby-plugin-manifest": "^2.2.21",
"gatsby-plugin-offline": "^3.0.14",
"gatsby-plugin-react-helmet": "^3.1.11",
"gatsby-plugin-sharp": "^2.2.29",
"gatsby-plugin-tinacms": "^0.1.26",
"gatsby-plugin-typography": "^2.3.12",
"gatsby-remark-copy-linked-files": "^2.1.26",
"gatsby-remark-images": "^3.1.26",
"gatsby-remark-prismjs": "^3.3.18",
"gatsby-remark-responsive-iframe": "^2.2.23",
"gatsby-remark-smartypants": "^2.1.12",
"gatsby-source-filesystem": "^2.1.31",
"gatsby-tinacms-git": "^0.3.0",
"gatsby-tinacms-json": "^0.8.10",
"gatsby-tinacms-remark": "^0.7.5",
"gatsby-transformer-json": "^2.2.20",
"gatsby-transformer-remark": "^2.6.28",
"gatsby-transformer-sharp": "^2.2.23",
"js-search": "^1.4.3",
"moment": "^2.24.0",
"prismjs": "^1.21.0",
"prop-types": "^15.7.2",
"react": "^16.10.2",
"react-bottom-scroll-listener": "^4.0.0",
"react-dom": "^16.10.2",
"react-helmet": "^5.2.1",
"react-tinacms": "^0.8.0",
"react-typography": "^0.16.19",
"slugify": "^1.3.5",
"styled-components": "^4.4.1",
"typeface-inter": "^3.11.2",
"typescript": "^3.7.2",
"typography": "^0.16.19"
},
"devDependencies": {
"prettier": "^1.18.2"
},
"homepage": "https://github.com/tinacms/gatsby-starter-tinacms#readme",
"keywords": [
"gatsby"
],
"license": "MIT",
"main": "n/a",
"repository": {
"type": "git",
"url": "git+https://github.com/tinacms/gatsby-starter-tinacms.git"
},
"scripts": {
"clean": "rimraf .cache public",
"build": "gatsby build",
"develop": "gatsby develop",
"format": "prettier --write \"**/*.{js,jsx,json,md}\"",
"start": "npm run develop",
"serve": "gatsby serve",
"test": "echo \"Write tests! -> https://gatsby.dev/unit-testing \""
}
}