20 lines
469 B
JSON
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"
|
|
}
|
|
}
|