forked from varundey/varundey.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
60 lines (60 loc) · 1.85 KB
/
package.json
File metadata and controls
60 lines (60 loc) · 1.85 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
58
59
60
{
"name": "shaikhalid.github.io",
"version": "1.0.0",
"main": "index.js",
"license": "MIT",
"homepage": "https://shaikhalid.github.io",
"scripts": {
"develop": "gatsby develop",
"build": "gatsby build --verbose",
"serve": "gatsby serve --verbose",
"predeploy": "npm run build",
"deploy": "gh-pages -d public",
"clean": "gatsby clean"
},
"dependencies": {
"@loadable/component": "^5.14.1",
"@mdx-js/mdx": "^1.6.22",
"@mdx-js/react": "^1.6.22",
"@mdx-js/tag": "^0.20.3",
"@prichey/hello-wasm": "^0.1.1",
"ajv": "^6.12.6",
"babel-plugin-styled-components": "^1.12.0",
"gatsby": "^2.29.1",
"gatsby-plugin-google-analytics": "^2.8.0",
"gatsby-plugin-mdx": "^1.7.0",
"gatsby-plugin-nprogress": "^2.7.0",
"gatsby-plugin-react-helmet": "^3.7.0",
"gatsby-plugin-sharp": "^2.11.1",
"gatsby-plugin-styled-components": "^3.7.0",
"gatsby-plugin-twitter": "^2.7.0",
"gatsby-remark-autolink-headers": "^2.8.0",
"gatsby-remark-component": "^1.1.3",
"gatsby-remark-copy-linked-files": "^2.7.0",
"gatsby-remark-images": "^3.8.0",
"gatsby-remark-prismjs": "^3.10.0",
"gatsby-remark-smartypants": "^2.7.0",
"gatsby-source-filesystem": "^2.8.0",
"gatsby-transformer-remark": "^2.13.0",
"gatsby-transformer-sharp": "^2.9.0",
"prismjs": "^1.22.0",
"react": "^16.14.0",
"react-dimensions": "^1.3.1",
"react-dom": "^16.14.0",
"react-helmet": "^5.2.0",
"react-markdown": "^4.0.6",
"react-medium-image-zoom": "^3.0.15",
"styled-components": "^4.1.3",
"styled-normalize": "^8.0.7",
"three": "^0.101.1",
"three-obj-loader": "^1.1.3",
"three-orbit-controls": "^82.1.0"
},
"devDependencies": {
"gatsby-cli": "^2.4.9",
"gh-pages": "^2.2.0",
"netlify": "^1.2.0",
"netlify-cli": "^2.15.0",
"prettier": "^1.16.4"
}
}