UNPKG

3.62 kBJSONView Raw
1{
2 "name": "@integec/common-react-screens",
3 "version": "2.4.0",
4 "description": "common react screes for integ apps",
5 "main": "lib/index.js",
6 "scripts": {
7 "build": "rimraf lib && babel src --out-dir lib --source-maps inline",
8 "build:watch": "rimraf lib && babel src --out-dir lib --watch --source-maps inline",
9 "build:prod": " rimraf lib && cross-env NODE_ENV=production babel src --out-dir lib --source-maps",
10 "storybook": "start-storybook -p 6006",
11 "build-storybook": "build-storybook",
12 "test": "jest src",
13 "test:watch": "jest src --watch",
14 "test:cover": "jest src --coverage",
15 "pretty": "prettier --debug-check \"src/**/*.js\" \"stories/**/*.js\"",
16 "pretty:write": "prettier --write \"src/**/*.js\" \"stories/**/*.js\"",
17 "precommit": "lint-staged",
18 "lint:fix-file": "eslint --fix",
19 "prepublishOnly": "yarn build:prod"
20 },
21 "repository": {
22 "type": "git",
23 "url": "git@github.com:fobbyal/common-react-screens.git"
24 },
25 "author": "Alex Liang <aliang@integconsulting.com>",
26 "keywords": [
27 "integ",
28 "react"
29 ],
30 "license": "ISC",
31 "devDependencies": {
32 "@storybook/addon-actions": "^3.4.2",
33 "@storybook/addon-links": "^3.4.2",
34 "@storybook/addon-storysource": "^3.4.3",
35 "@storybook/addons": "^3.4.2",
36 "@storybook/react": "^3.4.2",
37 "babel-core": "^6.26.0",
38 "babel-eslint": "^8.2.3",
39 "babel-jest": "^22.4.3",
40 "babel-loader": "^7.1.4",
41 "babel-plugin-idx": "^2.2.0",
42 "babel-plugin-ramda": "^1.6.3",
43 "babel-plugin-transform-class-properties": "^6.24.1",
44 "babel-plugin-transform-object-rest-spread": "^6.26.0",
45 "babel-preset-env": "^1.6.1",
46 "babel-preset-react": "^6.24.1",
47 "babel-runtime": "^6.26.0",
48 "chance": "^1.0.16",
49 "cross-env": "^5.2.0",
50 "css-loader": "^0.28.11",
51 "eslint": "^4.19.1",
52 "eslint-config-prettier": "^2.9.0",
53 "eslint-config-standard": "^11.0.0",
54 "eslint-config-standard-react": "^6.0.0",
55 "eslint-plugin-import": "^2.11.0",
56 "eslint-plugin-jest": "^21.15.0",
57 "eslint-plugin-node": "^6.0.1",
58 "eslint-plugin-prettier": "^2.6.0",
59 "eslint-plugin-promise": "^3.7.0",
60 "eslint-plugin-react": "^7.7.0",
61 "eslint-plugin-standard": "^3.0.1",
62 "fbjs": "^0.8.16",
63 "file-loader": "^1.1.11",
64 "jest": "^22.4.3",
65 "postcss-loader": "^2.1.4",
66 "prettier": "^1.12.1",
67 "prettier-eslint": "^8.8.2",
68 "prop-types": "^15.6.1",
69 "react-addons-shallow-compare": "^15.6.2",
70 "regenerator-runtime": "^0.11.1",
71 "rimraf": "^2.6.2",
72 "style-loader": "^0.21.0",
73 "webpack": "^4.6.0",
74 "webpack-bundle-analyzer": "^2.11.1",
75 "webpack-cli": "^2.1.3"
76 },
77 "dependencies": {
78 "@integec/fetch-task": "1.0.6",
79 "@integec/grid-tools": "2.2.0",
80 "babel-cli": "^6.26.0",
81 "cron-parser": "^2.6.0",
82 "cronstrue": "^1.58.0",
83 "data.maybe": "^1.2.3",
84 "debounce": "^1.2.0",
85 "downshift": "^3.1.4",
86 "idx": "^2.3.0",
87 "immutable": "^4.0.0-rc.12",
88 "immutable-ext": "^1.1.5",
89 "jwt-decode": "^2.2.0",
90 "moment": "^2.22.2",
91 "numeral": "^2.0.6",
92 "ramda": "^0.25.0",
93 "react": "16.2.0",
94 "react-dates": "12.1.2",
95 "react-dom": "16.2.0",
96 "react-json-view": "^1.16.1",
97 "react-popper": "1.0.2",
98 "react-router-dom": "^4.3.1",
99 "react-toggle": "^4.0.2",
100 "react-virtualized": "^9.21.0",
101 "semantic-ui-css": "2.4.1",
102 "semantic-ui-react": "^0.83.0",
103 "styled-components": "2.4.0"
104 },
105 "jest": {
106 "moduleNameMapper": {
107 "\\.(css|less)$": "identity-obj-proxy"
108 },
109 "collectCoverageFrom": [
110 "src/**/*.js"
111 ]
112 }
113}