@myunisoft/design-system 0.49.1-mui7-2 → 0.49.1

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 (2) hide show
  1. package/dist/index.js +2 -2
  2. package/package.json +119 -114
package/package.json CHANGED
@@ -1,114 +1,119 @@
1
- {
2
- "name": "@myunisoft/design-system",
3
- "version": "0.49.1-mui7-2",
4
- "description": "Design System of MyUnisoft",
5
- "main": "dist/index.js",
6
- "source": "src/index.js",
7
- "scripts": {
8
- "start": "cd website && npm start -- --port=3002",
9
- "build": "rm -r dist & node esbuild",
10
- "build-cypress": "rm -r dist & node esbuild-cypress",
11
- "prepublishOnly": "npm run build",
12
- "test": "jest --transformIgnorePatterns \"node_modules/(?!@exceljs)/\" ",
13
- "parcel-build": "node esbuild",
14
- "cypress": "npm run build-cypress && npx cypress open --component --browser chrome",
15
- "cy:run": "npx cypress run --component --browser chrome"
16
- },
17
- "repository": {
18
- "type": "git",
19
- "url": "git+ssh://git@bitbucket.org/myunibucket/design-system.git"
20
- },
21
- "keywords": [],
22
- "files": [
23
- "dist"
24
- ],
25
- "publishConfig": {
26
- "@myunisoft:registry": "https://registry.npmjs.org/"
27
- },
28
- "author": "MyUnisoft",
29
- "license": "MIT",
30
- "homepage": "https://myunisoft.github.io/design-system/",
31
- "dependencies": {
32
- "@babel/eslint-parser": "7.25.1",
33
- "@babel/runtime": "7.20.6",
34
- "@emotion/react": "11.14.0",
35
- "@emotion/styled": "11.14.1",
36
- "@mui/material": "7.1.2",
37
- "@mui/utils": "7.3.1",
38
- "@testing-library/dom": "10.1.0",
39
- "classnames": "2.3.2",
40
- "exceljs": "4.4.0",
41
- "i18next": "22.4.6",
42
- "jspdf": "3.0.1",
43
- "jspdf-autotable": "3.5.28",
44
- "localforage": "1.10.0",
45
- "lodash": "4.17.21",
46
- "moment": "2.30.1",
47
- "numeral": "2.0.6",
48
- "pretty-bytes": "6.0.0",
49
- "prop-types": "15.8.1",
50
- "react": "19.1.1",
51
- "react-color": "2.19.3",
52
- "react-dom": "19.1.1",
53
- "react-draft-wysiwyg": "1.15.0",
54
- "react-draggable": "4.4.6",
55
- "react-dropzone": "14.2.3",
56
- "react-input-autosize": "3.0.0",
57
- "react-spinners": "0.13.8",
58
- "reselect": "4.1.7",
59
- "robot3": "0.3.2",
60
- "sortablejs": "1.15.0",
61
- "svgo": "3.0.2",
62
- "tss-react": "4.9.18"
63
- },
64
- "resolutions": {
65
- "cheerio": "<1.0.0"
66
- },
67
- "devDependencies": {
68
- "@4tw/cypress-drag-drop": "2.3.0",
69
- "@babel/core": "7.20.5",
70
- "@babel/plugin-proposal-class-properties": "7.18.6",
71
- "@babel/plugin-transform-runtime": "7.19.6",
72
- "@babel/preset-env": "7.20.2",
73
- "@babel/preset-react": "7.18.6",
74
- "@babel/preset-typescript": "7.26.0",
75
- "@parcel/transformer-inline-string": "2.8.2",
76
- "@parcel/transformer-sass": "2.8.2",
77
- "@parcel/transformer-svg-react": "2.8.2",
78
- "@testing-library/react": "16.3.0",
79
- "@types/react": "19.1.0",
80
- "@types/react-dom": "19.1.0",
81
- "babel-jest": "29.3.1",
82
- "babel-loader": "9.1.0",
83
- "cheerio": "<1.0.0",
84
- "css-loader": "6.7.3",
85
- "cypress": "14.5.0",
86
- "esbuild": "0.21.5",
87
- "esbuild-sass-plugin": "2.4.4",
88
- "eslint": "8.46.0",
89
- "eslint-config-prettier": "8.3.0",
90
- "eslint-config-react-app": "7.0.1",
91
- "eslint-plugin-cypress": "5.1.0",
92
- "eslint-plugin-import": "2.23.4",
93
- "eslint-plugin-jsx-a11y": "6.4.1",
94
- "eslint-plugin-prettier": "3.4.0",
95
- "html-webpack-plugin": "5.5.0",
96
- "jest": "29.3.1",
97
- "jest-canvas-mock": "2.4.0",
98
- "jest-environment-jsdom": "29.3.1",
99
- "parcel": "2.8.2",
100
- "prettier": "2.8.1",
101
- "react-test-renderer": "18.3.1",
102
- "sass": "1.57.1",
103
- "sass-loader": "13.2.0",
104
- "style-loader": "3.3.1",
105
- "svg-inline-loader": "0.8.2",
106
- "typescript": "5.5.4",
107
- "webpack": "5.75.0"
108
- },
109
- "peerDependencies": {
110
- "@mui/material": "7.1.2",
111
- "react": "19.1.1",
112
- "react-dom": "19.1.1"
113
- }
114
- }
1
+ {
2
+ "name": "@myunisoft/design-system",
3
+ "version": "0.49.1",
4
+ "description": "Design System of MyUnisoft",
5
+ "main": "dist/index.js",
6
+ "source": "src/index.js",
7
+ "scripts": {
8
+ "start": "cd website && npm start -- --port=3002",
9
+ "build": "rm -r dist & node esbuild",
10
+ "build-cypress": "rm -r dist & node esbuild-cypress",
11
+ "prepublishOnly": "npm run build",
12
+ "test": "jest --transformIgnorePatterns \"node_modules/(?!@exceljs)/\" ",
13
+ "parcel-build": "node esbuild",
14
+ "cypress": "npm run build-cypress && npx cypress open --component --browser chrome",
15
+ "cy:run": "npx cypress run --component --browser chrome"
16
+ },
17
+ "repository": {
18
+ "type": "git",
19
+ "url": "git+ssh://git@bitbucket.org/myunibucket/design-system.git"
20
+ },
21
+ "keywords": [],
22
+ "files": [
23
+ "dist"
24
+ ],
25
+ "publishConfig": {
26
+ "@myunisoft:registry": "https://registry.npmjs.org/"
27
+ },
28
+ "author": "MyUnisoft",
29
+ "license": "MIT",
30
+ "homepage": "https://myunisoft.github.io/design-system/",
31
+ "dependencies": {
32
+ "@babel/eslint-parser": "7.25.1",
33
+ "@babel/runtime": "7.20.6",
34
+ "@emotion/react": "11.10.5",
35
+ "@emotion/styled": "11.10.5",
36
+ "@mui/base": "5.0.0-alpha.92",
37
+ "@mui/lab": "5.0.0-alpha.92",
38
+ "@mui/material": "5.17.1",
39
+ "@mui/styles": "5.17.1",
40
+ "@mui/utils": "5.8.6",
41
+ "@testing-library/dom": "10.1.0",
42
+ "classnames": "2.3.2",
43
+ "exceljs": "4.3.0",
44
+ "i18next": "22.4.6",
45
+ "jspdf": "3.0.1",
46
+ "jspdf-autotable": "3.5.28",
47
+ "localforage": "1.10.0",
48
+ "lodash": "4.17.21",
49
+ "moment": "2.30.1",
50
+ "numeral": "2.0.6",
51
+ "pretty-bytes": "6.0.0",
52
+ "prop-types": "15.8.1",
53
+ "react": "19.1.0",
54
+ "react-color": "2.19.3",
55
+ "react-dom": "19.1.0",
56
+ "react-draft-wysiwyg": "1.15.0",
57
+ "react-draggable": "4.4.6",
58
+ "react-dropzone": "14.2.3",
59
+ "react-input-autosize": "3.0.0",
60
+ "react-spinners": "0.13.8",
61
+ "reselect": "4.1.7",
62
+ "robot3": "0.3.2",
63
+ "sortablejs": "1.15.0",
64
+ "svgo": "3.0.2"
65
+ },
66
+ "resolutions": {
67
+ "cheerio": "<1.0.0"
68
+ },
69
+ "devDependencies": {
70
+ "@4tw/cypress-drag-drop": "2.3.0",
71
+ "@babel/core": "7.20.5",
72
+ "@babel/plugin-proposal-class-properties": "7.18.6",
73
+ "@babel/plugin-transform-runtime": "7.19.6",
74
+ "@babel/preset-env": "7.20.2",
75
+ "@babel/preset-react": "7.18.6",
76
+ "@babel/preset-typescript": "7.26.0",
77
+ "@cypress/react": "9.0.1",
78
+ "@cypress/react18": "2.0.1",
79
+ "@parcel/transformer-inline-string": "2.8.2",
80
+ "@parcel/transformer-sass": "2.8.2",
81
+ "@parcel/transformer-svg-react": "2.8.2",
82
+ "@testing-library/react": "16.3.0",
83
+ "@types/react": "19.1.0",
84
+ "@types/react-dom": "19.1.0",
85
+ "babel-jest": "29.3.1",
86
+ "babel-loader": "9.1.0",
87
+ "cheerio": "<1.0.0",
88
+ "css-loader": "6.7.3",
89
+ "cypress": "14.5.0",
90
+ "esbuild": "0.21.5",
91
+ "esbuild-sass-plugin": "2.4.4",
92
+ "eslint": "8.46.0",
93
+ "eslint-config-prettier": "8.3.0",
94
+ "eslint-config-react-app": "7.0.1",
95
+ "eslint-plugin-cypress": "5.1.0",
96
+ "eslint-plugin-import": "2.23.4",
97
+ "eslint-plugin-jsx-a11y": "6.4.1",
98
+ "eslint-plugin-prettier": "3.4.0",
99
+ "html-webpack-plugin": "5.5.0",
100
+ "jest": "29.3.1",
101
+ "jest-canvas-mock": "2.4.0",
102
+ "jest-environment-jsdom": "29.3.1",
103
+ "parcel": "2.8.2",
104
+ "prettier": "2.8.1",
105
+ "react-test-renderer": "18.3.1",
106
+ "sass": "1.57.1",
107
+ "sass-loader": "13.2.0",
108
+ "style-loader": "3.3.1",
109
+ "svg-inline-loader": "0.8.2",
110
+ "typescript": "5.5.4",
111
+ "webpack": "5.75.0"
112
+ },
113
+ "peerDependencies": {
114
+ "@mui/material": "5.17.1",
115
+ "@mui/styles": "5.17.1",
116
+ "react": "19.1.0",
117
+ "react-dom": "19.1.0"
118
+ }
119
+ }