@mindly/ui-components 0.1.54 → 0.1.55

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,153 +1,153 @@
1
1
  {
2
- "name": "@mindly/ui-components",
3
- "version": "0.1.54",
4
- "private": false,
5
- "scripts": {
6
- "start": "react-scripts start",
7
- "clean": "rimraf dist",
8
- "build": "rollup -c",
9
- "test:ts": "tsc --noEmit --skipLibCheck",
10
- "coverage": "npm test -- --env=jsdom --coverage --coverageDirectory=jest-coverage --passWithNoTests",
11
- "test:lint": "eslint \"./src/**/*{ts,tsx}\" --ignore-pattern \"*.d.ts\" --fix",
12
- "test": "react-scripts test --watchAll=false",
13
- "eject": "react-scripts eject",
14
- "storybook": "start-storybook -p 6006 -s public",
15
- "build-storybook": "build-storybook -s public",
16
- "chromatic": "npx chromatic --project-token=aed221c4925d"
17
- },
18
- "dependencies": {
19
- "-": "^0.0.1",
20
- "@babel/polyfill": "^7.12.1",
21
- "@ionic/react": "^5.8.0",
22
- "@ionic/react-router": "^5.8.0",
23
- "@storybook/addon-viewport": "^6.3.10",
24
- "@storybook/cli": "^6.4.20",
25
- "@testing-library/jest-dom": "^5.14.1",
26
- "@testing-library/react": "^11.2.7",
27
- "@testing-library/user-event": "^12.8.3",
28
- "@types/jest": "^26.0.24",
29
- "@types/node": "^12.20.21",
30
- "@types/react": "^17.0.27",
31
- "@types/react-dom": "^17.0.9",
32
- "auto": "^10.32.0",
33
- "react": "^17.0.2",
34
- "react-dom": "^17.0.2",
35
- "react-scripts": "4.0.3",
36
- "styled-components": "^5.3.1",
37
- "web-vitals": "^1.1.2"
38
- },
39
- "peerDependencies": {
40
- "@babel/polyfill": "^7.12.1",
41
- "@ionic/react": "^5.8.0",
42
- "@ionic/react-router": "^5.8.0",
43
- "@testing-library/jest-dom": "^5.14.1",
44
- "@testing-library/react": "^11.2.7",
45
- "@testing-library/user-event": "^12.8.3",
46
- "@types/jest": "^26.0.24",
47
- "@types/node": "^12.20.21",
48
- "@types/react-dom": "^17.0.9",
49
- "auto": "^10.32.0",
50
- "react": "^17.0.2",
51
- "react-dom": "^17.0.2",
52
- "react-scripts": "4.0.3",
53
- "styled-components": "^5.3.1",
54
- "web-vitals": "^1.1.2"
55
- },
56
- "main": "dist/cjs/index.js",
57
- "module": "dist/esm/index.js",
58
- "typings": "dist/index.d.ts",
59
- "babel": {
60
- "presets": [
61
- [
62
- "@babel/preset-react",
63
- "@babel/env",
64
- "react-app",
65
- {
66
- "absoluteRuntime": false
67
- }
68
- ]
69
- ]
70
- },
71
- "eslintConfig": {
72
- "extends": [
73
- "react-app",
74
- "react-app/jest"
75
- ],
76
- "overrides": [
77
- {
78
- "files": [
79
- "**/*.stories.*"
80
- ],
81
- "rules": {
82
- "import/no-anonymous-default-export": "off"
83
- }
84
- }
85
- ]
86
- },
87
- "browserslist": {
88
- "production": [
89
- ">0.2%",
90
- "not dead",
91
- "not op_mini all"
92
- ],
93
- "development": [
94
- "last 1 chrome version",
95
- "last 1 firefox version",
96
- "last 1 safari version"
97
- ]
98
- },
99
- "devDependencies": {
100
- "@babel/cli": "^7.15.7",
101
- "@babel/core": "^7.15.5",
102
- "@babel/preset-typescript": "^7.15.0",
103
- "@ionic/lab": "3.2.10",
104
- "@rollup/plugin-commonjs": "^20.0.0",
105
- "@rollup/plugin-node-resolve": "^13.0.5",
106
- "@rollup/plugin-replace": "^3.0.0",
107
- "@rollup/plugin-typescript": "^8.2.5",
108
- "@storybook/addon-actions": "^6.3.7",
109
- "@storybook/addon-essentials": "^6.3.7",
110
- "@storybook/addon-links": "^6.3.7",
111
- "@storybook/node-logger": "^6.3.7",
112
- "@storybook/preset-create-react-app": "^3.2.0",
113
- "@storybook/react": "^6.3.9",
114
- "@svgr/rollup": "^5.5.0",
115
- "@types/styled-components": "^5.1.13",
116
- "@typescript-eslint/parser": "^4.30.0",
117
- "babel-cli": "^6.26.0",
118
- "cross-env": "^7.0.3",
119
- "eslint": "^7.32.0",
120
- "eslint-config-google": "^0.14.0",
121
- "postcss": "^8.3.8",
122
- "rimraf": "^3.0.2",
123
- "rollup": "^2.58.0",
124
- "rollup-plugin-dts": "^4.0.0",
125
- "rollup-plugin-peer-deps-external": "^2.2.4",
126
- "rollup-plugin-postcss": "^4.0.1",
127
- "rollup-plugin-react-svg": "^3.0.3",
128
- "rollup-plugin-svg-import": "^1.5.1",
129
- "rollup-plugin-svg-to-jsx": "^1.0.0",
130
- "rollup-plugin-terser": "^7.0.2",
131
- "rollup-plugin-url": "^3.0.1",
132
- "tslib": "^2.3.1",
133
- "typescript": "^4.4.3"
134
- },
135
- "description": "This project was bootstrapped with [Create React App](https://github.com/facebook/create-react-app).",
136
- "files": [
137
- "dist",
138
- "README.md"
2
+ "name": "@mindly/ui-components",
3
+ "version": "0.1.55",
4
+ "private": false,
5
+ "scripts": {
6
+ "start": "react-scripts start",
7
+ "clean": "rimraf dist",
8
+ "build": "rollup -c",
9
+ "test:ts": "tsc --noEmit --skipLibCheck",
10
+ "coverage": "npm test -- --env=jsdom --coverage --coverageDirectory=jest-coverage --passWithNoTests",
11
+ "test:lint": "eslint \"./src/**/*{ts,tsx}\" --ignore-pattern \"*.d.ts\" --fix",
12
+ "test": "react-scripts test --watchAll=false",
13
+ "eject": "react-scripts eject",
14
+ "storybook": "start-storybook -p 6006 -s public",
15
+ "build-storybook": "build-storybook -s public",
16
+ "chromatic": "npx chromatic --project-token=aed221c4925d"
17
+ },
18
+ "dependencies": {
19
+ "-": "^0.0.1",
20
+ "@babel/polyfill": "^7.12.1",
21
+ "@ionic/react": "^5.8.0",
22
+ "@ionic/react-router": "^5.8.0",
23
+ "@storybook/addon-viewport": "^6.3.10",
24
+ "@storybook/cli": "^6.4.20",
25
+ "@testing-library/jest-dom": "^5.14.1",
26
+ "@testing-library/react": "^11.2.7",
27
+ "@testing-library/user-event": "^12.8.3",
28
+ "@types/jest": "^26.0.24",
29
+ "@types/node": "^12.20.21",
30
+ "@types/react": "^17.0.27",
31
+ "@types/react-dom": "^17.0.9",
32
+ "auto": "^10.32.0",
33
+ "react": "^17.0.2",
34
+ "react-dom": "^17.0.2",
35
+ "react-scripts": "4.0.3",
36
+ "styled-components": "^5.3.1",
37
+ "web-vitals": "^1.1.2"
38
+ },
39
+ "peerDependencies": {
40
+ "@babel/polyfill": "^7.12.1",
41
+ "@ionic/react": "^5.8.0",
42
+ "@ionic/react-router": "^5.8.0",
43
+ "@testing-library/jest-dom": "^5.14.1",
44
+ "@testing-library/react": "^11.2.7",
45
+ "@testing-library/user-event": "^12.8.3",
46
+ "@types/jest": "^26.0.24",
47
+ "@types/node": "^12.20.21",
48
+ "@types/react-dom": "^17.0.9",
49
+ "auto": "^10.32.0",
50
+ "react": "^17.0.2",
51
+ "react-dom": "^17.0.2",
52
+ "react-scripts": "4.0.3",
53
+ "styled-components": "^5.3.1",
54
+ "web-vitals": "^1.1.2"
55
+ },
56
+ "main": "dist/cjs/index.js",
57
+ "module": "dist/esm/index.js",
58
+ "typings": "dist/index.d.ts",
59
+ "babel": {
60
+ "presets": [
61
+ [
62
+ "@babel/preset-react",
63
+ "@babel/env",
64
+ "react-app",
65
+ {
66
+ "absoluteRuntime": false
67
+ }
68
+ ]
69
+ ]
70
+ },
71
+ "eslintConfig": {
72
+ "extends": [
73
+ "react-app",
74
+ "react-app/jest"
139
75
  ],
140
- "repository": {
141
- "type": "git",
142
- "url": "git+https://github.com/iHUB-Projects/UI-components.git"
143
- },
144
- "keywords": [
145
- "mindlyUi"
76
+ "overrides": [
77
+ {
78
+ "files": [
79
+ "**/*.stories.*"
80
+ ],
81
+ "rules": {
82
+ "import/no-anonymous-default-export": "off"
83
+ }
84
+ }
85
+ ]
86
+ },
87
+ "browserslist": {
88
+ "production": [
89
+ ">0.2%",
90
+ "not dead",
91
+ "not op_mini all"
146
92
  ],
147
- "author": "Alexandr Kairtsev (sasha@ihub.world)",
148
- "license": "ISC",
149
- "bugs": {
150
- "url": "https://github.com/iHUB-Projects/UI-components/issues"
151
- },
152
- "homepage": "https://github.com/iHUB-Projects/UI-components#readme"
93
+ "development": [
94
+ "last 1 chrome version",
95
+ "last 1 firefox version",
96
+ "last 1 safari version"
97
+ ]
98
+ },
99
+ "devDependencies": {
100
+ "@babel/cli": "^7.15.7",
101
+ "@babel/core": "^7.15.5",
102
+ "@babel/preset-typescript": "^7.15.0",
103
+ "@ionic/lab": "3.2.10",
104
+ "@rollup/plugin-commonjs": "^20.0.0",
105
+ "@rollup/plugin-node-resolve": "^13.0.5",
106
+ "@rollup/plugin-replace": "^3.0.0",
107
+ "@rollup/plugin-typescript": "^8.2.5",
108
+ "@storybook/addon-actions": "^6.3.7",
109
+ "@storybook/addon-essentials": "^6.3.7",
110
+ "@storybook/addon-links": "^6.3.7",
111
+ "@storybook/node-logger": "^6.3.7",
112
+ "@storybook/preset-create-react-app": "^3.2.0",
113
+ "@storybook/react": "^6.3.9",
114
+ "@svgr/rollup": "^5.5.0",
115
+ "@types/styled-components": "^5.1.13",
116
+ "@typescript-eslint/parser": "^4.30.0",
117
+ "babel-cli": "^6.26.0",
118
+ "cross-env": "^7.0.3",
119
+ "eslint": "^7.32.0",
120
+ "eslint-config-google": "^0.14.0",
121
+ "postcss": "^8.3.8",
122
+ "rimraf": "^3.0.2",
123
+ "rollup": "^2.58.0",
124
+ "rollup-plugin-dts": "^4.0.0",
125
+ "rollup-plugin-peer-deps-external": "^2.2.4",
126
+ "rollup-plugin-postcss": "^4.0.1",
127
+ "rollup-plugin-react-svg": "^3.0.3",
128
+ "rollup-plugin-svg-import": "^1.5.1",
129
+ "rollup-plugin-svg-to-jsx": "^1.0.0",
130
+ "rollup-plugin-terser": "^7.0.2",
131
+ "rollup-plugin-url": "^3.0.1",
132
+ "tslib": "^2.3.1",
133
+ "typescript": "^4.4.3"
134
+ },
135
+ "description": "This project was bootstrapped with [Create React App](https://github.com/facebook/create-react-app).",
136
+ "files": [
137
+ "dist",
138
+ "README.md"
139
+ ],
140
+ "repository": {
141
+ "type": "git",
142
+ "url": "git+https://github.com/iHUB-Projects/UI-components.git"
143
+ },
144
+ "keywords": [
145
+ "mindlyUi"
146
+ ],
147
+ "author": "Alexandr Kairtsev (sasha@ihub.world)",
148
+ "license": "ISC",
149
+ "bugs": {
150
+ "url": "https://github.com/iHUB-Projects/UI-components/issues"
151
+ },
152
+ "homepage": "https://github.com/iHUB-Projects/UI-components#readme"
153
153
  }