@mjhls/mjh-framework 1.0.223 → 1.0.224
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/README.md +174 -174
- package/dist/cjs/DeckContent.js +11 -11
- package/dist/cjs/DeckQueue.js +3 -3
- package/dist/cjs/{Dfp-8b6f25fe.js → Dfp-c4f1f12a.js} +1 -1
- package/dist/cjs/{GridContent-8b0ebfec.js → GridContent-1575c8db.js} +4 -4
- package/dist/cjs/GridContent.js +4 -4
- package/dist/cjs/IssueContentDeck.js +1 -1
- package/dist/cjs/IssueDeck.js +1 -1
- package/dist/cjs/MasterDeck.js +11 -11
- package/dist/cjs/{Normal-78631b6e.js → Normal-11ae4373.js} +32 -31
- package/dist/cjs/PublicationDeck.js +1 -1
- package/dist/cjs/QueueDeckExpanded.js +3 -3
- package/dist/cjs/{TaxonomyCard-f24d8ec9.js → TaxonomyCard-d97685e2.js} +1 -1
- package/dist/cjs/TaxonomyCard.js +2 -2
- package/dist/cjs/TemplateNormal.js +2 -2
- package/dist/cjs/ThumbnailCard.js +1 -1
- package/dist/cjs/VideoSeriesListing.js +2 -2
- package/dist/cjs/{YoutubeGroup-d2d9e57c.js → YoutubeGroup-ad994d02.js} +4 -4
- package/dist/cjs/YoutubeGroup.js +1 -1
- package/dist/cjs/{index-eb596973.js → index-a4c53ff4.js} +18 -18
- package/dist/cjs/index.js +76 -74
- package/dist/cjs/{main-c1bd47fe.js → main-58839f4e.js} +6 -6
- package/dist/cjs/{visibility-sensor-59b2685c.js → visibility-sensor-bea3105d.js} +1447 -2511
- package/dist/esm/DeckContent.js +11 -11
- package/dist/esm/DeckQueue.js +3 -3
- package/dist/esm/{Dfp-6c8d69e6.js → Dfp-6731ac01.js} +1 -1
- package/dist/esm/{GridContent-0777cc42.js → GridContent-e5cdc9da.js} +4 -4
- package/dist/esm/GridContent.js +4 -4
- package/dist/esm/IssueContentDeck.js +1 -1
- package/dist/esm/IssueDeck.js +1 -1
- package/dist/esm/MasterDeck.js +11 -11
- package/dist/esm/{Normal-7d33c7bf.js → Normal-8e0aa5e8.js} +32 -31
- package/dist/esm/PublicationDeck.js +1 -1
- package/dist/esm/QueueDeckExpanded.js +3 -3
- package/dist/esm/{TaxonomyCard-ca8c7c8a.js → TaxonomyCard-f9c93953.js} +1 -1
- package/dist/esm/TaxonomyCard.js +2 -2
- package/dist/esm/TemplateNormal.js +2 -2
- package/dist/esm/ThumbnailCard.js +1 -1
- package/dist/esm/VideoSeriesListing.js +2 -2
- package/dist/esm/{YoutubeGroup-d3b92eb5.js → YoutubeGroup-1368335c.js} +4 -4
- package/dist/esm/YoutubeGroup.js +1 -1
- package/dist/esm/{index-b7bbf1d4.js → index-ca4ff5cb.js} +18 -18
- package/dist/esm/index.js +79 -77
- package/dist/esm/{main-2504c03f.js → main-dea495b7.js} +6 -6
- package/dist/esm/{visibility-sensor-61158020.js → visibility-sensor-675d3fa1.js} +1447 -2511
- package/package.json +93 -93
package/package.json
CHANGED
|
@@ -1,93 +1,93 @@
|
|
|
1
|
-
{
|
|
2
|
-
"name": "@mjhls/mjh-framework",
|
|
3
|
-
"version": "1.0.
|
|
4
|
-
"description": "Foundation Framework",
|
|
5
|
-
"author": "mjh-framework",
|
|
6
|
-
"license": "MIT",
|
|
7
|
-
"repository": {
|
|
8
|
-
"type": "git",
|
|
9
|
-
"url": "https://github.com/MJHLS/mjh-framework.git"
|
|
10
|
-
},
|
|
11
|
-
"main": "dist/cjs/index.js",
|
|
12
|
-
"module": "dist/esm/index.js",
|
|
13
|
-
"engines": {
|
|
14
|
-
"node": ">=8",
|
|
15
|
-
"npm": ">=5"
|
|
16
|
-
},
|
|
17
|
-
"scripts": {
|
|
18
|
-
"clean": "rimraf dist",
|
|
19
|
-
"test": "cross-env CI=1 react-scripts test --env=jsdom",
|
|
20
|
-
"test:watch": "react-scripts test --env=jsdom",
|
|
21
|
-
"build": "npm run clean && rollup -c",
|
|
22
|
-
"start": "npm run clean && rollup -c -w",
|
|
23
|
-
"prepare": "yarn run build",
|
|
24
|
-
"predeploy": "cd example && yarn install && yarn run build",
|
|
25
|
-
"deploy": "gh-pages -d example/build"
|
|
26
|
-
},
|
|
27
|
-
"peerDependencies": {
|
|
28
|
-
"next": "^9.0.0",
|
|
29
|
-
"prop-types": "^15.5.4",
|
|
30
|
-
"react": "^15.0.0 || ^16.0.0",
|
|
31
|
-
"react-dom": "^15.0.0 || ^16.0.0",
|
|
32
|
-
"react-share": "^4.0.1",
|
|
33
|
-
"react-bootstrap": "^1.0.0-beta.14"
|
|
34
|
-
},
|
|
35
|
-
"devDependencies": {
|
|
36
|
-
"@brightcove/react-player-loader": "^1.4.0",
|
|
37
|
-
"@sanity/block-content-to-react": "^2.0.7",
|
|
38
|
-
"@sanity/image-url": "^0.140.15",
|
|
39
|
-
"@svgr/rollup": "^2.4.1",
|
|
40
|
-
"babel-core": "^6.26.3",
|
|
41
|
-
"babel-eslint": "^8.2.5",
|
|
42
|
-
"babel-plugin-external-helpers": "^6.22.0",
|
|
43
|
-
"babel-preset-env": "^1.7.0",
|
|
44
|
-
"babel-preset-react": "^6.24.1",
|
|
45
|
-
"babel-preset-stage-0": "^6.24.1",
|
|
46
|
-
"cross-env": "^5.1.4",
|
|
47
|
-
"eslint": "^5.0.1",
|
|
48
|
-
"eslint-config-standard": "^11.0.0",
|
|
49
|
-
"eslint-config-standard-react": "^6.0.0",
|
|
50
|
-
"eslint-plugin-import": "^2.13.0",
|
|
51
|
-
"eslint-plugin-node": "^7.0.1",
|
|
52
|
-
"eslint-plugin-promise": "^4.0.0",
|
|
53
|
-
"eslint-plugin-react": "^7.10.0",
|
|
54
|
-
"eslint-plugin-react-hooks": "^2.3.0",
|
|
55
|
-
"eslint-plugin-standard": "^3.1.0",
|
|
56
|
-
"get-youtube-id": "^1.0.1",
|
|
57
|
-
"gh-pages": "^1.2.0",
|
|
58
|
-
"lodash": "^4.17.15",
|
|
59
|
-
"moment": "^2.24.0",
|
|
60
|
-
"next": "^9.2.0",
|
|
61
|
-
"react": "^16.12.0",
|
|
62
|
-
"react-bootstrap": "^1.0.0-beta.16",
|
|
63
|
-
"react-device-detect": "^1.11.14",
|
|
64
|
-
"react-dfp": "^0.17.0",
|
|
65
|
-
"react-dom": "^16.12.0",
|
|
66
|
-
"react-icons": "^3.8.0",
|
|
67
|
-
"react-infinite-scroll-component": "^5.0.4",
|
|
68
|
-
"react-lazyload": "^2.6.5",
|
|
69
|
-
"react-player": "^1.15.2",
|
|
70
|
-
"react-scripts": "^1.1.4",
|
|
71
|
-
"react-share": "^4.0.1",
|
|
72
|
-
"react-social-icons": "^4.1.0",
|
|
73
|
-
"react-visibility-sensor": "^5.1.1",
|
|
74
|
-
"react-youtube": "^7.9.0",
|
|
75
|
-
"rimraf": "^3.0.2",
|
|
76
|
-
"rollup": "^2.7.3",
|
|
77
|
-
"rollup-plugin-babel": "^3.0.7",
|
|
78
|
-
"rollup-plugin-commonjs": "^9.1.3",
|
|
79
|
-
"rollup-plugin-node-builtins": "^2.1.2",
|
|
80
|
-
"rollup-plugin-node-resolve": "^3.3.0",
|
|
81
|
-
"rollup-plugin-peer-deps-external": "^2.2.0",
|
|
82
|
-
"rollup-plugin-postcss": "^1.6.2",
|
|
83
|
-
"rollup-plugin-url": "^1.4.0"
|
|
84
|
-
},
|
|
85
|
-
"files": [
|
|
86
|
-
"dist"
|
|
87
|
-
],
|
|
88
|
-
"dependencies": {
|
|
89
|
-
"downloadjs": "^1.4.7",
|
|
90
|
-
"js-cookie": "^2.2.1",
|
|
91
|
-
"striptags": "^3.1.1"
|
|
92
|
-
}
|
|
93
|
-
}
|
|
1
|
+
{
|
|
2
|
+
"name": "@mjhls/mjh-framework",
|
|
3
|
+
"version": "1.0.224",
|
|
4
|
+
"description": "Foundation Framework",
|
|
5
|
+
"author": "mjh-framework",
|
|
6
|
+
"license": "MIT",
|
|
7
|
+
"repository": {
|
|
8
|
+
"type": "git",
|
|
9
|
+
"url": "https://github.com/MJHLS/mjh-framework.git"
|
|
10
|
+
},
|
|
11
|
+
"main": "dist/cjs/index.js",
|
|
12
|
+
"module": "dist/esm/index.js",
|
|
13
|
+
"engines": {
|
|
14
|
+
"node": ">=8",
|
|
15
|
+
"npm": ">=5"
|
|
16
|
+
},
|
|
17
|
+
"scripts": {
|
|
18
|
+
"clean": "rimraf dist",
|
|
19
|
+
"test": "cross-env CI=1 react-scripts test --env=jsdom",
|
|
20
|
+
"test:watch": "react-scripts test --env=jsdom",
|
|
21
|
+
"build": "npm run clean && rollup -c",
|
|
22
|
+
"start": "npm run clean && rollup -c -w",
|
|
23
|
+
"prepare": "yarn run build",
|
|
24
|
+
"predeploy": "cd example && yarn install && yarn run build",
|
|
25
|
+
"deploy": "gh-pages -d example/build"
|
|
26
|
+
},
|
|
27
|
+
"peerDependencies": {
|
|
28
|
+
"next": "^9.0.0",
|
|
29
|
+
"prop-types": "^15.5.4",
|
|
30
|
+
"react": "^15.0.0 || ^16.0.0",
|
|
31
|
+
"react-dom": "^15.0.0 || ^16.0.0",
|
|
32
|
+
"react-share": "^4.0.1",
|
|
33
|
+
"react-bootstrap": "^1.0.0-beta.14"
|
|
34
|
+
},
|
|
35
|
+
"devDependencies": {
|
|
36
|
+
"@brightcove/react-player-loader": "^1.4.0",
|
|
37
|
+
"@sanity/block-content-to-react": "^2.0.7",
|
|
38
|
+
"@sanity/image-url": "^0.140.15",
|
|
39
|
+
"@svgr/rollup": "^2.4.1",
|
|
40
|
+
"babel-core": "^6.26.3",
|
|
41
|
+
"babel-eslint": "^8.2.5",
|
|
42
|
+
"babel-plugin-external-helpers": "^6.22.0",
|
|
43
|
+
"babel-preset-env": "^1.7.0",
|
|
44
|
+
"babel-preset-react": "^6.24.1",
|
|
45
|
+
"babel-preset-stage-0": "^6.24.1",
|
|
46
|
+
"cross-env": "^5.1.4",
|
|
47
|
+
"eslint": "^5.0.1",
|
|
48
|
+
"eslint-config-standard": "^11.0.0",
|
|
49
|
+
"eslint-config-standard-react": "^6.0.0",
|
|
50
|
+
"eslint-plugin-import": "^2.13.0",
|
|
51
|
+
"eslint-plugin-node": "^7.0.1",
|
|
52
|
+
"eslint-plugin-promise": "^4.0.0",
|
|
53
|
+
"eslint-plugin-react": "^7.10.0",
|
|
54
|
+
"eslint-plugin-react-hooks": "^2.3.0",
|
|
55
|
+
"eslint-plugin-standard": "^3.1.0",
|
|
56
|
+
"get-youtube-id": "^1.0.1",
|
|
57
|
+
"gh-pages": "^1.2.0",
|
|
58
|
+
"lodash": "^4.17.15",
|
|
59
|
+
"moment": "^2.24.0",
|
|
60
|
+
"next": "^9.2.0",
|
|
61
|
+
"react": "^16.12.0",
|
|
62
|
+
"react-bootstrap": "^1.0.0-beta.16",
|
|
63
|
+
"react-device-detect": "^1.11.14",
|
|
64
|
+
"react-dfp": "^0.17.0",
|
|
65
|
+
"react-dom": "^16.12.0",
|
|
66
|
+
"react-icons": "^3.8.0",
|
|
67
|
+
"react-infinite-scroll-component": "^5.0.4",
|
|
68
|
+
"react-lazyload": "^2.6.5",
|
|
69
|
+
"react-player": "^1.15.2",
|
|
70
|
+
"react-scripts": "^1.1.4",
|
|
71
|
+
"react-share": "^4.0.1",
|
|
72
|
+
"react-social-icons": "^4.1.0",
|
|
73
|
+
"react-visibility-sensor": "^5.1.1",
|
|
74
|
+
"react-youtube": "^7.9.0",
|
|
75
|
+
"rimraf": "^3.0.2",
|
|
76
|
+
"rollup": "^2.7.3",
|
|
77
|
+
"rollup-plugin-babel": "^3.0.7",
|
|
78
|
+
"rollup-plugin-commonjs": "^9.1.3",
|
|
79
|
+
"rollup-plugin-node-builtins": "^2.1.2",
|
|
80
|
+
"rollup-plugin-node-resolve": "^3.3.0",
|
|
81
|
+
"rollup-plugin-peer-deps-external": "^2.2.0",
|
|
82
|
+
"rollup-plugin-postcss": "^1.6.2",
|
|
83
|
+
"rollup-plugin-url": "^1.4.0"
|
|
84
|
+
},
|
|
85
|
+
"files": [
|
|
86
|
+
"dist"
|
|
87
|
+
],
|
|
88
|
+
"dependencies": {
|
|
89
|
+
"downloadjs": "^1.4.7",
|
|
90
|
+
"js-cookie": "^2.2.1",
|
|
91
|
+
"striptags": "^3.1.1"
|
|
92
|
+
}
|
|
93
|
+
}
|