@myunisoft/design-system 0.9.0 → 0.9.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.
- package/CHANGELOG.md +23 -16
- package/dist/index.js +3 -2
- package/dist/index.js.map +1 -1
- package/package.json +69 -69
package/package.json
CHANGED
|
@@ -1,69 +1,69 @@
|
|
|
1
|
-
{
|
|
2
|
-
"name": "@myunisoft/design-system",
|
|
3
|
-
"version": "0.9.
|
|
4
|
-
"description": "Design System of MyUnisoft",
|
|
5
|
-
"main": "dist/index.js",
|
|
6
|
-
"source": "src/index.js",
|
|
7
|
-
"scripts": {
|
|
8
|
-
"start": "cd website && npm start",
|
|
9
|
-
"build": "rm -r dist && parcel build",
|
|
10
|
-
"prepublishOnly": "npm run build",
|
|
11
|
-
"test": "jest",
|
|
12
|
-
"parcel-build": "parcel build"
|
|
13
|
-
},
|
|
14
|
-
"repository": {
|
|
15
|
-
"type": "git",
|
|
16
|
-
"url": "git+ssh://git@bitbucket.org/myunibucket/design-system.git"
|
|
17
|
-
},
|
|
18
|
-
"keywords": [],
|
|
19
|
-
"files": [
|
|
20
|
-
"dist"
|
|
21
|
-
],
|
|
22
|
-
"publishConfig": {
|
|
23
|
-
"@myunisoft:registry": "https://registry.npmjs.org/"
|
|
24
|
-
},
|
|
25
|
-
"author": "MyUnisoft",
|
|
26
|
-
"license": "MIT",
|
|
27
|
-
"homepage": "https://myunisoft.github.io/design-system/",
|
|
28
|
-
"dependencies": {
|
|
29
|
-
"@babel/runtime": "^7.15.4",
|
|
30
|
-
"@material-ui/core": "^4.12.2",
|
|
31
|
-
"@material-ui/icons": "^4.11.2",
|
|
32
|
-
"@material-ui/lab": "^4.0.0-alpha.60",
|
|
33
|
-
"classnames": "^2.3.1",
|
|
34
|
-
"dompurify": "^2.3.0",
|
|
35
|
-
"draft-js": "^0.11.7",
|
|
36
|
-
"draftjs-to-html": "^0.9.1",
|
|
37
|
-
"exceljs": "^4.3.0",
|
|
38
|
-
"html-to-draftjs": "^1.5.0",
|
|
39
|
-
"i18next": "^20.4.0",
|
|
40
|
-
"lodash": "^4.17.21",
|
|
41
|
-
"moment": "^2.29.1",
|
|
42
|
-
"numeral": "^2.0.6",
|
|
43
|
-
"pretty-bytes": "^5.6.0",
|
|
44
|
-
"prop-types": "^15.7.2",
|
|
45
|
-
"react": "^17.0.2",
|
|
46
|
-
"react-color": "^2.19.3",
|
|
47
|
-
"react-dom": "^17.0.2",
|
|
48
|
-
"react-draft-wysiwyg": "^1.14.7",
|
|
49
|
-
"react-input-autosize": "^3.0.0",
|
|
50
|
-
"react-spinners": "^0.11.0",
|
|
51
|
-
"react-virtualized": "^9.22.3",
|
|
52
|
-
"robot3": "^0.2.19",
|
|
53
|
-
"xlsx": "^0.17.3"
|
|
54
|
-
},
|
|
55
|
-
"devDependencies": {
|
|
56
|
-
"@babel/plugin-transform-runtime": "^7.15.8",
|
|
57
|
-
"@babel/preset-env": "^7.15.6",
|
|
58
|
-
"@babel/preset-react": "^7.14.5",
|
|
59
|
-
"@testing-library/react": "^12.1.0",
|
|
60
|
-
"@testing-library/react-hooks": "^7.0.2",
|
|
61
|
-
"babel-jest": "^27.1.1",
|
|
62
|
-
"esbuild": "^0.12.23",
|
|
63
|
-
"esbuild-sass-plugin": "^1.5.2",
|
|
64
|
-
"jest": "^27.2.0",
|
|
65
|
-
"parcel": "^2.0.0-rc.0",
|
|
66
|
-
"react-test-renderer": "^17.0.2"
|
|
67
|
-
},
|
|
68
|
-
"peerDependencies": {}
|
|
69
|
-
}
|
|
1
|
+
{
|
|
2
|
+
"name": "@myunisoft/design-system",
|
|
3
|
+
"version": "0.9.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",
|
|
9
|
+
"build": "rm -r dist && parcel build",
|
|
10
|
+
"prepublishOnly": "npm run build",
|
|
11
|
+
"test": "jest",
|
|
12
|
+
"parcel-build": "parcel build"
|
|
13
|
+
},
|
|
14
|
+
"repository": {
|
|
15
|
+
"type": "git",
|
|
16
|
+
"url": "git+ssh://git@bitbucket.org/myunibucket/design-system.git"
|
|
17
|
+
},
|
|
18
|
+
"keywords": [],
|
|
19
|
+
"files": [
|
|
20
|
+
"dist"
|
|
21
|
+
],
|
|
22
|
+
"publishConfig": {
|
|
23
|
+
"@myunisoft:registry": "https://registry.npmjs.org/"
|
|
24
|
+
},
|
|
25
|
+
"author": "MyUnisoft",
|
|
26
|
+
"license": "MIT",
|
|
27
|
+
"homepage": "https://myunisoft.github.io/design-system/",
|
|
28
|
+
"dependencies": {
|
|
29
|
+
"@babel/runtime": "^7.15.4",
|
|
30
|
+
"@material-ui/core": "^4.12.2",
|
|
31
|
+
"@material-ui/icons": "^4.11.2",
|
|
32
|
+
"@material-ui/lab": "^4.0.0-alpha.60",
|
|
33
|
+
"classnames": "^2.3.1",
|
|
34
|
+
"dompurify": "^2.3.0",
|
|
35
|
+
"draft-js": "^0.11.7",
|
|
36
|
+
"draftjs-to-html": "^0.9.1",
|
|
37
|
+
"exceljs": "^4.3.0",
|
|
38
|
+
"html-to-draftjs": "^1.5.0",
|
|
39
|
+
"i18next": "^20.4.0",
|
|
40
|
+
"lodash": "^4.17.21",
|
|
41
|
+
"moment": "^2.29.1",
|
|
42
|
+
"numeral": "^2.0.6",
|
|
43
|
+
"pretty-bytes": "^5.6.0",
|
|
44
|
+
"prop-types": "^15.7.2",
|
|
45
|
+
"react": "^17.0.2",
|
|
46
|
+
"react-color": "^2.19.3",
|
|
47
|
+
"react-dom": "^17.0.2",
|
|
48
|
+
"react-draft-wysiwyg": "^1.14.7",
|
|
49
|
+
"react-input-autosize": "^3.0.0",
|
|
50
|
+
"react-spinners": "^0.11.0",
|
|
51
|
+
"react-virtualized": "^9.22.3",
|
|
52
|
+
"robot3": "^0.2.19",
|
|
53
|
+
"xlsx": "^0.17.3"
|
|
54
|
+
},
|
|
55
|
+
"devDependencies": {
|
|
56
|
+
"@babel/plugin-transform-runtime": "^7.15.8",
|
|
57
|
+
"@babel/preset-env": "^7.15.6",
|
|
58
|
+
"@babel/preset-react": "^7.14.5",
|
|
59
|
+
"@testing-library/react": "^12.1.0",
|
|
60
|
+
"@testing-library/react-hooks": "^7.0.2",
|
|
61
|
+
"babel-jest": "^27.1.1",
|
|
62
|
+
"esbuild": "^0.12.23",
|
|
63
|
+
"esbuild-sass-plugin": "^1.5.2",
|
|
64
|
+
"jest": "^27.2.0",
|
|
65
|
+
"parcel": "^2.0.0-rc.0",
|
|
66
|
+
"react-test-renderer": "^17.0.2"
|
|
67
|
+
},
|
|
68
|
+
"peerDependencies": {}
|
|
69
|
+
}
|