-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
80 lines (80 loc) · 2.47 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
{
"name": "personal-website",
"private": true,
"description": "Apurva Shukla's website",
"version": "1.0.0",
"author": "Apurva Shukla",
"bugs": {
"url": "https://github.com/naezeroth/personal-website/issues"
},
"dependencies": {
"@mdx-js/mdx": "^2.1.5",
"@mdx-js/react": "^2.1.5",
"ajv": "^8.11.0",
"axios": "^1.1.3",
"babel-plugin-styled-components": "^2.0.7",
"dayjs": "^1.11.6",
"firacode": "^6.2.0",
"font-awesome": "^4.7.0",
"gatsby": "^5.0.1",
"gatsby-plugin-dark-mode": "^1.1.2",
"gatsby-plugin-feed": "^5.0.0",
"gatsby-plugin-image": "^3.0.0",
"gatsby-plugin-mdx": "^5.0.0",
"gatsby-plugin-remove-serviceworker": "^1.0.0",
"gatsby-plugin-sharp": "^5.0.0",
"gatsby-plugin-styled-components": "^6.0.0",
"gatsby-plugin-twitter": "^5.0.0",
"gatsby-plugin-typography": "^5.0.0",
"gatsby-remark-copy-linked-files": "^6.0.0",
"gatsby-remark-embedder": "^6.0.1",
"gatsby-remark-footnotes": "0.0.8",
"gatsby-remark-images": "^7.0.0",
"gatsby-remark-prismjs": "^7.0.0",
"gatsby-remark-responsive-iframe": "^6.0.0",
"gatsby-remark-smartypants": "^6.0.0",
"gatsby-source-filesystem": "^5.0.0",
"gatsby-transformer-sharp": "^5.0.0",
"gatsby-transformer-yaml": "^5.0.0",
"js-search": "^2.0.0",
"prism-solarized-dark": "^1.0.1",
"prismjs": "^1.29.0",
"react": "^18.2.0",
"react-collapsed": "^4.0.2",
"react-dom": "^18.2.0",
"react-typography": "^0.16.20",
"reading-time": "^1.5.0",
"remark-gfm": "^1.0.0",
"remark-unwrap-images": "^3.0.1",
"styled-components": "^5.3.6",
"terminal-in-react": "^4.3.1",
"typography": "^0.16.21",
"typography-theme-fairy-gates": "^0.16.19"
},
"devDependencies": {
"eslint": "^8.28.0",
"eslint-config-airbnb": "^19.0.4",
"eslint-plugin-import": "^2.26.0",
"eslint-plugin-jsx-a11y": "^6.6.1",
"eslint-plugin-react": "^7.31.11",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-webpack-plugin": "^3.2.0",
"gatsby-plugin-eslint": "^4.0.3",
"prettier": "^2.7.1"
},
"homepage": "https://apurva-shukla.me",
"keywords": [
"gatsby"
],
"license": "MIT",
"main": "n/a",
"scripts": {
"build": "gatsby build",
"develop": "gatsby develop",
"format": "prettier --write src/**/*.{js,jsx}",
"start": "npm run develop",
"serve": "gatsby serve",
"test": "echo \"Write tests! -> https://gatsby.dev/unit-testing\"",
"lint": "npx eslint src/* --fix"
}
}