UNPKG

@dabapps/roe

Version:

A collection of React components, styles, mixins, and atomic CSS classes to aid with the development of web applications.

111 lines (110 loc) 3.68 kB
{ "name": "@dabapps/roe", "version": "0.13.2", "description": "A collection of React components, styles, mixins, and atomic CSS classes to aid with the development of web applications.", "main": "dist/js/index.js", "types": "dist/js/index.d.ts", "scripts": { "start": "styleguidist server", "build": "styleguidist build", "dist": "./scripts/dist", "prettier": "prettier --write '**/*.{ts,tsx,js,jsx,json,md}'", "prettier-check": "prettier --check '**/*.{ts,tsx,js,jsx,json,md}'", "lint-js": "eslint '**/*.{js,jsx,ts,tsx}'", "lint-less": "lesshint 'src/less/' 'docs/less/'", "lint": "npm run lint-js && npm run lint-less", "test-dist-react-17": "npm i @types/react@17 @types/react-dom@17 --no-save && tsc --project 'tsconfig.json' --noEmit && npm run dist", "test-dist-react-16": "npm i @types/react@16.8 @types/react-dom@16.8 --no-save && tsc --project 'tsconfig.json' --noEmit && npm run dist", "test-dist": "npm run test-dist-react-16 && npm run test-dist-react-17", "typecheck": "tsc --project tsconfig.json --noEmit", "tests": "jest", "test": "npm run prettier-check && npm run lint && npm run typecheck && npm run tests -- --coverage --runInBand && npm run test-dist", "examples": "budo src/less/index.less examples/index.tsx --live -- -t node-lessify -p [tsify -p tsconfig.examples.json]", "prepublishOnly": "./scripts/dist" }, "repository": { "type": "git", "url": "git+https://github.com/dabapps/roe.git" }, "keywords": [ "pdk", "project", "development", "kit", "react", "components", "less", "atomic", "classes", "styles" ], "author": "DabApps", "license": "BSD-3-Clause", "bugs": { "url": "https://github.com/dabapps/roe/issues" }, "homepage": "https://github.com/dabapps/roe#readme", "dependencies": { "@juggle/resize-observer": "^3.2.0", "@types/classnames": "^2.2.0", "@types/cookie": "^0.3.1", "@types/random-seed": "^0.3.2", "@types/react": "^16.8 || 17", "@types/react-dom": "^16.8 || 17", "@types/react-transition-group": "^4.4.1", "classnames": "^2.2.5", "cookie": "^0.3.1", "normalize.css": "8", "random-seed": "^0.3.0", "react": "^16.8 || 17", "react-dom": "^16.8 || 17", "react-transition-group": "4" }, "devDependencies": { "@types/enzyme": "^3.10.8", "@types/enzyme-adapter-react-16": "^1.0.6", "@types/jest": "^26.0.20", "@types/node": "^12.20.4", "@types/react-test-renderer": "^16.8", "acorn": "^6.4.1", "autoprefixer": "^6.7.7", "brfs": "^1.6.1", "browserify": "^14.5.0", "budo": "^11.6.3", "css-loader": "^0.28.7", "envify": "^4.0.0", "enzyme": "^3.11.0", "enzyme-adapter-react-16": "^1.15.6", "enzyme-to-json": "^3.2.2", "eslint": "^6.8.0", "eslint-config-dabapps": "^7.0.0", "fork-ts-checker-webpack-plugin": "^6.1.1", "http-server": "^0.12.3", "jest": "^26.6.3", "less": "^3.12.2", "less-loader": "^4.1.0", "lesshint": "^3.3.1", "livereload": "^0.9.1", "node-lessify": "^0.1.5", "postcss": "^5.2.18", "postcss-loader": "^2.0.7", "prettier": "^1.19.1", "react-docgen-typescript": "^1.2.2", "react-styleguidist": "^11.1.5", "react-test-renderer": "16.8", "recast": "^0.13.0", "style-loader": "^0.19.0", "ts-jest": "^26.5.3", "ts-loader": "^8.0.17", "tsify": "^3.0.4", "typescript": "^3.9.9", "webpack": "^4.46.0" }, "peerDependencies": { "less": "3", "normalize.css": "8", "react": "^16.8 || 17", "react-dom": "^16.8 || 17", "react-transition-group": "4" } }