pages/package.json

33 lines
849 B
JSON
Raw Normal View History

{
"name": "millironx.github.io",
"version": "0.0.0",
"description": "My personal website",
"repository": {
"type": "git",
"url": "git+https://github.com/MillironX/millironx.github.io.git"
},
"author": "Thomas A. Christensen II",
"license": "MIT",
"bugs": {
"url": "https://github.com/MillironX/millironx.github.io/issues"
},
"homepage": "https://github.com/MillironX/millironx.github.io#readme",
"dependencies": {
"jquery": "^3.6.0",
2024-12-15 20:39:28 +00:00
"jquery-mask-plugin": "^1.14.16"
2022-06-29 02:41:39 +00:00
},
"devDependencies": {
2022-06-29 02:43:11 +00:00
"husky": "^8.0.1",
"lint-staged": "^13.0.3",
2022-06-29 02:44:11 +00:00
"prettier": "^2.7.1",
2022-06-29 04:07:11 +00:00
"prettier-plugin-go-template": "^0.0.13",
2022-06-29 02:44:11 +00:00
"prettier-plugin-toml": "^0.3.1"
2022-06-29 02:43:11 +00:00
},
"lint-staged": {
2023-02-25 05:13:30 +00:00
"*.{js,css,scss,md,toml,yml,yaml,json,html}": "prettier --write"
2022-06-29 02:43:11 +00:00
},
"scripts": {
"prepare": "husky install"
}
}