UNPKG

4.67 kBJSONView Raw
1{
2 "name": "@integec/common-react-screens",
3 "version": "3.3.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 "@babel/core": "^7.0.0",
33 "@babel/plugin-proposal-class-properties": "^7.0.0",
34 "@babel/plugin-proposal-decorators": "^7.0.0",
35 "@babel/plugin-proposal-do-expressions": "^7.0.0",
36 "@babel/plugin-proposal-export-default-from": "^7.0.0",
37 "@babel/plugin-proposal-export-namespace-from": "^7.0.0",
38 "@babel/plugin-proposal-function-bind": "^7.0.0",
39 "@babel/plugin-proposal-function-sent": "^7.0.0",
40 "@babel/plugin-proposal-json-strings": "^7.0.0",
41 "@babel/plugin-proposal-logical-assignment-operators": "^7.0.0",
42 "@babel/plugin-proposal-nullish-coalescing-operator": "^7.0.0",
43 "@babel/plugin-proposal-numeric-separator": "^7.0.0",
44 "@babel/plugin-proposal-optional-chaining": "^7.0.0",
45 "@babel/plugin-proposal-pipeline-operator": "^7.0.0",
46 "@babel/plugin-proposal-throw-expressions": "^7.0.0",
47 "@babel/plugin-syntax-dynamic-import": "^7.0.0",
48 "@babel/plugin-syntax-import-meta": "^7.0.0",
49 "@babel/polyfill": "^7.0.0",
50 "@babel/preset-env": "^7.0.0",
51 "@babel/preset-react": "^7.0.0",
52 "@babel/runtime": "^7.0.0",
53 "@storybook/addon-actions": "^4.0.2",
54 "@storybook/addon-links": "^4.0.2",
55 "@storybook/addon-storysource": "^4.0.2",
56 "@storybook/addons": "^4.0.2",
57 "@storybook/react": "^4.0.2",
58 "babel-eslint": "^10.0.1",
59 "babel-jest": "^23.4.2",
60 "babel-loader": "^8.0.0",
61 "babel-plugin-idx": "^2.4.0",
62 "babel-plugin-ramda": "^1.6.3",
63 "babel-plugin-transform-class-properties": "^6.24.1",
64 "chance": "^1.0.16",
65 "cross-env": "^5.2.0",
66 "css-loader": "^1.0.1",
67 "eslint": "^5.8.0",
68 "eslint-config-prettier": "^3.1.0",
69 "eslint-config-standard": "^12.0.0",
70 "eslint-config-standard-react": "^7.0.2",
71 "eslint-plugin-import": "^2.14.0",
72 "eslint-plugin-jest": "^21.27.0",
73 "eslint-plugin-node": "^8.0.0",
74 "eslint-plugin-prettier": "^3.0.0",
75 "eslint-plugin-promise": "^4.0.1",
76 "eslint-plugin-react": "^7.11.1",
77 "eslint-plugin-standard": "^4.0.0",
78 "fbjs": "^1.0.0",
79 "file-loader": "^2.0.0",
80 "jest": "^23.6.0",
81 "postcss-loader": "^3.0.0",
82 "prettier": "^1.14.3",
83 "prettier-eslint": "^8.8.2",
84 "prop-types": "^15.6.2",
85 "react-addons-shallow-compare": "^15.6.2",
86 "react-hot-loader": "^4.6.3",
87 "regenerator-runtime": "^0.12.1",
88 "rimraf": "^2.6.2",
89 "style-loader": "^0.23.1",
90 "webpack": "^4.24.0",
91 "webpack-bundle-analyzer": "^3.0.3",
92 "webpack-cli": "^3.1.2"
93 },
94 "dependencies": {
95 "@babel/cli": "^7.0.0",
96 "@integec/fetch-task": "1.0.6",
97 "@integec/grid-tools": "^3.0.1",
98 "babel-plugin-transform-object-rest-spread": "^6.26.0",
99 "babel-upgrade": "^0.0.24",
100 "cron-parser": "^2.6.0",
101 "cronstrue": "^1.58.0",
102 "data.maybe": "^1.2.3",
103 "debounce": "^1.2.0",
104 "downshift": "^3.1.4",
105 "idx": "^2.4.0",
106 "immutable": "^4.0.0-rc.12",
107 "immutable-ext": "^1.1.5",
108 "jwt-decode": "^2.2.0",
109 "moment": "^2.22.2",
110 "numeral": "^2.0.6",
111 "ramda": "^0.25.0",
112 "react": "^16.6.0",
113 "react-dates": "12.1.2",
114 "react-dom": "^16.6.0",
115 "react-json-view": "^1.16.1",
116 "react-popper": "1.0.2",
117 "react-router-dom": "^4.3.1",
118 "react-toggle": "^4.0.2",
119 "react-virtualized": "^9.21.0",
120 "semantic-ui-css": "2.4.1",
121 "semantic-ui-react": "^0.83.0",
122 "stacktrace-js": "^2.0.0",
123 "styled-components": "2.4.0"
124 },
125 "jest": {
126 "moduleNameMapper": {
127 "\\.(css|less)$": "identity-obj-proxy"
128 },
129 "collectCoverageFrom": [
130 "src/**/*.js"
131 ]
132 }
133}