-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
64 lines (64 loc) · 1.72 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
{
"name": "@codeperate/cdp-ui-library",
"version": "2.0.2",
"description": "Codeperate UI Library",
"main": "dist/index.cjs.js",
"module": "dist/custom-elements/index.js",
"es2015": "dist/esm/index.mjs",
"es2017": "dist/esm/index.mjs",
"types": "dist/custom-elements/index.d.ts",
"collection": "dist/collection/collection-manifest.json",
"collection:main": "dist/collection/index.js",
"unpkg": "dist/cdp-ui-library/cdp-ui-library.esm.js",
"files": [
"dist/",
"loader/"
],
"scripts": {
"build:dist": "stencil build --config stencil.config.build.ts",
"build": "stencil build",
"start": "stencil build --dev --watch --serve",
"test": "stencil test --spec --e2e",
"test.watch": "stencil test --spec --e2e --watchAll",
"generate": "stencil generate",
"doc": "typedoc",
"release": "npm run build:dist && np --yolo"
},
"keywords": [
"StencilJS",
"Stencil",
"web components",
"ui",
"component",
"library"
],
"author": "Codeperate Limited",
"bugs": {
"url": "https://github.com/codeperate/ui-library/issues"
},
"dependencies": {
"@codeperate/stencil-windicss": "^2.1.0",
"@popperjs/core": "^2.9.2",
"@stencil/core": "^2.0.1",
"highlight.js": "^11.0.1",
"marked": "^2.0.7",
"path-to-regexp": "^6.2.0",
"stencil-router-v2": "^0.6.0",
"swiper": "^6.8.4",
"windicss": "^3.1.3"
},
"license": "MIT",
"devDependencies": {
"@types/node": "^15.12.2",
"@windicss/plugin-icons": "^1.0.2",
"glob": "^7.1.7",
"np": "^7.5.0",
"typedoc": "^0.20.36",
"typedoc-plugin-markdown": "^3.9.0",
"typedoc-plugin-merge-modules": "^2.1.1",
"typescript": "4.2"
},
"publishConfig": {
"access": "public"
}
}