-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
74 lines (74 loc) · 2.24 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
74
{
"name": "aaimaablog",
"private": true,
"description": "How production work, what bugs we face, how it get fixed, what our ideas & thoughts, and how we innovate.",
"version": "0.10.1",
"author": "Asharam Seervi <[email protected]> (https://www.aaimaa.in)",
"repository": "https://github.com/asharamseervi/blog",
"dependencies": {
"@emotion/core": "^10.0.10",
"@emotion/styled": "^10.0.11",
"@mdx-js/mdx": "^1.0.18",
"@mdx-js/react": "^1.0.16",
"core-js": "^2.6.1",
"dotenv": "^8.0.0",
"dotenv-parse-variables": "^0.2.0",
"emotion": "^10.0.9",
"emotion-server": "^10.0.9",
"emotion-theming": "^10.0.10",
"formik": "^1.5.4",
"gatsby": "^2.4.3",
"gatsby-awesome-pagination": "^0.3.4",
"gatsby-image": "^2.0.41",
"gatsby-link": "^2.1.1",
"gatsby-mdx": "^0.6.3",
"gatsby-plugin-catch-links": "^2.0.13",
"gatsby-plugin-emotion": "^4.0.6",
"gatsby-plugin-feed": "^2.2.0",
"gatsby-plugin-google-analytics": "^2.0.19",
"gatsby-plugin-manifest": "^2.1.1",
"gatsby-plugin-meta-redirect": "^1.1.1",
"gatsby-plugin-offline": "^2.1.0",
"gatsby-plugin-react-helmet": "^3.0.12",
"gatsby-plugin-sharp": "^2.0.37",
"gatsby-plugin-typography": "^2.2.13",
"gatsby-remark-copy-linked-files": "^2.0.12",
"gatsby-remark-images": "^3.0.11",
"gatsby-remark-prismjs": "^3.2.9",
"gatsby-source-filesystem": "^2.0.33",
"gatsby-transformer-remark": "^2.3.12",
"gatsby-transformer-sharp": "^2.1.19",
"polished": "^2.3.3",
"prism-react-renderer": "^0.1.6",
"prism-themes": "^1.1.0",
"prismjs": "^1.16.0",
"react": "^16.8.6",
"react-dom": "^16.8.6",
"react-helmet": "~5.2.1",
"react-live": "^1.12.0",
"react-markdown": "^4.0.8",
"react-share": "^2.4.0",
"react-typography": "^0.16.19",
"serve": "^10.1.1",
"typescript": "^3.4.5",
"typography": "^0.16.19",
"yup": "^0.27.0"
},
"devDependencies": {
"babel-preset-gatsby": "^0.1.11",
"prettier": "1.14.3"
},
"keywords": [
"gatsby",
"aaimaa",
"gatsby blog"
],
"license": "MIT",
"main": "n/a",
"scripts": {
"build": "gatsby build",
"develop": "gatsby develop",
"start": "serve public/",
"now-build": "npm run build"
}
}