-
-
Notifications
You must be signed in to change notification settings - Fork 13
/
package.json
72 lines (72 loc) · 2.32 KB
/
package.json
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": "coloraide",
"version": "0.1.0",
"description": "Coloraide documentation assest builder",
"repository": "https://github.com/facelessuser/coloraide.git",
"author": "Isaac Muse <[email protected]>",
"license": "MIT",
"type": "module",
"scripts": {
"build": "node_modules/.bin/gulp build --compress --lint --buildmkdocs --revision --sourcemaps",
"compile": "node_modules/.bin/gulp build --compress --buildmkdocs --revision --sourcemaps",
"clean_all": "node_modules/.bin/gulp clean",
"serve": "node_modules/.bin/gulp serve",
"lint": "node_modules/.bin/gulp lint"
},
"engines": {
"node": ">= 10"
},
"devDependencies": {
"@babel/cli": "^7.25.9",
"@babel/core": "^7.26.0",
"@babel/eslint-parser": "^7.25.9",
"@babel/plugin-external-helpers": "^7.25.9",
"@babel/preset-env": "^7.26.0",
"@babel/register": "^7.25.9",
"@fortawesome/fontawesome-free": "^6.7.1",
"@mdi/svg": "^7.4.47",
"@primer/octicons": "^19.13.0",
"@rollup/plugin-babel": "^6.0.4",
"@rollup/plugin-replace": "^6.0.1",
"@rollup/plugin-terser": "^0.4.4",
"autoprefixer": "^10.4.20",
"babel-core": "^7.0.0-bridge.0",
"clean-css": "^5.3.3",
"css-mqpacker": "^7.0.0",
"del": "^8.0.0",
"eslint": "^9.16.0",
"fast-glob": "^3.3.2",
"gulp": "^5.0.0",
"gulp-clean-css": "^4.3.0",
"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": "^11.0.0",
"gulp-rev-replace": "^0.4.4",
"gulp-sass": "^6.0.0",
"gulp-sourcemaps": "^3.0.0",
"gulp-stylelint": "^13.0.0",
"gulp-touch-fd": "github:funkedigital/gulp-touch-fd",
"material-design-color": "^2.3.2",
"material-shadows": "^3.0.1",
"postcss-inline-svg": "^6.0.0",
"postcss-pseudo-classes": "^0.4.0",
"postcss-scss": "^4.0.9",
"postcss-svgo": "^7.0.1",
"promise": "^8.3.0",
"rollup": "^4.28.0",
"rollup-plugin-output-manifest": "^2.0.0",
"rollup-plugin-regenerator": "^0.6.0",
"sass": "^1.82.0",
"stylelint": "^15.11.0",
"stylelint-config-rational-order": "^0.1.2",
"stylelint-config-standard": "^36.0.1",
"stylelint-order": "^6.0.4",
"stylelint-scss": "^6.10.0",
"terser": "^5.36.0",
"vinyl-paths": "^5.0.0",
"yargs": "^17.7.2"
}
}