@claromentis/design-system
Version:
Claromentis Design System Component Library
41 lines (40 loc) • 1.22 kB
JSON
{
"name": "@claromentis/design-system",
"version": "0.4.4",
"description": "Claromentis Design System Component Library",
"module": "dist/index.js",
"main": "dist/index.cjs.js",
"unpkg": "dist/claromentis.js",
"types": "dist/types/components.d.ts",
"collection": "dist/collection/collection-manifest.json",
"files": [
"dist/"
],
"scripts": {
"build": "stencil build && cp CONTRIBUTING.md README.md ./dist/docs/",
"clean": "rm -rf .stencil dist www && npm install",
"start": "stencil build --dev --watch --serve",
"test": "stencil test --spec --e2e",
"test.e2e.dev": "stencil test --e2e --dev",
"test.e2e.watch": "stencil test --e2e --watchAll",
"test.watch": "stencil test --spec --e2e --watchAll"
},
"devDependencies": {
"@stencil/core": "^2.22.3",
"@stencil/sass": "^1.4.1",
"@types/jest": "^26.0.22",
"@types/puppeteer": "^5.4.3",
"bootstrap": "^4.6.2",
"bufferutil": "^4.0.1",
"canvas": "^2.5.0",
"ionicons": "^5.5.3",
"jest": "^26.6.3",
"jest-cli": "^26.6.3",
"jquery": "3.5.1",
"popper.js": "^1.16.1",
"puppeteer": "^10.0.0",
"ts-node": ">=9.0.0",
"typescript": ">=2.7"
},
"license": "MIT"
}