-
-
Notifications
You must be signed in to change notification settings - Fork 23
Expand file tree
/
Copy pathpackage.json
More file actions
69 lines (69 loc) · 2.28 KB
/
package.json
File metadata and controls
69 lines (69 loc) · 2.28 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
{
"name": "coloraide",
"version": "0.1.0",
"description": "Coloraide documentation assest builder",
"repository": "https://github.com/facelessuser/coloraide.git",
"author": "Isaac Muse <isaacmuse@gmail.com>",
"license": "MIT",
"type": "module",
"scripts": {
"build": "node_modules/.bin/gulp -f gulpfile.babel.mjs build --compress --lint --revision --sourcemaps",
"compile": "node_modules/.bin/gulp -f gulpfile.babel.mjs build --compress --revision --sourcemaps",
"clean_all": "node_modules/.bin/gulp -f gulpfile.babel.mjs clean",
"serve": "node_modules/.bin/gulp -f gulpfile.babel.mjs serve",
"lint": "node_modules/.bin/gulp -f gulpfile.babel.mjs lint"
},
"engines": {
"node": ">= 10"
},
"devDependencies": {
"@babel/cli": "^7.28.6",
"@babel/core": "^7.29.0",
"@babel/eslint-parser": "^7.28.6",
"@babel/plugin-external-helpers": "^7.27.1",
"@babel/preset-env": "^7.29.2",
"@babel/register": "^7.28.6",
"@fortawesome/fontawesome-free": "^7.2.0",
"@mdi/svg": "^7.4.47",
"@primer/octicons": "^19.23.1",
"@rollup/plugin-babel": "^7.0.0",
"@rollup/plugin-replace": "^6.0.3",
"@rollup/plugin-terser": "^1.0.0",
"autoprefixer": "^10.4.27",
"babel-core": "^7.0.0-bridge.0",
"del": "^8.0.1",
"eslint": "^10.1.0",
"fast-glob": "^3.3.3",
"gulp": "^5.0.1",
"gulp-concat": "^2.6.1",
"gulp-eslint": "^6.0.0",
"gulp-if": "^3.0.0",
"gulp-postcss": "^10.0.0",
"gulp-replace": "^1.1.4",
"gulp-rev": "^12.0.0",
"gulp-rev-replace": "^0.4.4",
"gulp-sass": "^6.0.1",
"gulp-sourcemaps": "^3.0.0",
"gulp-stylelint-esm": "^3.0.0",
"material-design-color": "^2.3.2",
"material-shadows": "^3.0.1",
"postcss": "^8.5.8",
"postcss-inline-svg": "^6.0.0",
"postcss-pseudo-classes": "^0.4.0",
"postcss-scss": "^4.0.9",
"postcss-sort-media-queries": "^6.3.3",
"postcss-svgo": "^7.1.1",
"promise": "^8.3.0",
"rollup": "^4.60.1",
"rollup-plugin-output-manifest": "^2.0.0",
"sass": "^1.98.0",
"stylelint": "^17.6.0",
"stylelint-config-rational-order": "^0.1.2",
"stylelint-config-standard": "^40.0.0",
"stylelint-order": "^8.1.1",
"stylelint-scss": "^7.0.0",
"terser": "^5.46.1",
"vinyl-paths": "^5.0.0",
"yargs": "^18.0.0"
}
}