-
Notifications
You must be signed in to change notification settings - Fork 504
Expand file tree
/
Copy pathpackage.json
More file actions
157 lines (157 loc) · 4.84 KB
/
Copy pathpackage.json
File metadata and controls
157 lines (157 loc) · 4.84 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
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
{
"name": "@advanced-chat/components",
"version": "3.0.0-rc.3",
"license": "MIT",
"description": "Framework-neutral chat web component and typed Vue 3 component library",
"contributors": [
{
"email": "antoindupontdev@gmail.com",
"name": "Antoine Dupont"
},
{
"email": "aaron@advancedchat.org",
"name": "Aaron Nwabuoku"
}
],
"type": "module",
"module": "dist/components.js",
"unpkg": "dist/components.umd.js",
"jsdelivr": "dist/components.umd.js",
"style": "dist/components.css",
"types": "dist/index.d.ts",
"customElements": "custom-elements.json",
"exports": {
".": {
"types": "./dist/index.d.ts",
"import": "./dist/components.js"
},
"./styles": {
"types": "./dist/styles.d.ts",
"import": "./dist/components.css"
},
"./web-component": {
"types": "./dist/web-component.d.ts",
"import": "./dist/advanced-chat-components.js"
},
"./web-component/core": {
"types": "./dist/web-component-core.d.ts",
"import": "./dist/advanced-chat-components-core.js"
},
"./web-component/styles": {
"types": "./dist/styles.d.ts",
"import": "./dist/advanced-chat-components.css"
}
},
"files": [
"dist",
"custom-elements.json",
"THIRD_PARTY_LICENSES.md"
],
"keywords": [
"vue",
"vuejs",
"web-components",
"custom-element",
"framework-agnostic",
"react",
"angular",
"svelte",
"chat",
"vue-js-chat",
"multiple",
"group",
"rooms",
"realtime"
],
"repository": {
"type": "git",
"url": "git+https://github.com/advanced-chat/advanced-chat-components.git"
},
"bugs": {
"url": "https://github.com/advanced-chat/advanced-chat-components/issues"
},
"homepage": "https://advanced-chat.github.io/advanced-chat-components/",
"scripts": {
"build": "vite build && vite build --config vite.web-component.config.ts && vite build --config vite.web-component.config.ts --mode core && vite build --config vite.declarations.config.ts",
"type-check": "vue-tsc --build",
"lint": "eslint . --cache",
"lint:fix": "eslint . --fix --cache",
"format": "prettier --write src/ .storybook/",
"format:check": "prettier --check src/ .storybook/",
"test:storybook": "vitest run --project storybook",
"test:unit": "vitest run --project unit",
"test:coverage": "vitest run --coverage",
"test": "vitest run",
"verify:pack": "node ./scripts/verify-pack.mjs",
"verify:web-component": "node ./scripts/verify-web-component.mjs",
"verify:storybook-ui": "node ./scripts/verify-storybook-ui.mjs",
"verify:storybook-flows": "node ./scripts/verify-storybook-flows.mjs",
"verify": "npm run format:check && npm run type-check && npm run lint && npm run test:unit && npm run test:storybook && npm run build && npm run verify:pack && npm run verify:web-component && npm run build-storybook",
"storybook": "storybook dev -p 6006",
"build-storybook": "storybook build",
"prepare": "husky"
},
"lint-staged": {
"*.{vue,ts,js,json}": [
"prettier --write"
]
},
"engines": {
"node": "^20.19.0 || >=22.14.0"
},
"peerDependencies": {
"vue": "^3.5.0"
},
"overrides": {
"valibot": "1.4.2"
},
"dependencies": {
"@vueuse/components": "^14.2.1",
"@vueuse/core": "^14.2.1",
"emoji-picker-element": "^1.29.1",
"micromark": "^4.0.2",
"micromark-extension-gfm": "^3.0.0",
"micromark-extension-gfm-footnote": "^2.1.0",
"micromark-extension-gfm-strikethrough": "^2.1.0",
"micromark-extension-gfm-table": "^2.1.0",
"micromark-extension-gfm-tagfilter": "^2.0.0",
"micromark-extension-gfm-task-list-item": "^2.1.0",
"micromark-util-combine-extensions": "^2.0.0",
"micromark-util-types": "^2.0.0"
},
"devDependencies": {
"@chromatic-com/storybook": "^5.3.0",
"@storybook/addon-a11y": "^10.5.7",
"@storybook/addon-docs": "^10.5.7",
"@storybook/addon-mcp": "^0.7.0",
"@storybook/addon-vitest": "^10.5.7",
"@storybook/vue3-vite": "^10.5.7",
"@tsconfig/node22": "^22.0.2",
"@types/node": "^22.19.15",
"@vitejs/plugin-vue": "^6.0.4",
"@vitest/browser-playwright": "4.1.10",
"@vitest/coverage-v8": "4.1.10",
"@vue/eslint-config-prettier": "^10.2.0",
"@vue/eslint-config-typescript": "^14.7.0",
"@vue/tsconfig": "^0.9.0",
"eslint": "^10.0.3",
"eslint-plugin-storybook": "^10.5.7",
"eslint-plugin-vue": "^10.8.0",
"husky": "^9.1.7",
"jiti": "^2.6.1",
"jsdom": "^29.0.2",
"lint-staged": "^16.3.2",
"npm-run-all2": "^8.0.4",
"playwright": "^1.58.2",
"prettier": "^3.8.1",
"sass-embedded": "^1.97.3",
"storybook": "^10.5.7",
"typescript": "~5.9.0",
"vite": "^7.3.1",
"vite-plugin-dts": "^4.5.4",
"vite-plugin-vue-devtools": "^8.0.7",
"vitest": "4.1.10",
"vue": "^3.5.0",
"vue-tsc": "^3.2.5"
}
}