-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
70 lines (70 loc) · 2.03 KB
/
Copy pathpackage.json
File metadata and controls
70 lines (70 loc) · 2.03 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
{
"name": "@betha-plataforma/nopaper-componentes",
"version": "1.6.1",
"description": "Coleção de Web Components NoPaper",
"main": "dist/index.cjs.js",
"module": "dist/index.js",
"es2015": "dist/esm-es5/index.mjs",
"es2017": "dist/esm/index.mjs",
"types": "dist/types/index.d.ts",
"collection": "dist/collection/collection-manifest.json",
"collection:main": "dist/collection/index.js",
"unpkg": "dist/nopaper-componentes/nopaper-componentes.js",
"files": [
"dist/",
"loader/"
],
"scripts": {
"build": "stencil build --docs --ci",
"start": "stencil build --dev --watch --serve",
"test": "stencil test --spec --e2e --coverage --ci -i",
"test.watch": "stencil test --spec --e2e --watchAll",
"generate": "stencil generate",
"lint": "eslint --ext .js,.ts,.tsx src/"
},
"resolutions": {
"node-releases": "2.0.44",
"@types/node": "16.18.126"
},
"devDependencies": {
"@mdi/font": "~5.0.45",
"@stencil/core": "2.19.2-0",
"@stencil/eslint-plugin": "^0.3.1",
"@stencil/sass": "^1.3.1",
"@types/jest": "^25.2.1",
"@typescript-eslint/eslint-plugin": "^2.22.0",
"@typescript-eslint/parser": "^2.22.0",
"eslint": "^6.8.0",
"eslint-plugin-import-helpers": "^1.0.2",
"eslint-plugin-react": "^7.19.0",
"jest": "27.0.3",
"jest-cli": "27.0.3",
"puppeteer": "9.1.1"
},
"dependencies": {
"@betha-plataforma/theme-bootstrap4": "^1.1.0",
"bootstrap": "4.5.3"
},
"keywords": [
"nopaper",
"nopaper componentes",
"web components",
"stenciljs",
"plataforma",
"betha cloud"
],
"author": {
"name": "Plataforma Betha Cloud",
"email": "ti.plataforma@betha.com.br",
"url": "https://plataforma.betha.cloud/"
},
"repository": {
"type": "git",
"url": "git+https://github.com/betha-plataforma/nopaper-componentes.git"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/betha-plataforma/nopaper-componentes/issues"
},
"homepage": "https://github.com/betha-plataforma/nopaper-componentes#readme"
}