mirror of
https://github.com/ershisan99/ui-kit-int.git
synced 2025-12-16 05:09:23 +00:00
71 lines
1.9 KiB
JSON
71 lines
1.9 KiB
JSON
{
|
|
"name": "@test-acoount-12312o3123123/ui-kit-int",
|
|
"private": false,
|
|
"version": "0.0.1",
|
|
"type": "module",
|
|
"main": "./dist/index.cjs",
|
|
"module": "./dist/index.js",
|
|
"types": "./dist/index.d.ts",
|
|
"exports": {
|
|
".": {
|
|
"import": {
|
|
"types": "./dist/index.d.ts",
|
|
"default": "./dist/index.js"
|
|
},
|
|
"require": {
|
|
"types": "./dist/index.d.ts",
|
|
"default": "./dist/index.cjs"
|
|
}
|
|
},
|
|
"./css": "./dist/style.css"
|
|
},
|
|
"scripts": {
|
|
"dev": "vite",
|
|
"build": "tsc -b && vite build",
|
|
"lint": "eslint . --ext ts,tsx --report-unused-disable-directives --max-warnings 0",
|
|
"preview": "vite preview",
|
|
"storybook": "storybook dev -p 6006",
|
|
"sb": "storybook dev -p 6006",
|
|
"build-storybook": "storybook build"
|
|
},
|
|
"files": [
|
|
"dist"
|
|
],
|
|
"sideEffects": [
|
|
"**/*.css"
|
|
],
|
|
"peerDependencies": {
|
|
"react": "^18.3.1",
|
|
"react-dom": "^18.3.1"
|
|
},
|
|
"devDependencies": {
|
|
"@chromatic-com/storybook": "1.6.1",
|
|
"@it-incubator/prettier-config": "0.1.2",
|
|
"@storybook/addon-essentials": "^8.1.11",
|
|
"@storybook/addon-interactions": "^8.1.11",
|
|
"@storybook/addon-links": "^8.1.11",
|
|
"@storybook/addon-onboarding": "^8.1.11",
|
|
"@storybook/blocks": "^8.1.11",
|
|
"@storybook/react": "^8.1.11",
|
|
"@storybook/react-vite": "^8.1.11",
|
|
"@storybook/test": "^8.1.11",
|
|
"@types/node": "^20.14.9",
|
|
"@types/react": "^18.3.3",
|
|
"@types/react-dom": "^18.3.0",
|
|
"@typescript-eslint/eslint-plugin": "^7.13.1",
|
|
"@typescript-eslint/parser": "^7.13.1",
|
|
"@vitejs/plugin-react": "^4.3.1",
|
|
"eslint": "^8.57.0",
|
|
"eslint-plugin-react-hooks": "^4.6.2",
|
|
"eslint-plugin-react-refresh": "^0.4.7",
|
|
"eslint-plugin-storybook": "^0.8.0",
|
|
"storybook": "^8.1.11",
|
|
"typescript": "^5.2.2",
|
|
"vite": "^5.3.1"
|
|
},
|
|
"dependencies": {
|
|
"clsx": "^2.1.1",
|
|
"sass": "^1.77.6"
|
|
}
|
|
}
|