mario-education 3.0.10-admin → 4.0.0
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/dist/index.css +893 -893
- package/dist/index.js +3 -0
- package/dist/index.js.map +1 -1
- package/dist/index.modern.js +3 -0
- package/dist/index.modern.js.map +1 -1
- package/package.json +94 -94
package/package.json
CHANGED
|
@@ -1,94 +1,94 @@
|
|
|
1
|
-
{
|
|
2
|
-
"name": "mario-education",
|
|
3
|
-
"version": "
|
|
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
|
-
"@tinymce/tinymce-react": "^3.9.0",
|
|
79
|
-
"@types/react-datepicker": "^4.8.0",
|
|
80
|
-
"apexcharts": "^3.26.3",
|
|
81
|
-
"axios": "^0.21.1",
|
|
82
|
-
"date-fns": "^2.19.0",
|
|
83
|
-
"formik": "^2.2.6",
|
|
84
|
-
"html2canvas": "^1.4.1",
|
|
85
|
-
"jspdf": "^2.5.1",
|
|
86
|
-
"mario-core": "
|
|
87
|
-
"react-apexcharts": "^1.3.9",
|
|
88
|
-
"react-datepicker": "^3.8.0",
|
|
89
|
-
"react-icons": "^4.2.0",
|
|
90
|
-
"react-simple-star-rating": "^1.0.6",
|
|
91
|
-
"reactstrap": "^8.10.0",
|
|
92
|
-
"yup": "^0.32.9"
|
|
93
|
-
}
|
|
94
|
-
}
|
|
1
|
+
{
|
|
2
|
+
"name": "mario-education",
|
|
3
|
+
"version": "4.0.0",
|
|
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
|
+
"@tinymce/tinymce-react": "^3.9.0",
|
|
79
|
+
"@types/react-datepicker": "^4.8.0",
|
|
80
|
+
"apexcharts": "^3.26.3",
|
|
81
|
+
"axios": "^0.21.1",
|
|
82
|
+
"date-fns": "^2.19.0",
|
|
83
|
+
"formik": "^2.2.6",
|
|
84
|
+
"html2canvas": "^1.4.1",
|
|
85
|
+
"jspdf": "^2.5.1",
|
|
86
|
+
"mario-core": "4.0.0",
|
|
87
|
+
"react-apexcharts": "^1.3.9",
|
|
88
|
+
"react-datepicker": "^3.8.0",
|
|
89
|
+
"react-icons": "^4.2.0",
|
|
90
|
+
"react-simple-star-rating": "^1.0.6",
|
|
91
|
+
"reactstrap": "^8.10.0",
|
|
92
|
+
"yup": "^0.32.9"
|
|
93
|
+
}
|
|
94
|
+
}
|