-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
71 lines (71 loc) · 2.17 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
64
65
66
67
68
69
70
71
{
"name": "@orama/wc-components",
"version": "0.3.2",
"description": "UI web components for Orama Cloud",
"license": "Apache-2.0",
"repository": {
"type": "git",
"url": "https://github.com/askorama/orama-ui-components.git"
},
"homepage": "https://docs.orama.com/cloud/ui-components/design-system",
"main": "dist/index.cjs.js",
"module": "dist/index.js",
"files": [
"dist/",
"loader/"
],
"scripts": {
"build": "stencil build --docs",
"clean": "rm -rf node_modules .turbo dist .stencil loader www",
"dev": "stencil build --watch",
"generate": "stencil generate",
"start": "stencil build --dev --watch --serve",
"test": "stencil test --spec --e2e",
"test.watch": "stencil test --spec --e2e --watchAll"
},
"types": "dist/types/index.d.ts",
"dependencies": {
"@orama/highlight": "^0.1.6",
"@orama/orama": "^3.0.0",
"@orama/switch": "^3.0.0",
"@oramacloud/client": "^2.1.0",
"@phosphor-icons/webcomponents": "^2.1.5",
"@stencil/core": "^4.19.0",
"@stencil/store": "^2.0.16",
"dompurify": "^3.1.6",
"highlight.js": "^11.10.0",
"markdown-it": "^14.1.0",
"marked": "^13.0.2",
"marked-highlight": "^2.1.3",
"shiki": "^1.10.3",
"sse.js": "^2.5.0"
},
"devDependencies": {
"@stencil-community/postcss": "^2.2.0",
"@stencil/angular-output-target": "^0.8.4",
"@stencil/react-output-target": "^0.5.3",
"@stencil/sass": "^3.0.12",
"@stencil/store": "^2.0.16",
"@stencil/vue-output-target": "^0.8.8",
"@types/autoprefixer": "^10.2.0",
"@types/jest": "^29.5.12",
"@types/node": "^20.14.9",
"autoprefixer": "^10.4.19",
"cssnano": "^7.0.3",
"jest": "^29.7.0",
"jest-cli": "^29.7.0",
"postcss": "^8.4.39",
"postcss-functions": "^4.0.2",
"postcss-preset-env": "^9.5.15",
"postcss-scss": "^4.0.9",
"puppeteer": "^22.12.1",
"rucksack-css": "^1.0.2",
"sass": "^1.77.8",
"sass-loader": "^14.2.1"
},
"collection": "dist/collection/collection-manifest.json",
"collection:main": "dist/collection/index.js",
"es2015": "dist/esm/index.mjs",
"es2017": "dist/esm/index.mjs",
"unpkg": "dist/@orama/wc-components/orama-ui.esm.js"
}