-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
65 lines (65 loc) · 1.48 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
{
"author": {
"email": "",
"name": "Mayank Patibandla",
"url": "https://mayankpatibandla.com"
},
"browser": {
"fs": false
},
"bugs": {
"email": "",
"url": "https://github.com/mayankpatibandla/mayankpatibandla.github.io/issues"
},
"dependencies": {
"animejs": "^3.2.2"
},
"description": "Mayank Patibandla's Website",
"devDependencies": {
"@types/animejs": "^3.1.12",
"@typescript-eslint/eslint-plugin": "^7.8.0",
"@typescript-eslint/parser": "^7.8.0",
"eslint": "^8.57.0",
"prettier": "^3.2.5",
"ts-loader": "^9.5.1",
"ts-node": "^10.9.2",
"typescript": "^5.4.5",
"webpack": "^5.94.0",
"webpack-cli": "^5.1.4"
},
"homepage": "https://mayankpatibandla.com",
"keywords": [
"mayank",
"patibandla",
"website",
"portfolio",
"personal",
"blog",
"projects",
"resume",
"contact",
"about",
"me",
"skills",
"experience",
"education",
"work",
"history",
"certifications",
"awards",
"honors"
],
"license": "MIT",
"name": "mayank-patibandla-website",
"repository": {
"type": "git",
"url": "https://github.com/mayankpatibandla/mayankpatibandla.github.io"
},
"scripts": {
"build": "npm run lint && npm run format && npm run pack",
"format": "prettier --write --cache --config .prettierrc **/*",
"lint": "eslint --fix --config .eslintrc src/*.ts",
"pack": "webpack --config webpack.config.mjs"
},
"version": "1.0.1"
}