Initial commit
This commit is contained in:
@@ -0,0 +1,18 @@
|
||||
{
|
||||
"name": "bluewater",
|
||||
"version": "1.0.0",
|
||||
"description": "",
|
||||
"main": "index.js",
|
||||
"scripts": {
|
||||
"test": "echo \"Error: no test specified\" && exit 1",
|
||||
"build": "npx tailwindcss -i ./tailwind.css -o ./assets/style.css",
|
||||
"watch": "npx tailwindcss -i ./tailwind.css -o ./assets/style.css --watch"
|
||||
},
|
||||
"keywords": [],
|
||||
"author": "",
|
||||
"license": "ISC",
|
||||
"devDependencies": {
|
||||
"@tailwindcss/typography": "^0.5.7",
|
||||
"tailwindcss": "^3.1.8"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user