@elastic-suite/gally-admin-shared
Version:
Shared package for gally admin BO
101 lines (100 loc) • 3.18 kB
JSON
{
"name": "@elastic-suite/gally-admin-shared",
"description": "Shared package for gally admin BO",
"keywords": [
"gally",
"search",
"react",
"next"
],
"version": "2.1.0",
"private": false,
"license": "OSL-3.0",
"files": [
"dist/",
"src/",
"CHANGELOG.md",
"index.d.ts",
"README.md"
],
"main": "dist/index.js",
"types": "index.d.ts",
"repository": {
"type": "git",
"url": "https://github.com/Elastic-Suite/gally-admin",
"directory": "packages/shared"
},
"publishConfig": {
"access": "public"
},
"scripts": {
"start": "chokidar \"src/**/*.ts\" \"src/**/*.tsx\" -i \"src/**/*.test.ts\" -i \"src/**/*.test.tsx\" -i \"src/**/__mocks__/*.ts\" -c \"yarn build:dev\"",
"build": "tsup-node src/index.ts --format cjs,esm --dts --splitting --sourcemap --minify",
"build:dev": "tsup-node src/index.ts --format cjs,esm --dts --splitting",
"test": "jest",
"test:ci": "jest",
"test:debug": "jest --runInBand",
"eslint": "eslint --fix --ignore-path .gitignore .",
"eslint:ci": "eslint --ignore-path .gitignore .",
"prettier": "prettier --write --ignore-unknown --ignore-path .gitignore .",
"prettier:ci": "prettier --check --ignore-unknown --ignore-path .gitignore .",
"typescript": "tsc --noEmit",
"typescript:ci": "tsc --noEmit",
"prepare": "install-peers && npm run build",
"preversion": "npm test && npm run eslint && npm run typescript && npm run build",
"changelog": "changelog"
},
"dependencies": {
"@emotion/react": "11.10.4",
"@emotion/styled": "11.10.4",
"@mui/material": "5.10.5",
"@types/inflection": "1.13.0",
"@types/jsonld": "1.5.6",
"i18next": "22.4.6",
"inflection": "1.13.4",
"json-to-graphql-query": "2.2.4",
"jsonld": "8.1.0",
"jwt-decode": "3.1.2",
"next-i18next": "13.0.2",
"react-i18next": "12.1.1"
},
"devDependencies": {
"@babel/core": "7.19.1",
"@babel/plugin-syntax-flow": "7.18.6",
"@babel/plugin-transform-react-jsx": "7.19.0",
"@babel/preset-react": "7.18.6",
"@babel/preset-typescript": "7.18.6",
"@testing-library/jest-dom": "5.16.5",
"@testing-library/react": "13.4.0",
"@types/jest": "29.0.3",
"@types/node": "18.7.18",
"@types/react": "18.0.20",
"@types/react-dom": "18.0.6",
"@typescript-eslint/parser": "5.37.0",
"chokidar-cli": "3.0.0",
"eslint": "8.23.1",
"eslint-config-prettier": "8.5.0",
"eslint-config-react-app": "7.0.1",
"fetch-mock-jest": "1.5.1",
"generate-changelog": "1.8.0",
"install-peers-cli": "2.2.0",
"jest": "29.0.3",
"jest-environment-jsdom": "29.0.3",
"lint-staged": "13.0.3",
"prettier": "2.7.1",
"tsc-files": "1.1.3",
"tsup": "6.2.3",
"typescript": "4.8.3"
},
"peerDependencies": {
"next": "13.x",
"react": "18.x",
"react-dom": "18.x"
},
"lint-staged": {
"*": "prettier --write --ignore-unknown --ignore-path .gitignore",
"*.{ts,tsx}": "tsc-files --noEmit src/global.d.ts",
"*.{js,jsx,ts,tsx}": "eslint --fix --ignore-path .gitignore"
},
"gitHead": "ae3e01483acc0e64470d3e48c7ddb61de3c77e4e"
}