@aws/mynah-ui 4.15.2 → 4.15.3
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,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws/mynah-ui",
|
|
3
3
|
"displayName": "AWS Mynah UI",
|
|
4
|
-
"version": "4.15.
|
|
4
|
+
"version": "4.15.3",
|
|
5
5
|
"description": "AWS Toolkit VSCode and Intellij IDE Extension Mynah UI",
|
|
6
6
|
"publisher": "Amazon Web Services",
|
|
7
7
|
"license": "Apache License 2.0",
|
|
@@ -16,6 +16,10 @@
|
|
|
16
16
|
"build": "rm -rf dist && webpack --config webpack.config.js --mode production",
|
|
17
17
|
"packdemo": "cd ./example && npm run pack",
|
|
18
18
|
"watch": "webpack --config webpack.config.js --mode development --watch",
|
|
19
|
+
"watch:example": "cd ./example && npm run watch",
|
|
20
|
+
"watch:web": "run-p watch watch:example serve:example",
|
|
21
|
+
"serve:example": "live-server --port=9000 example/dist",
|
|
22
|
+
"dev": "npm run clean && npm install && npm run build && npm run serve:example",
|
|
19
23
|
"lint-fix": "npx eslint \"./**\" --fix",
|
|
20
24
|
"lint": "npx eslint \"./**\"",
|
|
21
25
|
"test": "jest",
|
|
@@ -24,11 +28,11 @@
|
|
|
24
28
|
"postinstall": "node postinstall.js"
|
|
25
29
|
},
|
|
26
30
|
"dependencies": {
|
|
31
|
+
"escape-html": "^1.0.3",
|
|
27
32
|
"just-clone": "^6.2.0",
|
|
28
33
|
"marked": "^12.0.2",
|
|
29
34
|
"prismjs": "1.29.0",
|
|
30
35
|
"sanitize-html": "^2.12.1",
|
|
31
|
-
"escape-html": "^1.0.3",
|
|
32
36
|
"unescape-html": "^1.1.0"
|
|
33
37
|
},
|
|
34
38
|
"peerDependencies": {
|
|
@@ -67,6 +71,8 @@
|
|
|
67
71
|
"jest": "^29.7.0",
|
|
68
72
|
"jest-environment-jsdom": "^29.7.0",
|
|
69
73
|
"jest-svg-transformer": "^1.0.0",
|
|
74
|
+
"live-server": "^1.2.2",
|
|
75
|
+
"npm-run-all": "^4.1.5",
|
|
70
76
|
"prettier": "^3.0.3",
|
|
71
77
|
"sass": "1.49.8",
|
|
72
78
|
"sass-loader": "12.6.0",
|