-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
53 lines (53 loc) · 1.53 KB
/
package.json
File metadata and controls
53 lines (53 loc) · 1.53 KB
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
44
45
46
47
48
49
50
51
52
53
{
"name": "executable_html",
"version": "3.0.1",
"type": "module",
"files": [
"dist",
"types"
],
"main": "dist/index.js",
"types": "types/index.d.ts",
"scripts": {
"dev": "vite",
"build": "tsc && vite build",
"preview": "vite preview",
"storybook": "storybook dev -p 6006",
"build-storybook": "storybook build",
"test": "web-test-runner",
"buidlAndpublish": "npm run build && git add . && git commit -m 'publish' && npm version patch && npm publish"
},
"dependencies": {
"@fontsource/roboto": "^5.0.8",
"@fontsource/roboto-flex": "^5.0.8",
"@shoelace-style/shoelace": "^2.20.1",
"@svgdotjs/svg.js": "^3.2.0",
"jsep": "^1.3.8",
"lit": "^3.1.0",
"lodash": "^4.17.21"
},
"devDependencies": {
"@esm-bundle/chai": "^4.3.4-fix.0",
"@storybook/addon-essentials": "^7.6.21",
"@storybook/addon-links": "^7.6.21",
"@storybook/blocks": "^7.6.21",
"@storybook/web-components": "^7.6.21",
"@storybook/web-components-vite": "^7.6.21",
"@types/mocha": "^10.0.10",
"@web/dev-server-esbuild": "^1.0.5",
"@web/test-runner": "^0.18.0",
"eslint": "^8.56.0",
"eslint-plugin-wc": "^2.0.4",
"lodash-es": "^4.17.23",
"prettier": "3.2.4",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"remark-gfm": "^3.0.1",
"sass": "^1.70.0",
"storybook": "^7.6.21",
"typescript": "^5.2.2",
"vite": "^5.4.20",
"vite-plugin-css-injected-by-js": "^3.5.2"
},
"packageManager": "yarn@1.22.19+sha1.4ba7fc5c6e704fce2066ecbfb0b0d8976fe62447"
}