-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
63 lines (63 loc) · 1.86 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
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
{
"name": "cemnama",
"description": "a Custom Element Manifest Viewer component developed in web components",
"author": "Amirhossein Alibakhshi",
"version": "0.0.0-alpha-4",
"repository": {
"type": "git",
"url": "https://github.com/amir78729/custom-element-manifest-viewer.git"
},
"files": [
"dist"
],
"main": "dist/index.js",
"types": "dist/index.d.ts",
"type": "module",
"scripts": {
"build": "rm -rf dist && tsc",
"storybook": "storybook dev -p 3001",
"build-storybook": "storybook build"
},
"devDependencies": {
"@tapsioss/web-components": "0.0.0-alpha-2",
"@custom-elements-manifest/analyzer": "^0.10.2",
"@eslint/js": "^9.1.1",
"@open-wc/lit-helpers": "^0.7.0",
"@open-wc/testing": "^4.0.0",
"@storybook/addon-actions": "^8.1.5",
"@storybook/addon-essentials": "^7.6.16",
"@storybook/addon-links": "^7.6.16",
"@storybook/blocks": "^7.6.16",
"@storybook/manager-api": "^8.1.5",
"@storybook/theming": "^8.1.5",
"@storybook/web-components": "^7.6.16",
"@storybook/web-components-vite": "^7.6.16",
"@types/chai": "^4.3.12",
"@types/mocha": "^10.0.6",
"@types/node": "^20.12.10",
"@web/dev-server": "^0.4.2",
"@web/dev-server-esbuild": "^1.0.2",
"@web/test-runner": "^0.18.0",
"api-viewer-element": "1.0.0-pre.10",
"custom-elements-manifest": "^2.1.0",
"eslint": "^8.56.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-lit": "^1.11.0",
"eslint-plugin-prettier": "^5.1.3",
"eslint-plugin-wc": "^2.1.0",
"prettier": "^3.2.5",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"storybook": "^7.6.16",
"tslib": "^2.6.2",
"typescript": "^5.3.3",
"typescript-eslint": "^7.7.1",
"vitepress": "^1.1.4"
},
"dependencies": {
"immer": "^10.1.1",
"shiki": "^1.7.0",
"lit": "^3.1.2",
"tslib": "^2.4.0"
}
}