@shko.online/lookupobjects-mock
Version:
Mocking Dataverse Lookup Objects to simplify writing soties for PCF components
114 lines (113 loc) • 3.87 kB
JSON
{
"name": "@shko.online/lookupobjects-mock",
"version": "0.4.1",
"description": "Mocking Dataverse Lookup Objects to simplify writing soties for PCF components",
"exports": {
".": {
"types": "./lib/ts4.2/index.d.ts",
"require": "./lib/cjs/index.js",
"import": "./lib/esm/index.js"
}
},
"main": "lib/cjs/index.js",
"module": "lib/esm/index.mjs",
"types": "lib/ts4.2/index.d.ts",
"typesVersions": {
"<4.1": {
"lib/ts4.2/*": [
"lib/ts3.9/*"
]
},
"<3.8": {
"lib/ts4.2/*": [
"lib/ts3.4/*"
]
}
},
"scripts": {
"build": "npm run tailwind && npm run lint && build-npm-package",
"lint": "eslint",
"test": "echo \"Error: no test specified\" && exit 1",
"storybook": "npm run tailwind && storybook dev -p 6006",
"build-storybook": "npm run tailwind && storybook build",
"tailwind": "tailwindcss -o ./src/LookupCss.css",
"chromatic": "npx chromatic"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Shko-Online/LookupObjects-Mock.git"
},
"keywords": [
"componentframework"
],
"author": {
"name": "Shko Online",
"email": "sales@shko.online",
"url": "https://shko.online"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/Shko-Online/LookupObjects-Mock/issues"
},
"homepage": "https://github.com/Shko-Online/LookupObjects-Mock#readme",
"dependencies": {
"react": "16.8.6",
"react-dom": "16.8.6"
},
"devDependencies": {
"@babel/plugin-proposal-decorators": "^7.28.0",
"@babel/plugin-proposal-export-default-from": "^7.27.1",
"@babel/plugin-proposal-private-property-in-object": "^7.21.11",
"@babel/plugin-syntax-dynamic-import": "^7.8.3",
"@babel/plugin-transform-class-properties": "^7.27.1",
"@babel/plugin-transform-object-rest-spread": "^7.28.4",
"@babel/plugin-transform-private-methods": "^7.27.1",
"@babel/preset-env": "^7.28.3",
"@babel/preset-flow": "^7.27.1",
"@babel/preset-react": "^7.27.1",
"@babel/preset-typescript": "^7.27.1",
"@emotion/babel-plugin": "^11.13.5",
"@eslint/compat": "^1.4.0",
"@eslint/eslintrc": "^3.3.1",
"@eslint/js": "^9.37.0",
"@semantic-release/changelog": "^6.0.3",
"@semantic-release/commit-analyzer": "^13.0.1",
"@semantic-release/exec": "^7.1.0",
"@semantic-release/git": "^10.0.1",
"@semantic-release/npm": "^12.0.2",
"@semantic-release/release-notes-generator": "^14.1.0",
"@shko.online/build-npm-package": "^0.2.0",
"@shko.online/componentframework-mock": "^0.9.0",
"@storybook/addon-essentials": "8.6.14",
"@storybook/addon-interactions": "8.6.14",
"@storybook/addon-links": "8.6.14",
"@storybook/addon-webpack5-compiler-swc": "^1.0.5",
"@storybook/blocks": "8.6.14",
"@storybook/html": "8.6.14",
"@storybook/html-webpack5": "8.6.14",
"@storybook/manager-api": "8.6.14",
"@storybook/preview-api": "8.6.14",
"@storybook/test": "8.6.14",
"@storybook/theming": "8.6.14",
"@types/node": "^20.19.21",
"@types/powerapps-component-framework": "^1.3.18",
"@types/react": "16.8.25",
"@types/react-dom": "16.8.5",
"@typescript-eslint/eslint-plugin": "^8.46.0",
"babel-plugin-macros": "^3.1.0",
"chromatic": "^11.3.0",
"eslint": "^9.37.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-prettier": "^5.1.3",
"eslint-plugin-react": "^7.34.1",
"eslint-plugin-react-hooks": "^7.0.0",
"eslint-plugin-sonarjs": "^3.0.5",
"eslint-plugin-storybook": "^0.10.2",
"globals": "^16.4.0",
"prettier": "^3.2.5",
"raw-loader": "^4.0.2",
"storybook": "8.6.14",
"tailwindcss": "^3.4.18",
"typescript": "^4.9.5"
}
}