-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
30 lines (30 loc) · 865 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
{
"name": "storybook7-test",
"version": "1.0.0",
"description": "testing web component storybook issue",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"storybook": "storybook dev -p 6006",
"build-storybook": "storybook build"
},
"author": "",
"license": "ISC",
"dependencies": {
"@babel/plugin-proposal-decorators": "^7.22.15",
"@babel/preset-env": "^7.22.15",
"@storybook/blocks": "^7.4.0",
"@storybook/web-components-webpack5": "^7.4.0",
"@storybook/web-components": "^7.4.0",
"copy-webpack-plugin": "^11.0.0",
"lit-scss-loader": "^2.0.1",
"lit": "^2.8.0",
"minify-html-literals": "^1.3.5",
"react-dom": "^18.2.0",
"react": "^18.2.0",
"sass-loader": "^13.0.0",
"sass": "^1.53.0",
"storybook": "^7.4.0",
"ts-loader": "^8.3.0"
}
}