UNPKG

@diondre27/smart-components

Version:

Smart Web Components

50 lines (49 loc) 1.48 kB
{ "name": "@diondre27/smart-components", "version": "0.0.2", "description": "Smart Web Components", "main": "dist/index.js", "module": "dist/index.mjs", "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/smarts/smarts.js", "files": [ "dist/", "loader/" ], "scripts": { "lint": "eslint src/components --ext=ts,tsx,.d.ts", "lint:fix": "eslint src/components --ext=ts,tsx --fix", "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" }, "devDependencies": { "@stencil/core": "^1.3.3", "@stencil/eslint-plugin": "0.0.3", "@types/jest": "^24.0.18", "@types/node-sass": "^4.11.0", "@typescript-eslint/eslint-plugin": "^2.2.0", "@typescript-eslint/parser": "^2.2.0", "eslint": "^6.3.0", "eslint-config-airbnb-base": "^14.0.0", "eslint-plugin-import": "^2.18.2", "node-sass": "^4.12.0", "npm-run-all": "^4.1.5", "ts-node": "^8.3.0" }, "license": "MIT", "dependencies": { "@smarts/smart-styles": "^0.0.4", "@stencil/sass": "^1.0.1" }, "publishConfig": { "access": "public" }, "gitHead": "59bed95c16cda65f633963e897ec5850621fbfa8" }