-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
73 lines (73 loc) · 2.39 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
{
"name": "winkey.me",
"repository": {
"url": "https://github.com/winkey728/winkey.me",
"type": "public"
},
"description": "https://winkey.me",
"version": "1.0.0",
"license": "MIT",
"scripts": {
"develop": "npm run cleanup && gatsby develop",
"build":
"npm run cleanup && npm run filldata && gatsby build --prefix-paths",
"serve": "gatsby serve",
"filldata": "bin/filldata",
"cleanup": "bin/cleanup"
},
"dependencies": {
"@material-ui/lab": "^1.0.0-alpha.0",
"dedent": "^0.7.0",
"detect-passive-events": "^1.0.4",
"gatsby": "^1.9.158",
"gatsby-cli": "^1.1.50",
"gatsby-image": "^1.0.35",
"gatsby-link": "^1.6.34",
"gatsby-plugin-catch-links": "^1.0.15",
"gatsby-plugin-favicon": "^2.1.1",
"gatsby-plugin-feed": "^1.3.20",
"gatsby-plugin-google-analytics": "^1.0.28",
"gatsby-plugin-manifest": "^1.0.13",
"gatsby-plugin-netlify": "^1.0.17",
"gatsby-plugin-nprogress": "^1.0.14",
"gatsby-plugin-offline": "^1.0.13",
"gatsby-plugin-react-helmet": "^2.0.4",
"gatsby-plugin-sharp": "^1.6.27",
"gatsby-plugin-sitemap": "^1.2.22",
"gatsby-plugin-styled-components": "^2.0.5",
"gatsby-plugin-typography": "^1.7.13",
"gatsby-remark-autolink-headers": "^1.4.13",
"gatsby-remark-breaks": "^1.0.0",
"gatsby-remark-copy-linked-files": "^1.5.30",
"gatsby-remark-gemoji-to-emoji": "^1.0.0",
"gatsby-remark-images": "^1.5.53",
"gatsby-remark-katex": "^1.0.13",
"gatsby-remark-numbered-footnotes": "^1.0.0",
"gatsby-remark-prismjs": "^1.2.17",
"gatsby-remark-responsive-iframe": "^1.4.18",
"gatsby-remark-smartypants": "^1.4.12",
"gatsby-remark-sub-sup": "^1.0.0",
"gatsby-source-filesystem": "^1.5.19",
"gatsby-transformer-remark": "^1.7.34",
"gatsby-transformer-sharp": "^1.6.18",
"gitalk": "^1.2.2",
"lodash.kebabcase": "^4.1.1",
"material-ui": "^1.0.0-beta.37",
"material-ui-icons": "^1.0.0-beta.36",
"md5": "^2.2.1",
"moment": "^2.22.0",
"npm-run": "^5.0.0",
"prop-types": "^15.6.0",
"ramda": "^0.25.0",
"react-helmet": "^5.2.0",
"react-svg-morph": "^0.2.1",
"react-tagcloud": "^1.2.0",
"rimraf": "^2.6.2",
"simple-git": "^1.92.0",
"styled-components": "^3.1.6",
"tween-functions": "^1.2.0",
"typography-plugin-code": "^0.16.11",
"typography-theme-bootstrap": "^0.16.7"
},
"devDependencies": {}
}