Add package.json for front-end
This commit is contained in:
parent
38d9045bb5
commit
26a950c6e9
1 changed files with 23 additions and 0 deletions
23
assets/package.json
Normal file
23
assets/package.json
Normal file
|
@ -0,0 +1,23 @@
|
||||||
|
{
|
||||||
|
"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": {
|
||||||
|
"@fortawesome/fontawesome-pro": "^5.15.4",
|
||||||
|
"@popperjs/core": "^2.11.2",
|
||||||
|
"bootstrap": "^5.1.3",
|
||||||
|
"fittext.js": "^1.2.0",
|
||||||
|
"jquery": "^3.6.0"
|
||||||
|
}
|
||||||
|
}
|
Loading…
Reference in a new issue