genie-component-library
Version:
Genie Component Library
37 lines (36 loc) • 1.03 kB
JSON
{
"name": "genie-component-library",
"version": "0.17.0",
"description": "Genie Component Library",
"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/genie/genie.js",
"files": [
"dist/",
"loader/"
],
"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"
},
"devDependencies": {
"@stencil/core": "^2.0.3",
"@stencil/react-output-target": "0.0.9",
"rollup-plugin-copy": "^3.3.0"
},
"license": "MIT",
"dependencies": {
"@stencil/sass": "^1.3.2",
"pdfjs-dist": "^2.3.200",
"rollup-plugin-node-builtins": "^2.1.2",
"rollup-plugin-node-globals": "^1.4.0"
}
}