INitial work

This commit is contained in:
Ben Ramey
2022-07-24 22:12:30 -05:00
parent ecc5710048
commit be125ec5df
23 changed files with 3263 additions and 0 deletions

19
package.json Normal file
View File

@@ -0,0 +1,19 @@
{
"name": "forgetmenot",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"build-tailwind": "postcss css/tailwind.css -o wwwroot/css/styles.css",
"watch-tailwind": "postcss css/tailwind.css -o wwwroot/css/styles.css --watch"
},
"keywords": [],
"author": "",
"license": "ISC",
"devDependencies": {
"autoprefixer": "^10.4.7",
"postcss": "^8.4.14",
"postcss-cli": "^10.0.0",
"tailwindcss": "^3.1.6"
}
}