21 lines
566 B
JSON
21 lines
566 B
JSON
{
|
|
"name": "millironx.github.io",
|
|
"version": "0.0.0",
|
|
"description": "My personal website",
|
|
"devDependencies": {},
|
|
"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": {
|
|
"postcss": "^8.4.6",
|
|
"postcss-cli": "^9.1.0",
|
|
"postcss-purgecss": "^2.0.3"
|
|
}
|
|
}
|