@worktif/purei
Version:
Work TIF Material UI Theme Provider and Customization Suite for React applications with dark mode support and dynamic color schemes
68 lines (67 loc) • 2.15 kB
JSON
{
"name": "@worktif/purei",
"version": "0.2.0-alpha.9",
"description": "Work TIF Material UI Theme Provider and Customization Suite for React applications with dark mode support and dynamic color schemes",
"main": "dist/src/index.js",
"types": "dist/src/index.d.ts",
"files": [
"dist/src/**"
],
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "rm -rf ./.docs && yarn run docs && rm -rf ./dist && tsc && yarn run types",
"prepare": "yarn build",
"docs:md": "typedoc --options ./docs/docs.config/typedoc.md.json",
"docs:html": "typedoc --options ./docs/docs.config/typedoc.html.json",
"docs": "yarn run docs:md && yarn run docs:html",
"docs:app:router:gen": "mkdir -p docs/app/src && ts-node docs/app/scripts/router.gen.ts",
"types": "tsc --emitDeclarationOnly",
"tsc:alias": "tsc-alias",
"publish:npm": "yarn run build && npm publish --access public"
},
"repository": {
"type": "git",
"url": "git+https://bitbucket.org/worktif/npm-purei.git"
},
"keywords": [
"react",
"material",
"ui"
],
"author": "Raman Marozau, raman@worktif.com",
"license": "BUSL-1.1",
"bugs": {
"url": "https://bitbucket.org/worktif/npm-purei/issues"
},
"homepage": "https://bitbucket.org/worktif/npm-purei#readme",
"dependencies": {
"reflect-metadata": "^0.2.2",
"tsc-alias": "^1.8.16",
"typescript": "^5.8.3",
"uuid": "^11.1.0"
},
"peerDependencies": {
"@emotion/react": "^11.14.0",
"@emotion/server": "^11.11.0",
"@mui/icons-material": "^7.3.1",
"@mui/material": "^7.3.1",
"@mui/styles": "^6.4.8",
"@types/react": "^19.0.10",
"@types/react-dom": "^19.0.4",
"react": "^19.0.0",
"react-dom": "^19.0.0"
},
"devDependencies": {
"@emotion/react": "^11.14.0",
"@emotion/server": "^11.11.0",
"@mui/icons-material": "^7.3.0",
"@mui/material": "^7.2.0",
"@mui/styles": "^6.4.8",
"@types/react": "^19.0.10",
"@types/react-dom": "^19.0.4",
"react": "^19.0.0",
"react-dom": "^19.0.0",
"typedoc": "^0.28.7",
"typedoc-plugin-markdown": "^4.7.1"
}
}