-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
68 lines (68 loc) · 2.08 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
{
"name": "gatsbyjs-docs-starter",
"description": "GatsbyJS and Oah-ui template to start your docs in a fast way with 4 themes",
"version": "1.0.0",
"author": "Ahmed Elywa <[email protected]>",
"dependencies": {
"@mdx-js/mdx": "1.6.6",
"@mdx-js/react": "1.6.6",
"babel-plugin-styled-components": "1.10.7",
"gatsby": "2.23.4",
"gatsby-image": "2.4.7",
"gatsby-plugin-layout": "1.3.4",
"gatsby-plugin-manifest": "2.4.11",
"gatsby-plugin-mdx": "1.2.15",
"gatsby-plugin-mdx-code-demo-oah": "1.0.0",
"gatsby-plugin-react-helmet": "3.3.4",
"gatsby-plugin-sharp": "2.6.11",
"gatsby-plugin-styled-components": "3.3.4",
"gatsby-plugin-typescript": "2.4.6",
"gatsby-remark-prismjs": "3.5.4",
"gatsby-source-filesystem": "2.3.11",
"gatsby-transformer-remark": "2.8.16",
"gatsby-transformer-sharp": "2.5.5",
"oah-eva-icon": "1.0.1",
"oah-ui": "2.1.4",
"prismjs": "1.20.0",
"react": "16.13.1",
"react-dom": "16.13.1",
"react-helmet": "6.1.0",
"react-select": "3.1.0",
"remark-slug": "6.0.0",
"styled-components": "5.1.1",
"typescript": "3.9.5"
},
"keywords": [
"gatsby"
],
"license": "MIT",
"scripts": {
"build": "gatsby build",
"dev": "gatsby develop",
"start": "npm run dev",
"deploy": "gatsby build && gh-pages -d public",
"format": "prettier --write \"src/**/*.js\"",
"test": "echo \"Error: no test specified\" && exit 1"
},
"devDependencies": {
"@types/node": "13.13.12",
"@types/react": "16.9.38",
"@types/react-dom": "16.9.8",
"@types/react-helmet": "6.0.0",
"@types/react-select": "3.0.13",
"@types/styled-components": "5.1.0",
"@typescript-eslint/eslint-plugin": "3.3.0",
"@typescript-eslint/parser": "3.3.0",
"eslint": "7.2.0",
"eslint-config-prettier": "6.11.0",
"eslint-plugin-prettier": "3.1.4",
"eslint-plugin-react": "7.20.0",
"gh-pages": "3.0.0",
"prettier": "2.0.5",
"react-live": "2.2.2"
},
"repository": {
"type": "git",
"url": "https://github.com/AhmedElywa/gatsbyjs-docs-starter"
}
}