2021-08-06 11:08:56 -04:00
|
|
|
{
|
|
|
|
"name": "personal-site",
|
|
|
|
"version": "1.0.0",
|
|
|
|
"description": "Repo for my personal website",
|
|
|
|
"main": "index.js",
|
|
|
|
"scripts": {
|
|
|
|
"start": "astro dev",
|
|
|
|
"build": "astro build"
|
|
|
|
},
|
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "https://git.thomaspcole.com/thomascole/Personal-Site.git"
|
|
|
|
},
|
|
|
|
"keywords": [],
|
|
|
|
"author": "",
|
|
|
|
"license": "MIT",
|
|
|
|
"dependencies": {
|
|
|
|
"@astrojs/renderer-svelte": "^0.1.1",
|
2022-05-31 22:55:42 -04:00
|
|
|
"@astrojs/svelte": "^0.1.4",
|
2021-08-06 11:08:56 -04:00
|
|
|
"@fortawesome/fontawesome-free": "^5.15.3",
|
|
|
|
"@mdi/font": "^5.9.55",
|
|
|
|
"@mdi/js": "^5.9.55",
|
2022-05-31 22:39:58 -04:00
|
|
|
"astro": "^1.0.0-beta.38",
|
2021-08-06 11:08:56 -04:00
|
|
|
"bootstrap-icons": "^1.5.0",
|
|
|
|
"bulma": "^0.9.3",
|
2022-05-31 23:04:12 -04:00
|
|
|
"bulmaswatch": "^0.8.1",
|
|
|
|
"sass": "1.52.1"
|
2021-08-06 11:08:56 -04:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
|
|
|
"@astrojs/renderer-react": "^0.1.5",
|
|
|
|
"react": "^17.0.2",
|
|
|
|
"react-dom": "^17.0.2"
|
|
|
|
}
|
|
|
|
}
|