mario-education 2.4.596-feedback → 2.4.598-feedback

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,110 +1,110 @@
1
- {
2
- "name": "mario-education",
3
- "version": "2.4.596-feedback",
4
- "description": "Contains education components && functions for BRSS Mario project",
5
- "author": "brss",
6
- "license": "MIT",
7
- "repository": "brss/mario-education",
8
- "main": "dist/index.js",
9
- "module": "dist/index.modern.js",
10
- "source": "src/index.tsx",
11
- "engines": {
12
- "node": ">=10"
13
- },
14
- "scripts": {
15
- "build": "microbundle-crl --no-compress --format modern,cjs",
16
- "start": "microbundle-crl watch --no-compress --format modern,cjs",
17
- "prepare": "run-s build",
18
- "test": "run-s test:unit test:lint test:build",
19
- "test:build": "run-s build",
20
- "test:lint": "eslint .",
21
- "test:unit": "cross-env CI=1 react-scripts test --env=jsdom",
22
- "test:watch": "react-scripts test --env=jsdom",
23
- "predeploy": "cd example && npm install && npm run build",
24
- "deploy": "gh-pages -d example/build"
25
- },
26
- "peerDependencies": {
27
- "react": "^16.0.0",
28
- "react-table": "*",
29
- "reactstrap": "*",
30
- "react-dom": "*",
31
- "react-redux": "*",
32
- "react-router-dom": "*"
33
- },
34
- "devDependencies": {
35
- "@rollup/plugin-commonjs": "11.0.2",
36
- "@testing-library/jest-dom": "^4.2.4",
37
- "@testing-library/react": "^9.5.0",
38
- "@testing-library/user-event": "^7.2.1",
39
- "@types/jest": "^25.1.4",
40
- "@types/node": "^12.12.38",
41
- "@types/react": "^16.9.27",
42
- "@types/react-dom": "^16.9.7",
43
- "@types/react-redux": "^7.1.16",
44
- "@types/react-router-dom": "^5.1.7",
45
- "@types/react-table": "^7.0.28",
46
- "@types/reactstrap": "",
47
- "@typescript-eslint/eslint-plugin": "^2.26.0",
48
- "@typescript-eslint/parser": "^2.26.0",
49
- "@types/yup": "^0.29.11",
50
- "babel-eslint": "^10.0.3",
51
- "cross-env": "^7.0.2",
52
- "eslint": "^6.8.0",
53
- "eslint-config-prettier": "^6.7.0",
54
- "eslint-config-standard": "^14.1.0",
55
- "eslint-config-standard-react": "^9.2.0",
56
- "eslint-plugin-import": "^2.18.2",
57
- "eslint-plugin-node": "^11.0.0",
58
- "eslint-plugin-prettier": "^3.1.1",
59
- "eslint-plugin-promise": "^4.2.1",
60
- "eslint-plugin-react": "^7.17.0",
61
- "eslint-plugin-standard": "^4.0.1",
62
- "gh-pages": "^2.2.0",
63
- "microbundle-crl": "^0.13.10",
64
- "npm-run-all": "^4.1.5",
65
- "prettier": "^2.0.4",
66
- "react-scripts": "^3.4.1",
67
- "typescript": "^3.7.5"
68
- },
69
- "files": [
70
- "dist"
71
- ],
72
- "dependencies": {
73
- "@ag-grid-community/client-side-row-model": "^22.1.1",
74
- "@ag-grid-community/react": "^22.0.0",
75
- "@ag-grid-enterprise/core": "^22.1.1",
76
- "@ag-grid-enterprise/master-detail": "^22.1.1",
77
- "@date-io/moment": "^1.3.13",
78
- "@dnd-kit/core": "^6.1.0",
79
- "@dnd-kit/sortable": "^8.0.0",
80
- "@emotion/styled": "^11.6.0",
81
- "@google/generative-ai": "^0.21.0",
82
- "@material-ui/core": "^4.12.3",
83
- "@material-ui/data-grid": "^4.0.0-alpha.37",
84
- "@material-ui/icons": "^4.11.2",
85
- "@material-ui/lab": "^4.0.0-alpha.60",
86
- "@material-ui/pickers": "^3.2.8",
87
- "@nivo/core": "^0.83.0",
88
- "@nivo/pie": "^0.80.0",
89
- "@tinymce/tinymce-react": "3.9.0",
90
- "@types/react-datepicker": "^4.8.0",
91
- "apexcharts": "^3.33.1",
92
- "axios": "^0.21.1",
93
- "date-fns": "^2.19.0",
94
- "formik": "^2.2.6",
95
- "grapesjs": "^0.15.10",
96
- "grapesjs-preset-webpage": "^0.1.11",
97
- "html2canvas": "^1.4.1",
98
- "jspdf": "^2.5.1",
99
- "mario-core": "2.9.424-feedback",
100
- "papaparse": "^5.5.2",
101
- "react-apexcharts": "^1.3.9",
102
- "react-datepicker": "^3.8.0",
103
- "react-icons": "^4.2.0",
104
- "react-markdown": "8.0.7",
105
- "react-simple-star-rating": "^1.0.6",
106
- "reactstrap": "^8.10.1",
107
- "yup": "^0.32.9",
108
- "react-phone-number-input": "^3.4.12"
109
- }
110
- }
1
+ {
2
+ "name": "mario-education",
3
+ "version": "2.4.598-feedback",
4
+ "description": "Contains education components && functions for BRSS Mario project",
5
+ "author": "brss",
6
+ "license": "MIT",
7
+ "repository": "brss/mario-education",
8
+ "main": "dist/index.js",
9
+ "module": "dist/index.modern.js",
10
+ "source": "src/index.tsx",
11
+ "engines": {
12
+ "node": ">=10"
13
+ },
14
+ "scripts": {
15
+ "build": "microbundle-crl --no-compress --format modern,cjs",
16
+ "start": "microbundle-crl watch --no-compress --format modern,cjs",
17
+ "prepare": "run-s build",
18
+ "test": "run-s test:unit test:lint test:build",
19
+ "test:build": "run-s build",
20
+ "test:lint": "eslint .",
21
+ "test:unit": "cross-env CI=1 react-scripts test --env=jsdom",
22
+ "test:watch": "react-scripts test --env=jsdom",
23
+ "predeploy": "cd example && npm install && npm run build",
24
+ "deploy": "gh-pages -d example/build"
25
+ },
26
+ "peerDependencies": {
27
+ "react": "^16.0.0",
28
+ "react-table": "*",
29
+ "reactstrap": "*",
30
+ "react-dom": "*",
31
+ "react-redux": "*",
32
+ "react-router-dom": "*"
33
+ },
34
+ "devDependencies": {
35
+ "@rollup/plugin-commonjs": "11.0.2",
36
+ "@testing-library/jest-dom": "^4.2.4",
37
+ "@testing-library/react": "^9.5.0",
38
+ "@testing-library/user-event": "^7.2.1",
39
+ "@types/jest": "^25.1.4",
40
+ "@types/node": "^12.12.38",
41
+ "@types/react": "^16.9.27",
42
+ "@types/react-dom": "^16.9.7",
43
+ "@types/react-redux": "^7.1.16",
44
+ "@types/react-router-dom": "^5.1.7",
45
+ "@types/react-table": "^7.0.28",
46
+ "@types/reactstrap": "",
47
+ "@typescript-eslint/eslint-plugin": "^2.26.0",
48
+ "@typescript-eslint/parser": "^2.26.0",
49
+ "@types/yup": "^0.29.11",
50
+ "babel-eslint": "^10.0.3",
51
+ "cross-env": "^7.0.2",
52
+ "eslint": "^6.8.0",
53
+ "eslint-config-prettier": "^6.7.0",
54
+ "eslint-config-standard": "^14.1.0",
55
+ "eslint-config-standard-react": "^9.2.0",
56
+ "eslint-plugin-import": "^2.18.2",
57
+ "eslint-plugin-node": "^11.0.0",
58
+ "eslint-plugin-prettier": "^3.1.1",
59
+ "eslint-plugin-promise": "^4.2.1",
60
+ "eslint-plugin-react": "^7.17.0",
61
+ "eslint-plugin-standard": "^4.0.1",
62
+ "gh-pages": "^2.2.0",
63
+ "microbundle-crl": "^0.13.10",
64
+ "npm-run-all": "^4.1.5",
65
+ "prettier": "^2.0.4",
66
+ "react-scripts": "^3.4.1",
67
+ "typescript": "^3.7.5"
68
+ },
69
+ "files": [
70
+ "dist"
71
+ ],
72
+ "dependencies": {
73
+ "@ag-grid-community/client-side-row-model": "^22.1.1",
74
+ "@ag-grid-community/react": "^22.0.0",
75
+ "@ag-grid-enterprise/core": "^22.1.1",
76
+ "@ag-grid-enterprise/master-detail": "^22.1.1",
77
+ "@date-io/moment": "^1.3.13",
78
+ "@dnd-kit/core": "^6.1.0",
79
+ "@dnd-kit/sortable": "^8.0.0",
80
+ "@emotion/styled": "^11.6.0",
81
+ "@google/generative-ai": "^0.21.0",
82
+ "@material-ui/core": "^4.12.3",
83
+ "@material-ui/data-grid": "^4.0.0-alpha.37",
84
+ "@material-ui/icons": "^4.11.2",
85
+ "@material-ui/lab": "^4.0.0-alpha.60",
86
+ "@material-ui/pickers": "^3.2.8",
87
+ "@nivo/core": "^0.83.0",
88
+ "@nivo/pie": "^0.80.0",
89
+ "@tinymce/tinymce-react": "3.9.0",
90
+ "@types/react-datepicker": "^4.8.0",
91
+ "apexcharts": "^3.33.1",
92
+ "axios": "^0.21.1",
93
+ "date-fns": "^2.19.0",
94
+ "formik": "^2.2.6",
95
+ "grapesjs": "^0.15.10",
96
+ "grapesjs-preset-webpage": "^0.1.11",
97
+ "html2canvas": "^1.4.1",
98
+ "jspdf": "^2.5.1",
99
+ "mario-core": "2.9.426-feedback",
100
+ "papaparse": "^5.5.2",
101
+ "react-apexcharts": "^1.3.9",
102
+ "react-datepicker": "^3.8.0",
103
+ "react-icons": "^4.2.0",
104
+ "react-markdown": "8.0.7",
105
+ "react-simple-star-rating": "^1.0.6",
106
+ "reactstrap": "^8.10.1",
107
+ "yup": "^0.32.9",
108
+ "react-phone-number-input": "^3.4.12"
109
+ }
110
+ }