{ "name": "@esri/calcite-components", "version": "1.0.0-beta.97", "description": "Web Components for Esri's Calcite Design System.", "main": "dist/index.cjs.js", "module": "dist/index.js", "es2015": "dist/esm/index.js", "es2017": "dist/esm/index.js", "jsnext:main": "dist/esm/index.js", "types": "dist/types/components.d.ts", "type": "module", "unpkg": "dist/calcite/calcite.js", "collection:main": "dist/collection/index.js", "collection": "dist/collection/collection-manifest.json", "files": [ "dist/", "hydrate/" ], "scripts": { "build": "npm run util:prep-build-reqs && stencil build && npm run util:patch", "build:watch": "npm run util:prep-build-reqs && stencil build --watch", "build:watch-dev": "npm run util:prep-build-reqs && stencil build --dev --watch", "build-storybook": "npm run util:build-docs && build-storybook --output-dir ./docs", "deps:update": "updtr --exclude chalk cheerio typescript @types/jest jest jest-cli ts-jest puppeteer && npm audit fix", "docs": "concurrently --kill-others --raw \"npm run build-storybook\" \"ts-node --esm ./support/cleanOnProcessExit.ts --path ./__docs-temp__\"", "docs:preview": "concurrently --raw \"npm:util:build-docs && start-storybook\" \"ts-node --esm ./support/cleanOnProcessExit.ts --path ./__docs-temp__\"", "lint": "concurrently npm:lint:*", "lint:html": "prettier --write \"**/*.html\"", "lint:js": "eslint --ext .js --fix . && prettier --write \"**/*.js\"", "lint:json": "prettier --write \"**/*.json\"", "lint:md": "prettier --write \"**/*.md\"", "lint:yml": "prettier --write \"**/*.yml\"", "lint:scss": "stylelint --fix \"src/**/*.scss\" && prettier --write \"**/*.scss\"", "lint:ts": "eslint --ext .ts,.tsx --fix . && prettier --write \"**/*.ts?(x)\"", "posttest": "npm run test:prerender", "prepare": "husky install", "prepublishOnly": "ts-node --esm ./support/prepublish.ts", "release:docs": "npm run docs && storybook-to-ghpages --existing-output-dir=docs", "release:next": "npm ci && npm test && npm run util:deploy-next", "release:prepare": "npm ci && npm test && ts-node --esm support/prepReleaseCommit.ts && npm run build", "release:publish": "npm run util:test-types && npm run util:push-tags && npm publish && ts-node --esm ./support/releaseToGitHub.ts", "start": "concurrently --kill-others --raw \"tsc --project ./tsconfig-demos.json --watch\" \"npm run build:watch-dev -- --serve\" \"ts-node --esm ./support/cleanOnProcessExit.ts --path ./src/demos/**/*.js \"", "test": "npm run build && npm run test:existing-build", "test:existing-build": "stencil test --no-docs --no-build --spec --e2e", "test:prerender": "stencil build --no-docs --prerender", "test:storybook": "concurrently --raw \"npm:util:build-docs && screener-storybook --conf .storybook/screener.config.js\"", "test:watch": "npm run test -- -- --watchAll", "util:build-docs": "npm run util:copy-icons && stencil build --config stencil.storybook.config.ts", "util:clean-tested-build": "npm ci && npm test && npm run build", "util:copy-icons": "cpy \"./node_modules/@esri/calcite-ui-icons/js/*.json\" \"./src/components/icon/assets/icon/\" --flat", "util:deploy-next": "npm run util:prep-next && npm run util:publish-next", "util:deploy-next-from-ci": "ts-node --esm support/deployNextFromCI.ts", "util:generate-t9n-types": "ts-node --esm support/generateT9nTypes.ts", "util:hydration-styles": "ts-node --esm support/hydrationStyles.ts", "util:is-next-deployable": "ts-node --esm support/isNextDeployable.ts", "util:patch": "npm run util:patch-esm-resolution && npm run util:patch-tree-shaking", "util:patch-esm-resolution": "ts-node --esm support/patchESMResolution.ts", "util:patch-tree-shaking": "ts-node --esm support/patchTreeShaking.ts", "util:prep-build-reqs": "npm run util:copy-icons && npm run util:generate-t9n-types", "util:prep-next": "ts-node --esm support/prepReleaseCommit.ts --next && npm run build", "util:publish-next": "npm run util:test-types && npm run util:push-tags && npm publish --tag next", "util:check-squash-mergeable-branch": "ts-node --esm support/checkSquashMergeableBranch.ts", "util:push-tags": "git push --atomic --follow-tags origin master", "util:sync-t9n-en-bundles": "ts-node --esm support/syncEnT9nBundles.ts", "util:test-types": "tsc --esModuleInterop dist/types/**/*.d.ts dist/components/*.d.ts && ! grep -rnw 'dist/types' -e '