-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
57 lines (57 loc) · 1.71 KB
/
package.json
File metadata and controls
57 lines (57 loc) · 1.71 KB
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
{
"name": "reacticoon-docs",
"description": "Reacticoon documentation website",
"version": "1.0.0",
"license": "MIT",
"author": "Loïc Lefloch",
"keywords": [
"gatsby"
],
"repository": {
"type": "git",
"url": "https://github.com/reacticoon/reacticoon-docs"
},
"scripts": {
"build": "gatsby build",
"develop": "rm -rf .cache && gatsby develop",
"format": "prettier --write '**/*.js'"
},
"dependencies": {
"@material-ui/core": "^3.5.1",
"@material-ui/icons": "^3.0.1",
"classnames": "2.2.6",
"gatsby": "2.0.50",
"gatsby-image": "2.0.20",
"gatsby-plugin-canonical-urls": "2.0.7",
"gatsby-plugin-google-analytics": "2.0.7",
"gatsby-plugin-manifest": "2.0.9",
"gatsby-plugin-offline": "2.0.15",
"gatsby-plugin-react-helmet": "3.0.2",
"gatsby-plugin-robots-txt": "1.3.0",
"gatsby-plugin-sharp": "2.0.12",
"gatsby-plugin-sitemap": "2.0.2",
"gatsby-remark-autolink-headers": "2.0.11",
"gatsby-remark-copy-linked-files": "2.0.6",
"gatsby-remark-external-links": "0.0.4",
"gatsby-remark-images": "2.0.6",
"gatsby-remark-oembed": "https://github.com/raae/gatsby-remark-oembed",
"gatsby-remark-prismjs": "3.0.3",
"gatsby-remark-responsive-iframe": "2.0.6",
"gatsby-remark-smartypants": "2.0.6",
"gatsby-source-filesystem": "2.0.8",
"gatsby-transformer-remark": "2.1.12",
"gatsby-transformer-sharp": "2.1.8",
"jss": "^9.8.7",
"prismjs": "1.15.0",
"prop-types": "^15.6.2",
"react": "^16.6.3",
"react-dom": "^16.6.3",
"react-helmet": "5.2.0",
"react-jss": "^8.6.1",
"react-syntax-highlighter": "10.0.1",
"slugify": "1.3.3"
},
"devDependencies": {
"prettier": "^1.15.2"
}
}