This repository was archived by the owner on Jan 30, 2026. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
72 lines (72 loc) · 1.77 KB
/
package.json
File metadata and controls
72 lines (72 loc) · 1.77 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
{
"name": "gmx.css",
"version": "0.0.36",
"description": "A micro Material Design 3 based CSS-only framework.",
"main": "dist/gmx.min.css",
"scripts": {
"build": "gulp build",
"dev": "gulp watch"
},
"files": [
"dist/*.css",
"dist/*.js",
"LICENSE.md"
],
"repository": {
"type": "git",
"url": "git+https://github.com/w3teal/gmx.css.git"
},
"keywords": [
"css",
"material",
"material-design",
"material-you",
"material-3"
],
"author": "w3teal",
"license": "MIT OR Apache-2.0-only",
"bugs": {
"url": "https://github.com/w3teal/gmx.css/issues"
},
"homepage": "https://github.com/w3teal/gmx.css#readme",
"devDependencies": {
"@babel/core": "^7.28.0",
"@babel/preset-env": "^7.28.0",
"@changesets/cli": "^2.7.2",
"autoprefixer": "^10.4.21",
"babel-loader": "^10.0.0",
"browser-sync": "^3.0.4",
"chalk": "^2.4.2",
"cssnano": "^7.0.7",
"gulp": "^5.0.1",
"gulp-babel": "^8.0.0",
"gulp-bytediff": "^1.0.0",
"gulp-debug": "^4.0.0",
"gulp-filter": "^5.1.0",
"gulp-flatten": "^0.4.0",
"gulp-postcss": "^10.0.0",
"gulp-posthtml": "^3.0.4",
"gulp-rename": "^1.4.0",
"gulp-sizereport": "^1.2.1",
"gulp-sourcemaps": "^2.6.5",
"gulp-terser": "^1.2.0",
"htmlnano": "^2.1.2",
"husky": "^4.2.5",
"merge-stream": "^2.0.0",
"pa11y": "^5.3.0",
"postcss-color-mod-function": "^4.1.1",
"postcss-import": "^16.1.1",
"postcss-inline-svg": "^6.0.0",
"posthtml-include": "^2.0.1",
"puppeteer": "^3.2.0",
"svgo": "^3.3.2",
"vinyl-named": "^1.1.0",
"webpack": "^5.100.0",
"webpack-cli": "^6.0.1",
"webpack-stream": "^7.0.0"
},
"dependencies": {
"iconify-icon": "^3.0.0",
"material-dynamic-colors": "^1.1.2"
}
}