@louis-young/design-system-react
Version:
A React design system package.
101 lines (100 loc) • 3.32 kB
JSON
{
"name": "@louis-young/design-system-react",
"version": "0.0.1-alpha.1",
"description": "A React design system package.",
"main": "dist/index.js",
"module": "dist/index.js",
"types": "dist/index.d.ts",
"scripts": {
"build": "rm -rf ./dist && rollup --config rollup.config.ts --configPlugin @rollup/plugin-typescript",
"storybook": "storybook dev -p 6006",
"build-storybook": "storybook build",
"test": "jest --watch",
"test:ci": "jest --ci",
"test:coverage": "jest --coverage",
"lint": "eslint \"./**/*.{js,mjs,jsx,ts,tsx}\"",
"lint:fix": "npm run lint -- --fix",
"type-check": "tsc --noEmit",
"format": "prettier --check \"./**/*.{js,mjs,jsx,ts,tsx,html,json,md,css}\"",
"format:fix": "prettier --write \"./**/*.{js,mjs,jsx,ts,tsx,html,json,md,css}\"",
"prepare": "husky install",
"release": "npm run build && release-it"
},
"repository": {
"type": "git",
"url": "git+https://github.com/louis-young/design-system-react.git"
},
"keywords": [
"javascript",
"npm",
"package",
"typescript",
"design-system",
"component-library",
"react",
"shared",
"design-system-react"
],
"author": "Louis Young",
"license": "ISC",
"bugs": {
"url": "https://github.com/louis-young/design-system-react/issues"
},
"homepage": "https://github.com/louis-young/design-system-react#readme",
"peerDependencies": {
"react": "^18.2.0",
"react-dom": "^18.2.0"
},
"devDependencies": {
"@babel/preset-env": "^7.22.7",
"@babel/preset-react": "^7.22.5",
"@babel/preset-typescript": "^7.22.5",
"@rollup/plugin-commonjs": "^25.0.2",
"@rollup/plugin-node-resolve": "^15.1.0",
"@rollup/plugin-terser": "^0.4.3",
"@rollup/plugin-typescript": "^11.1.2",
"@storybook/addon-essentials": "^7.0.26",
"@storybook/addon-interactions": "^7.0.26",
"@storybook/addon-links": "^7.0.26",
"@storybook/blocks": "^7.0.26",
"@storybook/react": "^7.0.26",
"@storybook/react-vite": "^7.0.26",
"@storybook/testing-library": "^0.0.14-next.2",
"@testing-library/jest-dom": "^5.16.5",
"@testing-library/react": "^14.0.0",
"@testing-library/user-event": "^14.4.3",
"@types/jest": "^29.5.3",
"@types/react": "^18.2.14",
"@typescript-eslint/eslint-plugin": "^6.3.0",
"@typescript-eslint/parser": "^6.3.0",
"autoprefixer": "^10.4.14",
"eslint-config-prettier": "^9.0.0",
"eslint-plugin-jest": "^27.2.3",
"eslint-plugin-jest-dom": "^5.0.2",
"eslint-plugin-jsx-a11y": "^6.7.1",
"eslint-plugin-perfectionist": "^1.5.1",
"eslint-plugin-prettier": "^5.0.0",
"eslint-plugin-react": "^7.33.1",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-testing-library": "^5.11.1",
"husky": "^8.0.0",
"jest": "^29.6.1",
"jest-environment-jsdom": "^29.6.1",
"postcss": "^8.4.27",
"prettier-plugin-tailwindcss": "^0.4.1",
"release-it": "^16.1.5",
"rollup": "^3.26.2",
"rollup-plugin-dts": "^5.3.0",
"rollup-plugin-peer-deps-external": "^2.2.4",
"rollup-plugin-postcss": "^4.0.2",
"rollup-plugin-visualizer": "^5.9.2",
"storybook": "^7.0.26",
"tailwindcss": "^3.3.3",
"tslib": "^2.6.0",
"typescript": "^5.1.6"
},
"files": [
"dist",
"README.md"
]
}