@coveord/plasma-mantine
Version:
A Plasma flavoured Mantine theme
131 lines • 3.67 kB
JSON
{
"name": "@coveord/plasma-mantine",
"version": "56.1.1",
"description": "A Plasma flavoured Mantine theme",
"keywords": [
"plasma",
"mantine",
"components",
"coveo"
],
"bugs": {
"url": "https://github.com/coveo/plasma/issues"
},
"repository": {
"type": "git",
"url": "git+https://github.com/coveo/plasma.git",
"directory": "packages/mantine"
},
"license": "Apache-2.0",
"author": "Coveo",
"exports": {
".": {
"require": "./dist/cjs/index.js",
"import": "./dist/esm/index.js"
}
},
"main": "./dist/cjs/index.js",
"module": "./dist/esm/index.js",
"dependencies": {
"@dnd-kit/core": "6.3.1",
"@dnd-kit/modifiers": "9.0.0",
"@dnd-kit/sortable": "10.0.0",
"@dnd-kit/utilities": "3.2.2",
"@mantine/utils": "6.0.22",
"@monaco-editor/react": "4.7.0",
"@swc/helpers": "0.5.15",
"@tanstack/react-table": "8.21.2",
"@tanstack/table-core": "8.21.2",
"clsx": "2.1.1",
"dayjs": "1.11.13",
"fast-deep-equal": "3.1.3",
"lodash.debounce": "4.0.8",
"lodash.defaultsdeep": "4.6.1",
"monaco-editor": "0.52.2",
"@coveord/plasma-tokens": "55.8.2",
"@coveord/plasma-react-icons": "55.8.2"
},
"devDependencies": {
"@mantine/carousel": "8.0.2",
"@mantine/code-highlight": "8.0.2",
"@mantine/core": "8.0.2",
"@mantine/dates": "8.0.2",
"@mantine/form": "8.0.2",
"@mantine/hooks": "8.0.2",
"@mantine/modals": "8.0.2",
"@mantine/notifications": "8.0.2",
"@swc/cli": "0.6.0",
"@swc/core": "1.11.16",
"@testing-library/dom": "10.4.0",
"@testing-library/jest-dom": "6.6.3",
"@testing-library/react": "16.2.0",
"@testing-library/user-event": "14.6.1",
"@types/lodash.debounce": "4.0.9",
"@types/lodash.defaultsdeep": "4.6.9",
"@types/react": "18.3.20",
"@types/react-dom": "18.3.5",
"cross-env": "7.0.3",
"embla-carousel": "8.5.2",
"embla-carousel-react": "8.5.2",
"eslint-plugin-testing-library": "6.2.0",
"eslint-plugin-vitest": "0.3.22",
"eslint-plugin-vitest-globals": "1.4.0",
"identity-obj-proxy": "3.0.0",
"jsdom": "26.0.0",
"postcss": "8.5.3",
"postcss-preset-mantine": "^1.11.0",
"postcss-simple-vars": "^7.0.1",
"publint": "0.3.9",
"react": "18.3.1",
"react-dom": "18.3.1",
"rimraf": "6.0.1",
"sass": "1.86.1",
"tslib": "2.8.1",
"typescript": "5.8.2",
"vitest": "3.1.1"
},
"peerDependencies": {
"@mantine/carousel": "^8.0.2",
"@mantine/code-highlight": "^8.0.2",
"@mantine/core": "^8.0.2",
"@mantine/dates": "^8.0.2",
"@mantine/form": "^8.0.2",
"@mantine/hooks": "^8.0.2",
"@mantine/modals": "^8.0.2",
"@mantine/notifications": "^8.0.2",
"embla-carousel-react": "^8.5.2",
"react": ">= 18.0.0",
"react-dom": ">= 18.0.0"
},
"peerDependenciesMeta": {
"@mantine/carousel": {
"optional": true
},
"@mantine/code-highlight": {
"optional": true
},
"@mantine/dates": {
"optional": true
},
"@mantine/form": {
"optional": true
},
"@mantine/modals": {
"optional": true
},
"@mantine/notifications": {
"optional": true
},
"embla-carousel-react": {
"optional": true
}
},
"scripts": {
"build": "node ../../scripts/build",
"clean": "rimraf dist",
"lintfix": "../../node_modules/.bin/prettier --write \"**/*.{scss,ts,tsx,js,jsx,json,md,yml,html}\" && ../../node_modules/.bin/eslint \"**/*.{ts,tsx}\" --fix",
"start": "node ../../scripts/start",
"test": "cross-env TZ=UTC vitest run",
"test:watch": "cross-env TZ=UTC vitest"
}
}