Files
boilerplate/package.json
Ian Hitchman 142cfc116a Initial commit
2022-04-13 12:51:46 +00:00

23 lines
488 B
JSON

{
"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"
}
}