Files
forgetmenot-dotnet/package.json
2022-07-24 22:14:53 -05:00

20 lines
469 B
JSON

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