INitial work
This commit is contained in:
19
package.json
Normal file
19
package.json
Normal 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"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user