-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
49 lines (49 loc) · 1.43 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
{
"name": "@kompasid/web-components",
"version": "v1.8.14",
"description": "Kompas.id reusable web components",
"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/kompas-web-components/kompas-web-components.esm.js",
"files": [
"dist/",
"loader/",
"hydrate/"
],
"scripts": {
"build": "stencil build --docs",
"start": "stencil build --dev --watch --serve",
"test": "stencil test --spec --e2e --coverage",
"test.spec": "stencil test --spec",
"test.watch": "stencil test --spec --e2e --watchAll",
"generate": "stencil generate"
},
"dependencies": {
"@stencil/core": "2.20.0",
"install": "^0.13.0",
"react-gtm-module": "^2.0.11"
},
"license": "MIT",
"devDependencies": {
"@stencil/postcss": "^2.0.0",
"@types/autoprefixer": "^10.2.0",
"@types/jest": "^26.0.23",
"@types/puppeteer": "^5.4.3",
"autoprefixer": "^10.2.5",
"axios": "^1.0.0",
"base-64": "^1.0.0",
"jest": "^26.6.3",
"jest-cli": "^26.6.3",
"postcss-nested": "^5.0.5",
"puppeteer": "^10.0.0",
"stencil-inline-svg": "^1.0.1",
"stencil-tailwind-plugin": "^0.5.0",
"tailwindcss": "^2.1.2",
"typescript": "^4.4.4"
}
}