-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
66 lines (66 loc) · 1.93 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
{
"name": "@paljs/docs",
"description": "paljs docs",
"version": "1.0.0",
"author": "Ahmed Elywa <[email protected]>",
"dependencies": {
"@mdx-js/mdx": "1.6.22",
"@mdx-js/react": "1.6.22",
"@paljs/icons": "1.0.5",
"@paljs/ui": "1.1.1",
"gatsby": "3.5.1",
"gatsby-image": "3.5.0",
"gatsby-plugin-google-analytics": "^3.5.0",
"gatsby-plugin-layout": "2.5.0",
"gatsby-plugin-manifest": "3.5.0",
"gatsby-plugin-mdx": "2.5.1",
"gatsby-plugin-mdx-code-demo-oah": "1.0.0",
"gatsby-plugin-react-helmet": "4.5.0",
"gatsby-plugin-robots-txt": "^1.6.2",
"gatsby-plugin-sitemap": "^4.1.0",
"gatsby-plugin-styled-components": "4.5.0",
"gatsby-plugin-typescript": "3.5.0",
"gatsby-remark-prismjs": "5.2.1",
"http-server": "^0.12.3",
"prismjs": "1.23.0",
"react": "17.0.2",
"react-dom": "17.0.2",
"react-helmet": "6.1.0",
"react-select": "4.3.1",
"remark-slug": "^6.0.0",
"styled-components": "5.3.0",
"typescript": "4.2.4"
},
"keywords": [
"gatsby"
],
"license": "MIT",
"scripts": {
"build": "gatsby build",
"dev": "gatsby develop",
"start": "http-server ./public --port ${PORT-8000}",
"format": "prettier --write \"src/**/*\"",
"test": "echo \"Error: no test specified\" && exit 1"
},
"devDependencies": {
"@types/node": "15.3.1",
"@types/react": "17.0.6",
"@types/react-dom": "17.0.5",
"@types/react-helmet": "6.1.1",
"@types/react-select": "4.0.15",
"@types/styled-components": "5.1.9",
"@typescript-eslint/eslint-plugin": "4.24.0",
"@typescript-eslint/parser": "4.24.0",
"eslint": "7.26.0",
"eslint-config-prettier": "8.3.0",
"eslint-plugin-prettier": "3.4.0",
"eslint-plugin-react": "7.23.2",
"gatsby-plugin-root-import": "^2.0.6",
"prettier": "2.3.0",
"react-live": "2.2.3"
},
"repository": {
"type": "git",
"url": "https://github.com/paljs/docs"
}
}