@universal-material/web 3.6.21 → 3.6.22
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 +2 -2
- package/dist/package.json +0 -127
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@universal-material/web",
|
|
3
|
-
"version": "3.6.
|
|
3
|
+
"version": "3.6.22",
|
|
4
4
|
"description": "Material web components",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"keywords": [
|
|
@@ -51,7 +51,7 @@
|
|
|
51
51
|
"analyze:watch": "cem analyze --litelement --globs \"src/**/*.ts\" --watch",
|
|
52
52
|
"checksize": "rollup -c ; cat my-element.bundled.js | gzip -9 | wc -c ; rm my-element.bundled.js",
|
|
53
53
|
"prettier": "prettier . --write",
|
|
54
|
-
"publish": "npm run lint:eslint &&
|
|
54
|
+
"publish": "npm run lint:eslint && npm publish",
|
|
55
55
|
"postinstall": "node -e \"const fs=require('fs');fs.existsSync('./change-compiler-to-add-custom-elements.js')&&require('./change-compiler-to-add-custom-elements.js')\""
|
|
56
56
|
},
|
|
57
57
|
"author": "https://github.com/universal-material/universal-material/graphs/contributors",
|
package/dist/package.json
DELETED
|
@@ -1,127 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"name": "@universal-material/web",
|
|
3
|
-
"version": "3.6.20",
|
|
4
|
-
"description": "Material web components",
|
|
5
|
-
"type": "module",
|
|
6
|
-
"keywords": [
|
|
7
|
-
"material",
|
|
8
|
-
"material design",
|
|
9
|
-
"design system",
|
|
10
|
-
"components",
|
|
11
|
-
"web-components",
|
|
12
|
-
"lit-element",
|
|
13
|
-
"typescript",
|
|
14
|
-
"lit"
|
|
15
|
-
],
|
|
16
|
-
"module": "./index.js",
|
|
17
|
-
"typings": "./index.d.ts",
|
|
18
|
-
"scripts": {
|
|
19
|
-
"build": "run-s clean script:sass-to-ts script:build sass analyze copy && node remove-scripts-from-package.js",
|
|
20
|
-
"build:watch": "gulp -f gulpfile.js scripts:watch",
|
|
21
|
-
"script:build": "tsc",
|
|
22
|
-
"script:sass-to-ts": "gulp -f gulpfile.js scripts:sass-to-ts",
|
|
23
|
-
"script:sass-to-ts:watch": "gulp -f gulpfile.js scripts:sass-to-ts:watch",
|
|
24
|
-
"sass": "gulp -f gulpfile.js sass",
|
|
25
|
-
"sass:watch": "gulp -f gulpfile.js sass:watch",
|
|
26
|
-
"clean": "rimraf ./dist/ rimraf ./src/**/*.d.ts rimraf ./src/**/*.styles.ts",
|
|
27
|
-
"copy": "copyfiles package.json README.md custom-elements.json vscode.html-custom-data.json dist/ && copyfiles -u 1 src/scss/**/*.scss dist/",
|
|
28
|
-
"lint": "npm run lint:lit-analyzer && npm run lint:eslint && npm run lint:prettier",
|
|
29
|
-
"lint:eslint": "eslint src/**/*.ts",
|
|
30
|
-
"lint:eslint:fix": "eslint src/**/*.ts --fix",
|
|
31
|
-
"lint:lit-analyzer": "lit-analyzer",
|
|
32
|
-
"lint:prettier": "prettier . --check",
|
|
33
|
-
"predocs": "run-p analyze docs:apis script:sass-to-ts",
|
|
34
|
-
"docs": "run-p build:watch docs:serve",
|
|
35
|
-
"docs:apis": "gulp -f gulpfile.js docs:apis",
|
|
36
|
-
"docs:apis:watch": "gulp -f gulpfile.js docs:apis:watch",
|
|
37
|
-
"docs:serve": "cd docs && ng serve",
|
|
38
|
-
"docs:build": "npm run predocs && cd docs && ng build",
|
|
39
|
-
"docs:watch": "npm run predocs && cd docs && ng build --watch --configuration development",
|
|
40
|
-
"analyze": "cem analyze --litelement --globs \"src/**/*.ts\" && node fix-html-custom-data-union-types.js",
|
|
41
|
-
"analyze:watch": "cem analyze --litelement --globs \"src/**/*.ts\" --watch",
|
|
42
|
-
"checksize": "rollup -c ; cat my-element.bundled.js | gzip -9 | wc -c ; rm my-element.bundled.js",
|
|
43
|
-
"prettier": "prettier . --write"
|
|
44
|
-
},
|
|
45
|
-
"author": "https://github.com/universal-material/universal-material/graphs/contributors",
|
|
46
|
-
"repository": {
|
|
47
|
-
"type": "git",
|
|
48
|
-
"url": "git+https://github.com/universal-material/universal-material-web.git"
|
|
49
|
-
},
|
|
50
|
-
"license": "MIT",
|
|
51
|
-
"homepage": "https://universal-material.github.io",
|
|
52
|
-
"dependencies": {
|
|
53
|
-
"@bart-krakowski/get-week-info-polyfill": "^1.0.8",
|
|
54
|
-
"@lit-labs/virtualizer": "^2.1.1",
|
|
55
|
-
"@lit/context": "^1.1.5",
|
|
56
|
-
"@material/material-color-utilities": "^0.3.0",
|
|
57
|
-
"dompurify": "^3.2.6",
|
|
58
|
-
"lit": "^3.2.1",
|
|
59
|
-
"swiper": "^11.2.4"
|
|
60
|
-
},
|
|
61
|
-
"devDependencies": {
|
|
62
|
-
"@angular/build": "^20.0.4",
|
|
63
|
-
"@angular/cli": "^20.0.4",
|
|
64
|
-
"@angular/common": "^20.0.0",
|
|
65
|
-
"@angular/compiler": "^20.0.0",
|
|
66
|
-
"@angular/compiler-cli": "^20.0.0",
|
|
67
|
-
"@angular/core": "^20.0.0",
|
|
68
|
-
"@angular/elements": "^20.0.0",
|
|
69
|
-
"@angular/forms": "^20.0.0",
|
|
70
|
-
"@angular/platform-browser": "^20.0.0",
|
|
71
|
-
"@angular/router": "^20.0.0",
|
|
72
|
-
"@custom-elements-manifest/analyzer": "^0.10.4",
|
|
73
|
-
"@eslint/compat": "^1.2.7",
|
|
74
|
-
"@eslint/eslintrc": "^3.3.0",
|
|
75
|
-
"@eslint/js": "^9.21.0",
|
|
76
|
-
"@interactjs/types": "^1.10.27",
|
|
77
|
-
"@open-wc/testing": "^3.1.5",
|
|
78
|
-
"@rollup/plugin-node-resolve": "^15.2.3",
|
|
79
|
-
"@rollup/plugin-replace": "^5.0.5",
|
|
80
|
-
"@stylistic/eslint-plugin": "^3.1.0",
|
|
81
|
-
"@types/mocha": "^10.0.6",
|
|
82
|
-
"@typescript-eslint/eslint-plugin": "8.35.0",
|
|
83
|
-
"@typescript-eslint/parser": "8.35.0",
|
|
84
|
-
"@wc-toolkit/type-parser": "^1.1.0",
|
|
85
|
-
"@webcomponents/webcomponentsjs": "^2.8.0",
|
|
86
|
-
"angular-eslint": "^20.0.0",
|
|
87
|
-
"copyfiles": "^2.4.1",
|
|
88
|
-
"custom-element-vs-code-integration": "^1.5.0",
|
|
89
|
-
"eslint": "^9.21.0",
|
|
90
|
-
"eslint-plugin-import": "^2.31.0",
|
|
91
|
-
"eslint-plugin-import-helpers": "^2.0.1",
|
|
92
|
-
"eslint-plugin-jsdoc": "^50.6.3",
|
|
93
|
-
"eslint-plugin-prefer-arrow": "^1.2.3",
|
|
94
|
-
"eslint-plugin-unused-imports": "^4.1.4",
|
|
95
|
-
"gulp": "^4.0.2",
|
|
96
|
-
"gulp-changed": "^5.0.2",
|
|
97
|
-
"gulp-newer": "^1.4.0",
|
|
98
|
-
"gulp-notify": "^4.0.0",
|
|
99
|
-
"gulp-rename": "^2.1.0",
|
|
100
|
-
"gulp-sass": "^6.0.1",
|
|
101
|
-
"gulp-sourcemaps": "^3.0.0",
|
|
102
|
-
"gulp-typescript": "^5.0.1",
|
|
103
|
-
"highlight.js": "^11.11.1",
|
|
104
|
-
"html-entities": "^2.5.2",
|
|
105
|
-
"lit-analyzer": "^1.2.1",
|
|
106
|
-
"ngx-highlightjs": "^14.0.0",
|
|
107
|
-
"ngx-markdown": "^20.0.0",
|
|
108
|
-
"npm-run-all": "^4.1.5",
|
|
109
|
-
"prettier": "^3.6.2",
|
|
110
|
-
"prettier-plugin-organize-attributes": "^1.0.0",
|
|
111
|
-
"raw-loader": "^4.0.2",
|
|
112
|
-
"rimraf": "^3.0.2",
|
|
113
|
-
"rollup": "^2.73.0",
|
|
114
|
-
"rollup-plugin-summary": "^2.0.0",
|
|
115
|
-
"rollup-plugin-terser": "^7.0.2",
|
|
116
|
-
"rollup-plugin-typescript2": "^0.36.0",
|
|
117
|
-
"rxjs": "~7.8.0",
|
|
118
|
-
"sass": "^1.89.2",
|
|
119
|
-
"through2": "^4.0.2",
|
|
120
|
-
"ts-morph": "^22.0.0",
|
|
121
|
-
"tslib": "^2.6.2",
|
|
122
|
-
"typescript": "~5.8.2",
|
|
123
|
-
"typescript-eslint": "8.35.0",
|
|
124
|
-
"zone.js": "~0.15.0"
|
|
125
|
-
},
|
|
126
|
-
"customElements": "custom-elements.json"
|
|
127
|
-
}
|