kirarin
Version:
Kirarin Text & Image & etc... :)
85 lines (84 loc) • 2.49 kB
JSON
{
"name": "kirarin",
"version": "0.0.20",
"description": "Kirarin Text & Image & etc... :)",
"keywords": [
"react",
"react-component",
"sparkle",
"kirarin",
"text",
"iamge"
],
"repository": {
"type": "git",
"url": "git+https://github.com/nantokaworks/kirarin.git"
},
"license": "MIT",
"author": "Shinichi Yamashita",
"type": "module",
"exports": {
".": {
"types": "./dist/index.d.ts",
"import": "./dist/index.mjs"
},
"./package.json": "./package.json"
},
"main": "./dist/index.mjs",
"module": "./dist/index.mjs",
"types": "./dist/index.d.ts",
"files": [
"dist"
],
"scripts": {
"build": "tsup",
"build:docs": "typedoc",
"dev": "tsup --watch",
"dev:link": "bun link --global && cd node_modules/react && bun link --global && cd ../react-dom && bun link --global",
"dev:unlink": "bun unlink --global && cd node_modules/react && bun unlink --global && cd ../react-dom && bun unlink --global",
"dev:storybook": "storybook dev -p 6006",
"format": "bun dlx sort-package-json && bun dlx sort-compiler-options && bun dlx sort-compiler-options -c tsconfig.build.json && bun dlx prettier --write './**/*.{ts,tsx}' 'tsconfig*.json'",
"lint": "eslint ./src/*",
"prepublish": "bun run build",
"storybook": "storybook dev -p 6006"
},
"prettier": "prettier-config-nantokaworks",
"devDependencies": {
"@storybook/addon-essentials": "^7.6.7",
"@storybook/addon-interactions": "^7.6.7",
"@storybook/addon-links": "^7.6.7",
"@storybook/addon-onboarding": "^1.0.10",
"@storybook/blocks": "^7.6.7",
"@storybook/react": "^7.6.7",
"@storybook/react-vite": "^7.6.7",
"@storybook/test": "^7.6.7",
"@types/react": "^18.2.46",
"anoare": "^0.0.2",
"eslint": "^8.53.0",
"eslint-config-prettier": "^9.0.0",
"eslint-plugin-import": "^2.29.0",
"npm-run-all": "^4.1.5",
"prettier-config-nantokaworks": "^0.1.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"rimraf": "^5.0.5",
"saikoro": "^0.0.3",
"storybook": "^7.6.7",
"storybook-dark-mode": "^3.0.3",
"tsup": "^8.0.1",
"typedoc": "^0.25.6",
"typescript": "^5.0.4",
"usefoobar": "^0.0.2",
"vite-tsconfig-paths": "^5.1.4"
},
"peerDependencies": {
"anoare": "^0.0.2",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"saikoro": "^0.0.3",
"usefoobar": "^0.0.2"
},
"publishConfig": {
"access": "public"
}
}