UNPKG

@anjuna/docs

Version:

Anjuna Documentation Web Components

52 lines (51 loc) 1.53 kB
{ "name": "@anjuna/docs", "version": "1.1.1", "description": "Anjuna Documentation Web Components", "author": "Zuora UI Foundation Team", "license": "MIT", "publishConfig": { "registry": "https://registry.npmjs.com" }, "repository": { "type": "git", "url": "https://git.zias.io/ui-foundation/anjuna" }, "bugs": { "url": "https://git.zias.io/ui-foundation/anjuna" }, "homepage": "https://git.zias.io/pages/ui-foundation/anjuna/", "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/docs/docs.js", "files": [ "dist/", "loader/" ], "scripts": { "build": "stencil build --docs-readme --docs-json docs/docs.json", "lint": "tslint -p tsconfig.json", "start": "stencil build --watch" }, "dependencies": { "marked": "~0.3.9", "prismjs": "~1.9.0" }, "peerDependencies": { "@anjuna/theme": "1.0.0-rc.54" }, "devDependencies": { "@anjuna/theme": "^1.1.1", "@stencil/core": "^1.8.0", "@stencil/sass": "^1.0.1", "node-sass-magic-importer": "^5.1.2", "tslint": "~5.9.1", "tslint-ionic-rules": "~0.0.21" }, "gitHead": "b4af32d7b1528325d7283b5a49e6839e9303e372" }