thp/doc-generator/static/package.json

19 lines
435 B
JSON

{
"name": "static",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"watch": "concurrently -k \"tailwindcss -i ./tailwind/input.css -o ./tailwind/output.css --watch\" \"live-server . --port=3333\""
},
"keywords": [],
"author": "",
"license": "ISC",
"devDependencies": {
"concurrently": "^7.6.0",
"live-server": "^1.2.2",
"serve": "^14.2.0",
"tailwindcss": "^3.2.7"
}
}