Files
forgetmenot-serverless/site/package.json
benjaminramey 6bedf7ec24 Use bootstrap
2021-12-04 21:17:18 -06:00

22 lines
454 B
JSON

{
"name": "@example/starter",
"version": "0.0.1",
"private": true,
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"build": "astro build",
"preview": "astro preview"
},
"devDependencies": {
"@astrojs/renderer-react": "^0.2.1",
"@snowpack/plugin-dotenv": "^2.2.0",
"astro": "^0.20.7"
},
"dependencies": {
"@auth0/auth0-react": "^1.8.0",
"bootstrap": "^5.1.3",
"normalize.css": "^8.0.1"
}
}