Files
2025-11-08 23:12:43 +08:00

22 lines
560 B
JSON

{
"name": "test-web-components",
"version": "0.0.1",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"storybook": "storybook dev -p 6006",
"build-storybook": "storybook build"
},
"keywords": [],
"author": "abearxiong <xiongxiao@xiongxiao.me> (https://www.xiongxiao.me)",
"license": "MIT",
"packageManager": "pnpm@10.14.0",
"type": "module",
"devDependencies": {
"@storybook/web-components-vite": "^10.0.6",
"lit": "^3.3.1",
"storybook": "^10.0.6"
}
}