-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
43 lines (43 loc) · 1.12 KB
/
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
31
32
33
34
35
36
37
38
39
40
41
42
43
{
"name": "@mucsi96/ui-elements",
"version": "1.0.0",
"description": "",
"module": "dist/index.mjs",
"types": "dist/index.d.ts",
"files": [
"dist"
],
"sideEffects": true,
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "storybook dev -p 6006",
"build": "vite build",
"build:storybook": "storybook build",
"serve:test": "serve ."
},
"keywords": [],
"author": "Igor Bari <[email protected]>",
"license": "MIT",
"devDependencies": {
"@open-wc/lit-helpers": "^0.7.0",
"@storybook/addon-essentials": "^8.0.6",
"@storybook/addon-links": "^8.0.6",
"@storybook/blocks": "^8.0.6",
"@storybook/web-components": "^8.0.6",
"@storybook/web-components-vite": "^8.0.6",
"js-beautify": "^1.15.1",
"lit": "^3.1.2",
"lit-html": "^3.1.2",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"serve": "^14.2.3",
"storybook": "^8.0.6",
"typescript": "^5.4.5",
"vite": "^5.2.8",
"vite-plugin-dts": "^3.8.1"
},
"optionalDependencies": {
"@esbuild/darwin-arm64": "^0.24.0",
"@rollup/rollup-linux-x64-gnu": "^4.17.2"
}
}