initial commit

This commit is contained in:
Drew
2025-02-10 16:38:53 -07:00
commit 1317913e3a
19 changed files with 2651 additions and 0 deletions

24
package.json Normal file
View File

@ -0,0 +1,24 @@
{
"comments": {
"dependencies": {},
"devDependencies": {
"@tailwindcss/typography": "hugo-starter-tailwind-basic",
"autoprefixer": "hugo-starter-tailwind-basic",
"postcss": "hugo-starter-tailwind-basic",
"postcss-cli": "hugo-starter-tailwind-basic",
"postcss-purgecss": "hugo-starter-tailwind-basic",
"tailwindcss": "hugo-starter-tailwind-basic"
}
},
"dependencies": {},
"devDependencies": {
"@tailwindcss/typography": "^0.4.1",
"autoprefixer": "^10.3.1",
"postcss": "^8.3.6",
"postcss-cli": "^8.3.1",
"postcss-purgecss": "^2.0.3",
"tailwindcss": "^2.2.7"
},
"name": "protocol-oral-history-project",
"version": "0.1.0"
}