thp/doc-generator/static/package.json

21 lines
564 B
JSON
Raw Normal View History

2023-03-27 15:08:00 +00:00
{
"name": "static",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
2023-03-31 23:23:46 +00:00
"watch": "concurrently -k \"tailwindcss -i ./tailwind/input.css -o ./tailwind/output.css --watch\" \"live-server . --port=3333\"",
"server": "live-server . --port=3333",
"styles": "tailwindcss -i ./tailwind/input.css -o ./tailwind/output.css --watch"
2023-03-27 15:08:00 +00:00
},
"keywords": [],
"author": "",
"license": "ISC",
"devDependencies": {
"concurrently": "^7.6.0",
2023-03-27 20:22:09 +00:00
"live-server": "^1.2.2",
2023-03-27 15:08:00 +00:00
"serve": "^14.2.0",
"tailwindcss": "^3.2.7"
}
}