UNPKG

@devlander/styled-components-theme

Version:

Devlander's team utilizes this package during the development of their React Native projects. Its primary purpose is to facilitate code reuse by sharing types across multiple projects that uses the styled-components library.

108 lines (105 loc) 3.4 kB
{ "name": "@devlander/styled-components-theme", "version": "1.1.262", "license": "ISC", "type": "commonjs", "main": "dist/umd/index.js", "types": "typings/bundle/index.d.ts", "module": "dist/esm/index.js", "config": { "nativeInput": "index", "webInput": "index", "umdName": "DevlanderStyledComponentsTheme" }, "files": [ "dist", "typings" ], "engines": { "node": ">=10" }, "repository": { "type": "git", "url": "git+https://github.com/Devlander-Software/styled-components-theme.git" }, "keywords": [ "typescript", "styled-components", "devlander" ], "bugs": { "url": "https://github.com/Devlander-Software/styled-components-theme/issues" }, "homepage": "https://github.com/Devlander-Software/styled-components-theme#readme", "scripts": { "build": "yarn run prep-build && yarn run rollup", "test": "jest", "lint": "eslint --ext .js,.jsx,.ts,.tsx ./src --fix", "timeout": "delay 5", "rollup": "yarn run build:index && npx rollup -c rollup.config.mjs", "typecheck": "tsc --project ./tsconfig.json --emitDeclarationOnly", "prep-build": "npx rimraf ./dist && npx rimraf ./typings", "docs": "typedoc --out ./docs ./src", "build:index": "cd ./src && yarn run build", "web": "cd ./examples/apps/react-example && yarn add @devlander/shared-react-native-types && yarn run dev", "native": "cd ./examples/apps/react-native-example && yarn add @devlander/shared-react-native-types && yarn run dev", "test:coverage": "jest --coverage", "prepare": "yarn run build", "size": "size-limit", "analyze": "size-limit --why", "start-publish": "yarn run test && yarn run timeout && npm publish", "test:failed": "jest --onlyFailures" }, "peerDependencies": { "react": ">=16.8.0", "react-dom": ">=16.8.0", "react-native-web": "0.x.x" }, "dependencies": { "@devlander/colors": "^0.0.6", "@devlander/utils": "^0.0.72" }, "prettier": { "printWidth": 80, "semi": true, "singleQuote": true, "trailingComma": "es5" }, "author": "Landon Johnson / Devlander", "devDependencies": { "@babel/core": "^7.23.2", "@babel/preset-env": "^7.23.2", "@babel/preset-react": "^7.22.15", "@babel/preset-typescript": "^7.23.2", "@devlander/collect-exports-for-bundle": "^1.1.68", "@rollup/plugin-alias": "^5.0.1", "@rollup/plugin-babel": "^6.0.4", "@rollup/plugin-commonjs": "^26.0.1", "@rollup/plugin-json": "^6.1.0", "@rollup/plugin-node-resolve": "^15.2.3", "@rollup/plugin-typescript": "^11.1.5", "@types/jest": "^29.5.13", "@types/react-native": "^0.72.5", "@typescript-eslint/eslint-plugin": "^6.9.0", "@typescript-eslint/parser": "^6.8.0", "babel-jest": "^29.7.0", "delay-cli": "2.0.0", "depcheck": "^1.4.7", "eslint": "^8.52.0", "eslint-plugin-import": "2.28.1", "eslint-plugin-jest-dom": "latest", "eslint-plugin-prettier": "^5.0.1", "eslint-plugin-promise": "^6.1.1", "eslint-plugin-simple-import-sort": "10.0.0", "eslint-plugin-testing-library": "latest", "jest": "^29.7.0", "prettier": "^3.0.3", "rollup": "^4.21.3", "rollup-plugin-polyfill-node": "^0.12.0", "rollup-plugin-terser": "^7.0.2", "size-limit": "^10.0.1", "ts-jest": "^29.2.5", "tslib": "^2.7.0", "typescript": "^5.2.2" } }