@shko.online/lookupobjects-mock
Version:
Mocking Dataverse Lookup Objects to simplify writing soties for PCF components
101 lines (100 loc) • 3.5 kB
JSON
{
"name": "@shko.online/lookupobjects-mock",
"version": "0.4.0",
"description": "Mocking Dataverse Lookup Objects to simplify writing soties for PCF components",
"exports": {
".": {
"require": "./lib/cjs/index.js",
"import": "./lib/esm/index.js",
"types": "./lib/ts4.2/index.d.ts"
}
},
"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": "storybook build",
"tailwind": "tailwindcss -o ./src/LookupCss.css"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Shko-Online/LookupObjects-Mock.git"
},
"keywords": [
"componentframework"
],
"author": "Shko Online <sales@shko.online> (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.24.1",
"@babel/plugin-proposal-export-default-from": "^7.24.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.24.1",
"@babel/plugin-transform-object-rest-spread": "^7.24.1",
"@babel/plugin-transform-private-methods": "^7.24.1",
"@babel/preset-env": "^7.24.4",
"@babel/preset-flow": "^7.24.1",
"@babel/preset-react": "^7.24.1",
"@babel/preset-typescript": "^7.24.1",
"@emotion/babel-plugin": "^11.11.0",
"@semantic-release/changelog": "^6.0.3",
"@semantic-release/commit-analyzer": "^12.0.0",
"@semantic-release/exec": "^6.0.3",
"@semantic-release/git": "^10.0.1",
"@semantic-release/npm": "^12.0.0",
"@semantic-release/release-notes-generator": "^13.0.0",
"@shko.online/build-npm-package": "^0.2.0",
"@shko.online/componentframework-mock": "^0.6.2",
"@storybook/addon-essentials": "^8.0.9",
"@storybook/addon-interactions": "^8.0.9",
"@storybook/addon-links": "^8.0.9",
"@storybook/addon-webpack5-compiler-swc": "^1.0.2",
"@storybook/blocks": "^8.0.9",
"@storybook/html": "^8.0.9",
"@storybook/html-webpack5": "^8.0.9",
"@storybook/test": "^8.0.9",
"@types/powerapps-component-framework": "1.3.9",
"@types/react": "16.8.25",
"@types/react-dom": "16.8.5",
"@typescript-eslint/eslint-plugin": "^7.7.1",
"@typescript-eslint/parser": "^7.7.1",
"babel-plugin-macros": "^3.1.0",
"eslint": "^8.57.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-prettier": "^5.1.3",
"eslint-plugin-react": "^7.34.1",
"eslint-plugin-react-hooks": "^4.6.2",
"eslint-plugin-sonarjs": "^0.25.1",
"eslint-plugin-storybook": "^0.8.0",
"prettier": "^3.2.5",
"raw-loader": "^4.0.2",
"storybook": "^8.0.9",
"tailwindcss": "^3.4.3",
"typescript": "^4.9.5"
}
}