UNPKG

1.52 kBJSONView Raw
1{
2 "name": "@krupnik/components",
3 "version": "3.0.0",
4 "description": "React core components using material-ui",
5 "author": "yurikrupnik <krupnik.yuri@gmail.com>",
6 "homepage": "https://github.com/yurikrupniktools/client-apps/tree/master/packages/components#readme",
7 "license": "ISC",
8 "main": "dist/cjs/main.js",
9 "module": "dist/esm/main.js",
10 "sideEffects": false,
11 "files": [
12 "dist"
13 ],
14 "publishConfig": {
15 "access": "public"
16 },
17 "repository": {
18 "type": "git",
19 "url": "git+https://github.com/yurikrupniktools/client-apps.git"
20 },
21 "scripts": {
22 "start": "rollup --config=../../rollup.config.js -w",
23 "prebuild": "rimraf dist",
24 "lint": "eslint src --ext .js,.jsx --color",
25 "test": "jest src --colors",
26 "build": "rollup --config=../../rollup.config.js",
27 "pu": "npm version patch && npm publish"
28 },
29 "bugs": {
30 "url": "https://github.com/yurikrupniktools/client-apps/issues"
31 },
32 "devDependencies": {
33 "@material-ui/core": "^4.0.1",
34 "@testing-library/react": "^8.0.1",
35 "d3": "^5.9.2",
36 "prop-types": "^15.7.2",
37 "react": "^16.8.6",
38 "react-dom": "^16.8.6",
39 "styled-components": "^4.2.1"
40 },
41 "peerDependencies": {
42 "@material-ui/core": "4.*",
43 "d3": "5.*",
44 "prop-types": "15.*",
45 "react": "16.*",
46 "react-dom": "16.*",
47 "styled-components": "^4.*"
48 },
49 "jest": {
50 "moduleNameMapper": {
51 "\\.(css|less|scss)$": "identity-obj-proxy"
52 }
53 },
54 "gitHead": "561ac40788303d3e0848d670bf8df6769b4e2840"
55}