-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
109 lines (109 loc) · 3.4 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
{
"name": "abhyudayasharma.github.io",
"version": "0.1.0",
"private": true,
"homepage": "https://abhyudaya.dev",
"license": "MIT",
"description": "Abhyudaya Sharma's Personal Website",
"markdown": "github",
"dependencies": {
"@loadable/component": "5.16.4",
"gatsby": "5.13.7",
"react": "18.3.1",
"react-dom": "18.3.1",
"react-focus-lock": "2.13.2",
"react-helmet": "6.1.0"
},
"scripts": {
"tsm:generate": "typed-scss-modules --nameFormat camel --exportType named --quoteType single --banner \"// Autogenerated by typed-css-modules\" src/",
"gatsby": "gatsby",
"start": "gatsby develop",
"build": "gatsby build",
"lint": "eslint gatsby-config.ts src lib --ext .js,.jsx,.ts,.tsx --config .eslintrc.json",
"lint-md": "remark --quiet --no-stdout README.md",
"type-check": "tsc --noEmit",
"pretype-check": "npm run tsm:generate",
"prebuild": "npm run type-check",
"test": "jest"
},
"eslintConfig": {
"extends": "react-app"
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"devDependencies": {
"@mdx-js/react": "2.3.0",
"@types/jest": "29.5.14",
"@types/loadable__component": "5.13.9",
"@types/node": "18.19.63",
"@types/react": "18.3.12",
"@types/react-dom": "18.3.1",
"@types/react-helmet": "6.1.11",
"@types/react-syntax-highlighter": "15.5.13",
"@types/react-test-renderer": "18.3.0",
"@typescript-eslint/eslint-plugin": "5.62.0",
"@typescript-eslint/parser": "5.62.0",
"babel-jest": "29.7.0",
"babel-preset-gatsby": "3.13.2",
"eslint": "8.57.1",
"eslint-config-standard": "17.1.0",
"eslint-plugin-import": "2.31.0",
"eslint-plugin-node": "11.1.0",
"eslint-plugin-promise": "6.6.0",
"eslint-plugin-react": "7.37.2",
"gatsby-plugin-feed": "5.13.1",
"gatsby-plugin-image": "3.13.1",
"gatsby-plugin-manifest": "5.13.1",
"gatsby-plugin-mdx": "5.13.1",
"gatsby-plugin-nprogress": "5.13.1",
"gatsby-plugin-react-helmet": "6.13.1",
"gatsby-plugin-sass": "6.13.1",
"gatsby-plugin-sharp": "5.13.1",
"gatsby-plugin-sitemap": "6.13.1",
"gatsby-plugin-split-css": "2.0.3",
"gatsby-plugin-typescript": "5.13.1",
"gatsby-remark-images": "7.13.2",
"gatsby-remark-prismjs": "7.13.2",
"gatsby-source-filesystem": "5.13.1",
"gatsby-transformer-remark": "6.13.1",
"gatsby-transformer-sharp": "5.13.1",
"jest": "29.7.0",
"npm": "9.9.3",
"prism-themes": "1.9.0",
"prismjs": "1.29.0",
"react-git-info": "2.0.1",
"react-remove-scroll": "2.6.0",
"react-syntax-highlighter": "15.6.1",
"react-test-renderer": "18.3.1",
"rehype-highlight": "6.0.0",
"remark-cli": "11.0.0",
"remark-lint-no-dead-urls": "1.1.0",
"remark-lint-no-duplicate-headings": "3.1.2",
"remark-preset-lint-recommended": "6.1.3",
"sass": "1.80.5",
"stylelint": "14.16.1",
"stylelint-config-standard": "29.0.0",
"stylelint-scss": "4.7.0",
"typed-scss-modules": "7.1.4",
"typescript": "5.6.3"
},
"repository": {
"type": "git",
"url": "https://github.com/AbhyudayaSharma/abhyudayasharma.github.io"
},
"author": {
"name": "Abhyudaya Sharma",
"email": "sharmaabhyudaya@gmail.com",
"url": "https://abhyudaya.dev"
}
}