This repository has been archived by the owner on Mar 10, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
67 lines (67 loc) · 2.13 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
{
"name": "gatsby-starter-kit-docs",
"description": "Gatsby Starter Kit Docs website",
"license": "MIT",
"scripts": {
"develop": "gatsby develop",
"build": "gatsby build",
"serve": "gatsby serve",
"test": "jest --coverage",
"test:watch": "jest --watch",
"lint": "eslint src",
"deploy": "rimraf .cache public/ && gatsby build --prefix-paths && gh-pages -d public"
},
"dependencies": {
"@react-website-themes/classy-docs": "^0.0.23",
"babel-preset-gatsby": "^0.1.1",
"emotion": "^9.2.6",
"emotion-server": "^9.2.6",
"facepaint": "^1.2.1",
"gatsby": "^2.0.31",
"gatsby-image": "^2.0.17",
"gatsby-plugin-catch-links": "^2.0.5",
"gatsby-plugin-emotion": "^2.0.5",
"gatsby-plugin-google-analytics": "^2.0.6",
"gatsby-plugin-react-helmet": "^3.0.0",
"gatsby-plugin-sharp": "^2.0.8",
"gatsby-plugin-sitemap": "^2.0.1",
"gatsby-remark-autolink-headers": "^2.0.8",
"gatsby-remark-copy-linked-files": "^2.0.5",
"gatsby-remark-emojis": "^0.2.3",
"gatsby-remark-external-links": "^0.0.4",
"gatsby-remark-images": "^2.0.4",
"gatsby-remark-prismjs": "^3.0.2",
"gatsby-remark-responsive-iframe": "^2.0.5",
"gatsby-remark-smartypants": "^2.0.5",
"gatsby-source-filesystem": "^2.0.5",
"gatsby-transformer-remark": "^2.1.9",
"gatsby-transformer-sharp": "^2.1.5",
"prismjs": "^1.15.0",
"prop-types": "^15.6.2",
"react": "^16.3.2",
"react-custom-share": "^0.4.8",
"react-dom": "^16.3.2",
"react-emotion": "^9.2.6",
"react-feather": "^1.1.1",
"react-helmet": "^5.2.0"
},
"devDependencies": {
"babel-eslint": "7.2.3",
"babel-plugin-emotion": "^9.2.6",
"dotenv": "^6.0.0",
"eslint": "4.1.1",
"eslint-config-react-app": "^2.1.0",
"eslint-plugin-flowtype": "2.34.1",
"eslint-plugin-import": "2.6.0",
"eslint-plugin-jest": "^21.18.0",
"eslint-plugin-jsx-a11y": "5.1.1",
"eslint-plugin-react": "7.1.0",
"gh-pages": "^1.2.0",
"jest": "^23.4.1",
"js-yaml": "^3.12.0",
"prettier": "^1.13.7",
"react-testing-library": "^5.0.0",
"rimraf": "^2.6.2",
"serve": "^9.4.2"
}
}