html/package.json
2024-11-02 19:56:26 +08:00

29 lines
685 B
JSON

{
"name": "@kevisual/html",
"version": "1.0.0",
"description": "",
"main": "index.js",
"type": "module",
"scripts": {
"build": "rollup -c",
"build:app": "rsync dist/* ../deploy/dist"
},
"keywords": [],
"author": "",
"license": "ISC",
"devDependencies": {
"@rollup/plugin-commonjs": "^28.0.1",
"@rollup/plugin-node-resolve": "^15.3.0",
"@rollup/plugin-typescript": "^12.1.1",
"@types/crypto-js": "^4.2.2",
"@types/react": "^18.3.12",
"rimraf": "^6.0.1",
"rollup": "^4.24.3",
"rollup-plugin-copy": "^3.5.0",
"rollup-plugin-dts": "^6.1.1",
"typescript": "^5.6.3"
},
"dependencies": {
"lit-html": "^3.2.1"
}
}