You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 

27 lines
902 B

{
"name": "hw",
"version": "1.0.0",
"description": "这是一个面向婚礼筹备场景的 Web 管理系统,用于按“户”为单位管理邀请、出席、礼金、回礼、桌席安排、CSV 导入导出、审计日志与账号权限。",
"main": "index.js",
"directories": {
"doc": "docs",
"test": "tests"
},
"scripts": {
"build:css": "npm exec -- @tailwindcss/cli -i ./app/static/src/styles.css -o ./app/static/css/main.css --minify",
"watch:css": "npm exec -- @tailwindcss/cli -i ./app/static/src/styles.css -o ./app/static/css/main.css --watch",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://git.oxfs.io/oops/hw.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"type": "commonjs",
"dependencies": {
"@tailwindcss/cli": "^4.2.2",
"tailwindcss": "^4.2.2"
}
}