isncsci-ui
Version:
Web components package for the ISNCSCI project.
85 lines • 2.71 kB
JSON
{
"author": {
"name": "Praxis Tech",
"email": "tech@praxisinstitute.org"
},
"bugs": {
"url": "https://github.com/praxis-isncsci/ui/issues"
},
"customElements": "custom-elements.json",
"dependencies": {
"isncsci": "^2.0.6"
},
"description": "Web components package for the ISNCSCI project.",
"devDependencies": {
"@custom-elements-manifest/analyzer": "^0.8.4",
"@rollup/plugin-commonjs": "^25.0.2",
"@rollup/plugin-node-resolve": "^15.1.0",
"@rollup/plugin-typescript": "^11.1.2",
"@storybook/addon-essentials": "^7.5.1",
"@storybook/addon-links": "^7.5.1",
"@storybook/blocks": "^7.5.1",
"@storybook/web-components": "^7.5.1",
"@storybook/web-components-webpack5": "^7.5.1",
"chromatic": "^7.5.4",
"copyfiles": "^2.4.1",
"custom-elements-manifest": "^2.0.0",
"http-server": "^14.1.1",
"jest": "^29.6.4",
"lit": "^3.0.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"rimraf": "^5.0.1",
"rollup": "^3.26.0",
"rollup-plugin-dts": "^6.1.0",
"storybook": "^7.5.1",
"style-dictionary": "^3.8.0",
"ts-node": "^10.9.1",
"tsconfig-paths-webpack-plugin": "^4.1.0",
"tslint": "^6.1.3",
"typescript": "^5.1.6"
},
"files": [
"dist/"
],
"homepage": "https://github.com/rhi-isncsci/ui",
"keywords": [
"Praxis",
"Spinal",
"Coord",
"Institute",
"custom elements",
"components",
"ISNCSCI",
"algorithm"
],
"license": "Apache-2.0",
"main": "./dist/cjs/web/index.js",
"module": "./dist/esm/web/index.js",
"name": "isncsci-ui",
"private": false,
"repository": {
"type": "git",
"url": "git+https://github.com/praxis-isncsci/ui.git"
},
"scripts": {
"postbuild": "node ./scripts/update-template-markup.ts",
"prebuild": "rimraf ./build ./dist",
"build": "rollup -c && rollup -c --environment MAPPINGS",
"build-styles": "style-dictionary build --config style-dictionary.config.json",
"start": "http-server build/ -s -c-1 -p 44333",
"tslint": "tslint -p .",
"storybook": "storybook dev -p 6006",
"build-storybook": "storybook build",
"update-design-tokens": "node ./scripts/generate-token-files.ts && npm run build-styles",
"test": "jest",
"test-specific": "jest --testNamePattern 'setActiveCellUseCase' src/core/useCases/setActiveCell.useCase.spec.ts",
"test:watch": "jest --watch",
"create-custom-elements-manifest": "custom-elements-manifest analyze",
"create-custom-elements-manifest:dist": "cem analyze --config custom-elements-manifest-dist.config.mjs"
},
"types": "./index.d.ts",
"version": "1.0.38",
"readme": "README.md",
"_id": "isncsci-ui@1.0.38"
}