{ "name": "vnovel", "version": "0.0.1", "description": "Pixiv-like theme for novels", "main": "index.js", "repository": "https://github.com/opera7133/vnovel", "author": "wamo ", "license": "MIT", "scripts": { "start": "concurrently npm:watch:*", "watch:tw": "tailwindcss -i ./themes/vnovel/assets/css/main.css -o ./themes/vnovel/assets/css/style.css --watch", "watch:hugo": "hugo server", "build": "tailwindcss -i ./themes/vnovel/assets/css/main.css -o ./themes/vnovel/assets/css/style.css && hugo --minify" }, "devDependencies": { "@tailwindcss/typography": "^0.5.2", "autoprefixer": "^10.4.4", "concurrently": "^7.0.0", "postcss": "^8.4.12", "postcss-cli": "^10.0.0", "tailwindcss": "^3.0.23" } }