-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
86 lines (86 loc) · 2.43 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
75
76
77
78
79
80
81
82
83
84
85
86
{
"name": "tedxnitrourkela-blog",
"description": "This is the repository of the official blog of TEDxNITRourkela",
"version": "1.0.0",
"author": "TEDxNITRourkela",
"license": "MIT",
"main": "n/a",
"keywords": [
"tedx",
"tedxnitrourkela",
"blog",
"nitrourkela",
"gatsby",
"react",
"emotion"
],
"repository": {
"type": "git",
"url": "https://github.com/TEDxNITRourkela/blog.git"
},
"bugs": {
"url": "https://github.com/TEDxNITRourkela/blog.git"
},
"scripts": {
"build": "gatsby build",
"develop": "gatsby develop",
"start": "serve public/",
"now-build": "npm run build"
},
"dependencies": {
"@callstack/react-theme-provider": "^3.0.5",
"@emotion/core": "^10.0.22",
"@emotion/styled": "^10.0.22",
"@hot-loader/react-dom": "16.10.2",
"@mdx-js/mdx": "^1.5.1",
"@mdx-js/react": "^1.5.1",
"core-js": "^3.3.3",
"dotenv": "^8.2.0",
"dotenv-parse-variables": "^0.2.3",
"emotion": "^10.0.17",
"emotion-server": "^10.0.17",
"emotion-theming": "^10.0.19",
"formik": "^1.5.8",
"gatsby": "^2.17.2",
"gatsby-cli": "^2.8.5",
"gatsby-image": "^2.2.29",
"gatsby-link": "^2.2.22",
"gatsby-plugin-catch-links": "^2.1.15",
"gatsby-plugin-emotion": "^4.1.12",
"gatsby-plugin-feed": "^2.3.19",
"gatsby-plugin-google-analytics": "^2.1.23",
"gatsby-plugin-manifest": "^2.2.23",
"gatsby-plugin-mdx": "^1.0.53",
"gatsby-plugin-meta-redirect": "^1.1.1",
"gatsby-plugin-offline": "^3.0.16",
"gatsby-plugin-react-helmet": "^3.1.13",
"gatsby-plugin-sharp": "^2.2.32",
"gatsby-plugin-typography": "^2.3.14",
"gatsby-remark-copy-linked-files": "^2.1.28",
"gatsby-remark-images": "^3.1.28",
"gatsby-remark-prismjs": "^3.3.20",
"gatsby-source-filesystem": "^2.1.33",
"gatsby-transformer-remark": "^2.6.30",
"gatsby-transformer-sharp": "^2.3.0",
"polished": "^3.4.1",
"prism-react-renderer": "^1.0.2",
"prism-themes": "^1.3.0",
"prismjs": "^1.17.1",
"react": "^16.11.0",
"react-dom": "^16.11.0",
"react-helmet": "~5.2.1",
"react-icons": "^3.7.0",
"react-live": "^2.2.1",
"react-markdown": "^4.2.2",
"react-share": "^3.0.1",
"react-typography": "^0.16.19",
"serve": "^11.2.0",
"typescript": "^3.6.4",
"typography": "^0.16.19",
"yup": "^0.27.0"
},
"devDependencies": {
"babel-preset-gatsby": "^0.2.20",
"prettier": "1.18.2"
}
}