-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
112 lines (112 loc) · 3.57 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
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
{
"name": "Kartavyas.com",
"private": false,
"description": "Kartavya Sharma's personal website, an aggregation of all his projects and blog posts.",
"version": "0.1.0",
"author": "Kartavya Sharma",
"dependencies": {
"@animated-burgers/burger-squeeze": "^1.1.2",
"@ap.cx/react-fullpage": "^0.2.0",
"@deckdeckgo/highlight-code": "^2.6.0",
"@fullpage/react-fullpage": "^0.1.19",
"@headlessui/react": "^1.1.1",
"@heroicons/react": "^1.0.1",
"@loadable/component": "^5.15.0",
"@material-ui/core": "^4.11.3",
"@mdx-js/mdx": "^1.6.22",
"@mdx-js/react": "^1.6.22",
"alpinejs": "^2.8.2",
"array-each": "^1.0.1",
"array-slice": "^1.1.0",
"axios": "^0.21.1",
"classnames": "^2.3.1",
"clipboard": "^2.0.8",
"each-props": "^1.3.2",
"firebase": "^9.0.0-beta.6",
"flexsearch": "^0.6.32",
"formik": "^2.2.6",
"gatsby": "^3.1.2",
"gatsby-background-image": "^1.5.2",
"gatsby-cli": "^3.8.0",
"gatsby-image": "^3.2.0",
"gatsby-plugin-create-client-paths": "^3.9.0",
"gatsby-plugin-gatsby-cloud": "^2.1.0",
"gatsby-plugin-google-analytics": "^3.7.1",
"gatsby-plugin-google-gtag": "^3.7.1",
"gatsby-plugin-image": "^1.1.2",
"gatsby-plugin-local-search": "^2.0.1",
"gatsby-plugin-manifest": "^3.1.0",
"gatsby-plugin-mdx": "^2.2.0",
"gatsby-plugin-offline": "^4.1.0",
"gatsby-plugin-react-helmet": "^4.1.0",
"gatsby-plugin-scroll-reveal": "^0.0.7",
"gatsby-plugin-sharp": "^3.9.0",
"gatsby-remark-autolink-headers": "^4.6.0",
"gatsby-remark-highlight-code": "^2.2.1",
"gatsby-remark-images": "^4.2.0",
"gatsby-remark-normalize-paths": "^1.1.0",
"gatsby-remark-prismjs": "^5.2.0",
"gatsby-remark-relative-images": "^2.0.2",
"gatsby-remark-vscode": "^3.2.1",
"gatsby-source-filesystem": "^3.2.0",
"gatsby-transformer-json": "^3.2.0",
"gatsby-transformer-remark": "^3.2.0",
"gatsby-transformer-sharp": "^3.1.0",
"gbimage-bridge": "^0.1.4",
"graphql": "^15.5.0",
"highlight.js": "^10.7.2",
"is-plain-object": "^2.0.4",
"jquery": "^3.6.0",
"node-fetch": "^2.6.1",
"object.defaults": "^1.1.0",
"path": "^0.12.7",
"prismjs": "^1.23.0",
"prop-types": "^15.7.2",
"react": "^17.0.1",
"react-burger-menu": "^3.0.6",
"react-dom": "^17.0.2",
"react-firebaseui": "^5.0.2",
"react-helmet": "^6.1.0",
"react-highlight": "^0.14.0",
"react-highlight.js": "^1.0.7",
"react-particles-js": "^3.4.1",
"react-scroll": "^1.8.2",
"react-share": "^4.4.0",
"react-tsparticles": "^1.24.3",
"react-use-flexsearch": "^0.1.1",
"react-with-firebase-auth": "^1.3.11",
"styled-components": "^5.3.0",
"tsparticles": "^1.24.2",
"typescript": "^4.2.3",
"xkcd-api": "^1.2.0"
},
"devDependencies": {
"autoprefixer": "^10.2.5",
"gatsby-plugin-postcss": "^4.2.0",
"gatsby-remark-code-titles": "^1.1.0",
"postcss": "^8.2.9",
"prettier": "2.2.1",
"tailwindcss": "^2.0.4",
"tailwindcss-debug-screens": "^2.1.0"
},
"keywords": [
"gatsby"
],
"license": "MIT",
"scripts": {
"build": "gatsby build",
"develop": "gatsby develop",
"format": "prettier --write \"**/*.{js,jsx,ts,tsx,json,md}\"",
"start": "npm run develop",
"serve": "gatsby serve",
"clean": "gatsby clean",
"test": "echo \"Write tests! -> https://gatsby.dev/unit-testing\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/KartavyaSharma/personal-website"
},
"bugs": {
"url": "https://github.com/KartavyaSharma/personal-website/issues"
}
}