@xelto.npm/xc-lib 1.1.2 → 1.1.4

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.
Files changed (1) hide show
  1. package/package.json +113 -113
package/package.json CHANGED
@@ -1,113 +1,113 @@
1
- {
2
- "name": "@xelto.npm/xc-lib",
3
- "version": "1.1.2",
4
- "description": "Xelcode Library containing components and utilities",
5
- "author": "",
6
- "license": "MIT",
7
- "repository": {
8
- "type": "git",
9
- "url": "git+https://github.com/xeltoteam/XC-LIB.git"
10
- },
11
- "engines": {
12
- "node": ">=14"
13
- },
14
- "scripts": {
15
- "build": "rollup -c rollup.config.mjs && node scripts/write-subpath-reexports.cjs"
16
- },
17
- "main": "dist/index.cjs.js",
18
- "module": "dist/index.esm.js",
19
- "source": "src/index.js",
20
- "files": [
21
- "dist",
22
- "utils.js",
23
- "components.js",
24
- "store.js"
25
- ],
26
- "keywords": [
27
- "xelcode",
28
- "react",
29
- "components",
30
- "redux",
31
- "utilities"
32
- ],
33
- "bugs": {
34
- "url": "https://github.com/xeltoteam/XC-LIB/issues"
35
- },
36
- "homepage": "https://github.com/xeltoteam/XC-LIB#readme",
37
- "exports": {
38
- ".": {
39
- "import": "./dist/index.esm.js",
40
- "require": "./dist/index.cjs.js"
41
- },
42
- "./store": {
43
- "import": "./dist/index.esm.js",
44
- "require": "./dist/index.cjs.js"
45
- },
46
- "./utils": {
47
- "import": "./dist/index.esm.js",
48
- "require": "./dist/index.cjs.js"
49
- },
50
- "./components": {
51
- "import": "./dist/index.esm.js",
52
- "require": "./dist/index.cjs.js"
53
- }
54
- },
55
- "peerDependencies": {
56
- "@material-ui/core": "^4.12.0",
57
- "apisauce": "^2.0.1",
58
- "connected-react-router": "6.4.0",
59
- "file-saver": "^2.0.5",
60
- "react": "^17.0.2",
61
- "react-dom": "^17.0.2",
62
- "redux-saga": "1.0.2"
63
- },
64
- "devDependencies": {
65
- "@babel/core": "^7.13.16",
66
- "@rollup/plugin-babel": "^6.0.3",
67
- "@rollup/plugin-commonjs": "^23.0.3",
68
- "@rollup/plugin-node-resolve": "^15.0.1",
69
- "@babel/plugin-proposal-class-properties": "^7.13.0",
70
- "@babel/preset-env": "^7.13.15",
71
- "@babel/preset-react": "^7.13.13",
72
- "@date-io/date-fns": "^1.3.13",
73
- "@material-ui/icons": "^4.11.2",
74
- "@material-ui/pickers": "^3.3.10",
75
- "@mdi/js": "^5.9.55",
76
- "apisauce": "^2.0.1",
77
- "babel-eslint": "^10.0.3",
78
- "babel-loader": "^8.2.2",
79
- "clean-webpack-plugin": "^4.0.0-alpha.0",
80
- "connected-react-router": "6.4.0",
81
- "cross-env": "^7.0.2",
82
- "date-fns": "^2.21.1",
83
- "eslint": "^6.8.0",
84
- "eslint-config-prettier": "^6.7.0",
85
- "eslint-config-standard": "^14.1.0",
86
- "eslint-config-standard-react": "^9.2.0",
87
- "eslint-plugin-import": "^2.18.2",
88
- "eslint-plugin-node": "^11.0.0",
89
- "eslint-plugin-prettier": "^3.1.1",
90
- "eslint-plugin-promise": "^4.2.1",
91
- "eslint-plugin-react": "^7.17.0",
92
- "eslint-plugin-standard": "^4.0.1",
93
- "history": "4.9.0",
94
- "microbundle-crl": "^0.13.10",
95
- "path": "^0.12.7",
96
- "prettier": "^2.0.4",
97
- "react": "^17.0.2",
98
- "react-dom": "^17.0.2",
99
- "react-redux": "7.0.2",
100
- "react-router-dom": "^5.2.0",
101
- "react-scripts": "^3.4.1",
102
- "redux": "4.0.1",
103
- "redux-saga": "1.0.2",
104
- "reselect": "^4.0.0",
105
- "sha256": "^0.2.0",
106
- "webpack": "^5.35.0",
107
- "webpack-cli": "^4.10.0",
108
- "webpack-node-externals": "^2.5.2",
109
- "rollup": "^3.6.0",
110
- "@material-ui/core": "4.12.3",
111
- "file-saver": "^2.0.5"
112
- }
113
- }
1
+ {
2
+ "name": "@xelto.npm/xc-lib",
3
+ "version": "1.1.4",
4
+ "description": "Xelcode Library containing components and utilities",
5
+ "author": "",
6
+ "license": "MIT",
7
+ "repository": {
8
+ "type": "git",
9
+ "url": "git+https://github.com/xeltoteam/XC-LIB.git"
10
+ },
11
+ "engines": {
12
+ "node": ">=14"
13
+ },
14
+ "scripts": {
15
+ "build": "rollup -c rollup.config.mjs && node scripts/write-subpath-reexports.cjs"
16
+ },
17
+ "main": "dist/index.cjs.js",
18
+ "module": "dist/index.esm.js",
19
+ "source": "src/index.js",
20
+ "files": [
21
+ "dist",
22
+ "utils.js",
23
+ "components.js",
24
+ "store.js"
25
+ ],
26
+ "keywords": [
27
+ "xelcode",
28
+ "react",
29
+ "components",
30
+ "redux",
31
+ "utilities"
32
+ ],
33
+ "bugs": {
34
+ "url": "https://github.com/xeltoteam/XC-LIB/issues"
35
+ },
36
+ "homepage": "https://github.com/xeltoteam/XC-LIB#readme",
37
+ "exports": {
38
+ ".": {
39
+ "import": "./dist/index.esm.js",
40
+ "require": "./dist/index.cjs.js"
41
+ },
42
+ "./store": {
43
+ "import": "./dist/index.esm.js",
44
+ "require": "./dist/index.cjs.js"
45
+ },
46
+ "./utils": {
47
+ "import": "./dist/index.esm.js",
48
+ "require": "./dist/index.cjs.js"
49
+ },
50
+ "./components": {
51
+ "import": "./dist/index.esm.js",
52
+ "require": "./dist/index.cjs.js"
53
+ }
54
+ },
55
+ "peerDependencies": {
56
+ "@material-ui/core": "^4.12.0",
57
+ "apisauce": "^2.0.1",
58
+ "connected-react-router": "6.4.0",
59
+ "file-saver": "^2.0.5",
60
+ "react": "^17.0.2",
61
+ "react-dom": "^17.0.2",
62
+ "redux-saga": "1.0.2"
63
+ },
64
+ "devDependencies": {
65
+ "@babel/core": "^7.13.16",
66
+ "@rollup/plugin-babel": "^6.0.3",
67
+ "@rollup/plugin-commonjs": "^23.0.3",
68
+ "@rollup/plugin-node-resolve": "^15.0.1",
69
+ "@babel/plugin-proposal-class-properties": "^7.13.0",
70
+ "@babel/preset-env": "^7.13.15",
71
+ "@babel/preset-react": "^7.13.13",
72
+ "@date-io/date-fns": "^1.3.13",
73
+ "@material-ui/icons": "^4.11.2",
74
+ "@material-ui/pickers": "^3.3.10",
75
+ "@mdi/js": "^5.9.55",
76
+ "apisauce": "^2.0.1",
77
+ "babel-eslint": "^10.0.3",
78
+ "babel-loader": "^8.2.2",
79
+ "clean-webpack-plugin": "^4.0.0-alpha.0",
80
+ "connected-react-router": "6.4.0",
81
+ "cross-env": "^7.0.2",
82
+ "date-fns": "^2.21.1",
83
+ "eslint": "^6.8.0",
84
+ "eslint-config-prettier": "^6.7.0",
85
+ "eslint-config-standard": "^14.1.0",
86
+ "eslint-config-standard-react": "^9.2.0",
87
+ "eslint-plugin-import": "^2.18.2",
88
+ "eslint-plugin-node": "^11.0.0",
89
+ "eslint-plugin-prettier": "^3.1.1",
90
+ "eslint-plugin-promise": "^4.2.1",
91
+ "eslint-plugin-react": "^7.17.0",
92
+ "eslint-plugin-standard": "^4.0.1",
93
+ "history": "4.9.0",
94
+ "microbundle-crl": "^0.13.10",
95
+ "path": "^0.12.7",
96
+ "prettier": "^2.0.4",
97
+ "react": "^17.0.2",
98
+ "react-dom": "^17.0.2",
99
+ "react-redux": "7.0.2",
100
+ "react-router-dom": "^5.2.0",
101
+ "react-scripts": "^3.4.1",
102
+ "redux": "4.0.1",
103
+ "redux-saga": "1.0.2",
104
+ "reselect": "^4.0.0",
105
+ "sha256": "^0.2.0",
106
+ "webpack": "^5.35.0",
107
+ "webpack-cli": "^4.10.0",
108
+ "webpack-node-externals": "^2.5.2",
109
+ "rollup": "^3.6.0",
110
+ "@material-ui/core": "4.12.3",
111
+ "file-saver": "^2.0.5"
112
+ }
113
+ }