Initial commit

This commit is contained in:
Ian Hitchman
2022-04-13 12:51:46 +00:00
commit 142cfc116a
17 changed files with 11639 additions and 0 deletions

22
package.json Normal file
View File

@@ -0,0 +1,22 @@
{
"name": "boilerplate",
"description": "",
"source": "src/index.html",
"browserslist": "> 0.5%, last 2 versions, not dead",
"scripts": {
"dev": "parcel",
"build": "parcel build"
},
"author": "Ian Hitchman",
"license": "UNLICENSED",
"devDependencies": {
"@parcel/transformer-sass": "^2.4.1",
"parcel": "^2.4.1"
},
"dependencies": {
"@popperjs/core": "^2.11.5",
"bootstrap": "^5.1.3",
"react": "^17.0.2",
"react-dom": "^17.0.02"
}
}