UNPKG

4.76 kBJSONView Raw
1{
2 "name": "cv-react-library",
3 "version": "0.1.18",
4 "description": "Xalt Mobility Component Library. This library contains functional components for both react and react-native",
5 "repository": {
6 "type": "git",
7 "url": "https://git.catavolt.com/javascript/xalt-client/tree/master/packages/cv-react-library"
8 },
9 "keywords": [
10 "cv-react",
11 "xalt-components",
12 "catavolt-library"
13 ],
14 "author": "Alan Resha <alan.resha@hexagon.com>",
15 "license": "Apache-2.0",
16 "bugs": {
17 "url": "https://git.catavolt.com/javascript/xalt-client/tree/master/packages/cv-react-library"
18 },
19 "homepage": "https://git.catavolt.com/javascript/xalt-client/tree/master/packages/cv-react-library#readme",
20 "files": [
21 "/src",
22 "!/src/**/*.test.*",
23 "!/src/**/*.stories.*"
24 ],
25 "main": "./src/index.js",
26 "private": false,
27 "peer-dependencies": {
28 "@date-io/date-fns": "1.3.x",
29 "@material-ui/core": "4.0.x",
30 "@material-ui/icons": "4.0.x",
31 "@material-ui/pickers": "3.0.x",
32 "date-fns": "2.0.x",
33 "react": "16.8.x",
34 "react-dom": "16.8.x",
35 "react-native": "0.57.x",
36 "react-native-camera": "2.7.x",
37 "react-native-powerbi": "0.1.x",
38 "react-native-wkwebview-reborn": "2.0.x",
39 "react-native-maps": "0.24.x"
40 },
41 "devDependencies": {
42 "@babel/core": "7.4.3",
43 "@babel/runtime": "7.4.3",
44 "@date-io/date-fns": "1.3.6",
45 "@emotion/core": "10.0.10",
46 "@material-ui/core": "4.0.1",
47 "@material-ui/icons": "4.0.1",
48 "@material-ui/pickers": "3.0.0",
49 "@material-ui/styles": "4.0.1",
50 "@storybook/addon-actions": "5.1.3",
51 "@storybook/addon-backgrounds": "5.1.3",
52 "@storybook/addon-info": "5.1.3",
53 "@storybook/addon-jest": "5.1.3",
54 "@storybook/addon-knobs": "5.1.3",
55 "@storybook/addon-links": "5.1.3",
56 "@storybook/addon-notes": "5.1.3",
57 "@storybook/addon-ondevice-actions": "5.1.3",
58 "@storybook/addon-ondevice-knobs": "5.1.3",
59 "@storybook/addon-ondevice-notes": "5.1.3",
60 "@storybook/addon-viewport": "5.1.3",
61 "@storybook/addons": "5.1.3",
62 "@storybook/components": "5.1.3",
63 "@storybook/react": "5.1.3",
64 "@storybook/react-native": "5.1.3",
65 "@storybook/theming": "5.1.3",
66 "babel-eslint": "10.0.1",
67 "babel-loader": "8.0.5",
68 "core-js": "3.0.1",
69 "date-fns": "2.0.0-alpha.27",
70 "emotion-theming": "10.0.10",
71 "enzyme": "3.9.0",
72 "enzyme-adapter-react-16": "1.12.1",
73 "eslint": "5.16.0",
74 "eslint-config-airbnb": "17.1.0",
75 "eslint-config-prettier": "4.3.0",
76 "eslint-plugin-import": "2.17.2",
77 "eslint-plugin-jsx-a11y": "6.2.1",
78 "eslint-plugin-prettier": "3.1.0",
79 "eslint-plugin-putout": "1.5.0",
80 "eslint-plugin-react": "7.13.0",
81 "expect": "24.8.0",
82 "metro-react-native-babel-preset": "0.53.1",
83 "prop-types": "15.7.2",
84 "raw-loader": "^2.0.0",
85 "react": "16.8.3",
86 "react-dom": "16.8.3",
87 "react-native": "0.57.3",
88 "react-native-camera": "2.7.0",
89 "react-native-communications": "2.2.1",
90 "react-native-material-ripple": "0.7.5",
91 "react-native-powerbi": "0.1.0",
92 "react-native-storybook-loader": "1.8.0",
93 "react-native-vector-icons": "6.5.0",
94 "react-native-wkwebview-reborn": "2.0.0",
95 "react-scripts": "3.0.1",
96 "react-test-renderer": "16.8.3",
97 "react-xml-parser": "^1.1.2",
98 "url-parse": "1.4.4"
99 },
100 "scripts": {
101 "build-storybook-web": "build-storybook -s public",
102 "pre-native-storybook": "rnstl",
103 "pre-web-storybook": "yarn run test:generate-output",
104 "start-library-android": "react-native run-android",
105 "start-library-ios": "react-native run-ios",
106 "storybook-native": "yarn run pre-native-storybook | react-native start --reset-cache",
107 "storybook-web": "yarn run pre-web-storybook | node ./configWeb/start-storybook-web.js",
108 "test": "jest --watch",
109 "test:check": "jest",
110 "test:coverage": "jest --coverage --no-cache",
111 "test:generate-output": "jest --coverage --no-cache --json --outputFile=./configWeb/jest-test-results.json",
112 "test:updateSnaps": "jest --updateSnapshot"
113 },
114 "config": {
115 "react-native-storybook-loader": {
116 "searchDir": [
117 "./src/components/native"
118 ],
119 "pattern": "**/*.stories.js",
120 "outputFile": "./storybook/storyLoader.js"
121 }
122 },
123 "eslintConfig": {
124 "extends": "react-app"
125 },
126 "jest": {
127 "moduleNameMapper": {
128 "\\.(css|less)$": "<rootDir>/src/components/web/__mocks__/styleMock.js"
129 }
130 },
131 "browserslist": {
132 "production": [
133 ">0.2%",
134 "not dead",
135 "not op_mini all"
136 ],
137 "development": [
138 "last 1 chrome version",
139 "last 1 firefox version",
140 "last 1 safari version"
141 ]
142 },
143 "gitHead": "d06bca4e006464e272dbf559e2509a041d57d467"
144}