UNPKG

react-shields.io

Version:

react-shields.io ===

55 lines (54 loc) 1.6 kB
{ "name": "react-shields.io", "version": "1.0.1", "description": "", "main": "lib/cjs/index.js", "module": "lib/esm/index.js", "scripts": { "prepare": "npm run build", "released": "npm run build && npm run doc", "doc": "ENTRYDIR=website kkt build", "doc:dev": "ENTRYDIR=website kkt start", "build": "npm run ts:build && npm run types:esm && npm run types:cjs && npm run css:build", "types:build": "tsbb types --sourceRoot src --target ESNEXT", "types:watch": "npm run types:esm -- --watch & npm run types:cjs -- --watch", "types:esm": "npm run types:build -- --outDir ../lib/esm", "types:cjs": "npm run types:build -- --outDir ../lib/cjs", "css:build": "compile-less -d src -o lib/esm", "ts:watch": "tsbb watch --env-name esm:dev --env-name cjs --target react", "ts:build": "tsbb build --target react" }, "repository": { "type": "git", "url": "https://github.com/kktjs/kkt.git" }, "author": "", "license": "MIT", "dependencies": { "classnames": "^2.2.6", "compile-less-cli": "^1.1.5", "prop-types": "^15.7.2", "react": "^16.4.0", "react-dom": "^16.4.0", "tsbb": "1.3.6" }, "devDependencies": { "@kkt/loader-less": "^1.0.3", "@types/classnames": "^2.2.9", "@types/react": "^16.9.11", "@types/react-dom": "^16.9.4", "kkt": "5.0.0-alpha.10" }, "browserslist": { "production": [ ">0.2%", "not dead", "not op_mini all" ], "development": [ "last 1 chrome version", "last 1 firefox version", "last 1 safari version" ] } }