v4web-components
Version:
Stencil Component Starter
58 lines (57 loc) • 1.62 kB
JSON
{
"name": "v4web-components",
"version": "1.1.35",
"description": "Stencil Component Starter",
"main": "dist/index.cjs.js",
"module": "dist/index.js",
"es2015": "dist/esm/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/stencil-library/stencil-library.esm.js",
"repository": {
"type": "git",
"url": "https://github.com/V4-Company/v4web-component"
},
"keywords": [
"web-components",
"v4 company",
"components",
"stencil",
"custom components",
"cross plataform"
],
"files": [
"dist/"
],
"scripts": {
"build": "stencil build --docs",
"start": "stencil build --dev --watch --serve",
"test": "stencil test --spec --e2e",
"test.watch": "stencil test --spec --e2e --watchAll",
"generate": "stencil generate",
"lint": "eslint src/**/*{.ts,.tsx}",
"dev": "stencil build --docs --watch"
},
"dependencies": {
"@material-design-icons/svg": "^0.14.9",
"@stencil/core": "^3.0.0",
"typescript": "^4.9.5",
"v4design-tokens": "^0.0.19"
},
"devDependencies": {
"@stencil-community/eslint-plugin": "^0.5.0",
"@stencil/react-output-target": "^0.5.3",
"@types/jest": "^27.5.2",
"@types/node": "^16.18.11",
"eslint-plugin-react": "^7.32.2",
"jest": "^27.5.1",
"jest-cli": "^27.5.1",
"puppeteer": "^19.5.2",
"react": "18.2.0",
"react-dom": "18.2.0"
},
"license": "MIT",
"gitHead": "e7dc594e47bd321e0619bfb4352a5d53c3d0f8c4"
}