demo
This commit is contained in:
21
web-components/package.json
Normal file
21
web-components/package.json
Normal file
@@ -0,0 +1,21 @@
|
||||
{
|
||||
"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"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user