@mjhls/mjh-framework 1.0.147 → 1.0.150

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,90 +1,91 @@
1
- {
2
- "name": "@mjhls/mjh-framework",
3
- "version": "1.0.147",
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/index.js",
12
- "module": "dist/index.es.js",
13
- "jsnext:main": "dist/index.es.js",
14
- "engines": {
15
- "node": ">=8",
16
- "npm": ">=5"
17
- },
18
- "scripts": {
19
- "test": "cross-env CI=1 react-scripts test --env=jsdom",
20
- "test:watch": "react-scripts test --env=jsdom",
21
- "build": "rollup -c",
22
- "start": "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.1.5",
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
- "rollup": "^0.64.1",
76
- "rollup-plugin-babel": "^3.0.7",
77
- "rollup-plugin-commonjs": "^9.1.3",
78
- "rollup-plugin-node-builtins": "^2.1.2",
79
- "rollup-plugin-node-resolve": "^3.3.0",
80
- "rollup-plugin-peer-deps-external": "^2.2.0",
81
- "rollup-plugin-postcss": "^1.6.2",
82
- "rollup-plugin-url": "^1.4.0"
83
- },
84
- "files": [
85
- "dist"
86
- ],
87
- "dependencies": {
88
- "js-cookie": "^2.2.1"
89
- }
90
- }
1
+ {
2
+ "name": "@mjhls/mjh-framework",
3
+ "version": "1.0.150",
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/index.js",
12
+ "module": "dist/index.es.js",
13
+ "jsnext:main": "dist/index.es.js",
14
+ "engines": {
15
+ "node": ">=8",
16
+ "npm": ">=5"
17
+ },
18
+ "scripts": {
19
+ "test": "cross-env CI=1 react-scripts test --env=jsdom",
20
+ "test:watch": "react-scripts test --env=jsdom",
21
+ "build": "rollup -c",
22
+ "start": "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.1.5",
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
+ "rollup": "^0.64.1",
76
+ "rollup-plugin-babel": "^3.0.7",
77
+ "rollup-plugin-commonjs": "^9.1.3",
78
+ "rollup-plugin-node-builtins": "^2.1.2",
79
+ "rollup-plugin-node-resolve": "^3.3.0",
80
+ "rollup-plugin-peer-deps-external": "^2.2.0",
81
+ "rollup-plugin-postcss": "^1.6.2",
82
+ "rollup-plugin-url": "^1.4.0"
83
+ },
84
+ "files": [
85
+ "dist"
86
+ ],
87
+ "dependencies": {
88
+ "downloadjs": "^1.4.7",
89
+ "js-cookie": "^2.2.1"
90
+ }
91
+ }