react-slide-craft
Version:
Library for creating slides in React.
86 lines (85 loc) • 2.39 kB
JSON
{
"name": "react-slide-craft",
"private": false,
"version": "1.6.1",
"type": "module",
"description": "Library for creating slides in React.",
"files": [
"dist"
],
"main": "./dist/index.js",
"module": "./dist/index.js",
"types": "./dist/index.d.ts",
"author": {
"name": "HASURO",
"url": "https://hasuro.com"
},
"repository": {
"type": "git",
"url": "https://github.com/Hasuro-R/react-slide-craft"
},
"publishConfig": {
"provenance": true
},
"keywords": [
"react",
"react-component",
"react-library",
"slide"
],
"scripts": {
"dev": "vite",
"build": "tsc && vite build",
"storybook": "storybook dev -p 6006",
"build-storybook": "storybook build",
"lint": "eslint --fix",
"test": "vitest run --project=main",
"test:watch": "vitest",
"changeset-version": "changeset version",
"changeset-publish": "changeset publish"
},
"peerDependencies": {
"react": ">=18.0.0",
"react-dom": ">=18.0.0"
},
"devDependencies": {
"@changesets/changelog-github": "^0.5.1",
"@changesets/cli": "^2.29.4",
"@chromatic-com/storybook": "^3.2.6",
"@eslint/js": "^9.27.0",
"@storybook/addon-essentials": "^8.6.14",
"@storybook/addon-onboarding": "^8.6.14",
"@storybook/blocks": "^8.6.14",
"@storybook/experimental-addon-test": "^8.6.14",
"@storybook/react": "^8.6.14",
"@storybook/react-vite": "^8.6.14",
"@storybook/test": "^8.6.14",
"@testing-library/jest-dom": "^6.6.3",
"@testing-library/react": "^16.3.0",
"@types/react": "^19.1.3",
"@types/react-dom": "^19.1.3",
"@types/react-syntax-highlighter": "^15.5.13",
"@vitejs/plugin-react": "^4.4.1",
"@vitest/browser": "^3.1.3",
"@vitest/coverage-v8": "^3.1.3",
"eslint": "^9.27.0",
"eslint-config-prettier": "^10.1.5",
"eslint-plugin-import": "^2.31.0",
"eslint-plugin-react": "^7.37.5",
"globals": "^16.1.0",
"jsdom": "^26.1.0",
"playwright": "^1.52.0",
"prettier": "^3.5.3",
"react": "^18.0.0",
"react-device-detect": "^2.2.3",
"react-dom": "^18.0.0",
"react-syntax-highlighter": "^15.6.1",
"storybook": "^8.6.14",
"typescript": "~5.7.3",
"typescript-eslint": "^8.32.1",
"vite": "^6.1.1",
"vite-plugin-css-injected-by-js": "^3.5.2",
"vite-plugin-dts": "^4.5.4",
"vitest": "^3.1.3"
}
}