UNPKG

oskar-ui

Version:
99 lines (98 loc) 2.63 kB
{ "name": "oskar-ui", "version": "1.0.1", "private": false, "dependencies": { "@testing-library/jest-dom": "^5.16.5", "@testing-library/react": "^13.4.0", "@testing-library/user-event": "^13.5.0", "@types/jest": "^27.5.2", "@types/node": "^16.11.65", "@types/react": "^18.0.21", "@types/react-dom": "^18.0.6", "react": "^18.2.0", "react-dom": "^18.2.0", "react-scripts": "5.0.1", "styled-components": "^5.3.6", "typescript": "^4.8.4", "web-vitals": "^2.1.4", "webfontloader": "^1.6.28" }, "scripts": { "start": "react-scripts start", "build": "tsc", "test": "react-scripts test", "eject": "react-scripts eject", "storybook": "start-storybook -p 6006 -s public", "build-storybook": "build-storybook -s public", "prepare": "npm run build" }, "eslintConfig": { "extends": [ "react-app", "react-app/jest" ], "overrides": [ { "files": [ "**/*.stories.*" ], "rules": { "import/no-anonymous-default-export": "off" } } ] }, "browserslist": { "production": [ ">0.2%", "not dead", "not op_mini all" ], "development": [ "last 1 chrome version", "last 1 firefox version", "last 1 safari version" ] }, "devDependencies": { "@emotion/react": "^11.10.4", "@emotion/styled": "^11.10.4", "@mui/icons-material": "^5.10.9", "@mui/material": "^5.10.9", "@storybook/addon-actions": "^6.5.12", "@storybook/addon-essentials": "^6.5.12", "@storybook/addon-interactions": "^6.5.12", "@storybook/addon-links": "^6.5.12", "@storybook/builder-webpack5": "^6.5.12", "@storybook/manager-webpack5": "^6.5.12", "@storybook/node-logger": "^6.5.12", "@storybook/preset-create-react-app": "^4.1.2", "@storybook/react": "^6.5.12", "@storybook/testing-library": "^0.0.13", "@types/styled-components": "^5.1.26", "@types/webfontloader": "^1.6.35", "babel-plugin-named-exports-order": "^0.0.2", "prop-types": "^15.8.1", "webpack": "^5.74.0" }, "description": "React component library", "main": "dist/index.js", "type": "dist/index.d.ts", "repository": { "type": "git", "url": "git+https://github.com/dnguszz/OskarUI.git" }, "keywords": [ "UI", "ToolTips", "React" ], "author": "Oskar Kim <pinkfloyd951@naver.com>", "license": "ISC", "bugs": { "url": "https://github.com/dnguszz/OskarUI/issues" }, "homepage": "https://github.com/dnguszz/OskarUI#readme", "types": "./dist/index.d.ts" }