UNPKG

@rarcifa/cronos-design-system

Version:

A typescript react component library following the Cronos branding standards

116 lines (115 loc) 3.31 kB
{ "name": "@rarcifa/cronos-design-system", "version": "1.4.2", "private": false, "main": "dist/index.js", "module": "dist/index.esm.js", "types": "dist/index.d.ts", "files": [ "dist" ], "repository": { "type": "git", "url": "git+https://github.com/cronos-labs/cronos-design-system.git" }, "scripts": { "start": "react-scripts start", "build": "rollup -c", "test": "react-scripts test", "eject": "react-scripts eject", "dev-storybook": "storybook dev -p 6006", "build-storybook": "storybook build", "start-storybook": "npx http-server storybook-static", "test-storybook": "test-storybook", "publish": "npm publish --access public", "chromatic": "npx chromatic --project-token=chpt_f4581fff5b65fe8" }, "eslintConfig": { "extends": [ "react-app", "react-app/jest", "plugin:storybook/recommended" ] }, "browserslist": { "production": [ ">0.2%", "not dead", "not op_mini all" ], "development": [ "last 1 chrome version", "last 1 firefox version", "last 1 safari version" ] }, "devDependencies": { "@chromatic-com/storybook": "^1.3.3", "@rollup/plugin-commonjs": "^25.0.7", "@rollup/plugin-image": "^3.0.3", "@rollup/plugin-node-resolve": "^15.2.3", "@storybook/addon-essentials": "^8.1.9", "@storybook/addon-interactions": "^8.1.9", "@storybook/addon-links": "^8.1.9", "@storybook/addon-onboarding": "^8.1.9", "@storybook/blocks": "^8.1.9", "@storybook/react": "^8.1.9", "@storybook/react-vite": "^8.1.9", "@storybook/test": "^8.1.9", "@types/react": "^18.2.66", "@vitejs/plugin-react": "^4.2.1", "eslint": "^8.57.0", "eslint-plugin-react-hooks": "^4.6.0", "eslint-plugin-react-refresh": "^0.4.6", "file-loader": "^6.2.0", "postcss": "^8.4.38", "prop-types": "^15.8.1", "rollup": "^2.79.1", "rollup-plugin-peer-deps-external": "^2.2.4", "rollup-plugin-postcss": "^4.0.2", "rollup-plugin-typescript2": "^0.36.0", "semantic-release": "^23.0.7", "storybook": "^8.0.9", "typescript": "^5.2.2", "vite": "^5.2.0" }, "peerDependencies": { "@types/leaflet": "^1.7.11", "@types/react": "^18.0.15", "@types/react-dom": "^18.0.6", "@types/react-leaflet": "^2.8.2", "@types/styled-components": "^5.1.25", "leaflet": "^1.8.0", "react": "^18.2.0", "react-dom": "^18.2.0", "react-leaflet": "^4.0.1", "react-router-dom": "^6.22.3", "styled-components": "^5.3.5" }, "plugins": [ "@semantic-release/commit-analyzer", "@semantic-release/release-notes-generator", "@semantic-release/changelog", "@semantic-release/github", "@semantic-release/npm", "@semantic-release/git" ], "author": "Ricardo Arcifa rarcifa@gmail.com", "license": "MIT", "description": "A typescript react component library following the Cronos branding standards", "keywords": [ "cronos", "react", "library", "components", "javascript", "typescript" ], "bugs": { "url": "https://github.com/cronos-labs/cronos-design-system/issues" }, "homepage": "https://github.com/cronos-labs/cronos-design-system#readme", "dependencies": { "rollup-plugin-copy": "^3.5.0" } }