-
-
Notifications
You must be signed in to change notification settings - Fork 257
/
package.json
68 lines (68 loc) · 2.19 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
{
"name": "pymdown-extensions",
"version": "8.1.2",
"description": "Extensions for Python Markdown",
"repository": "https://github.com/facelessuser/pymdown-extensions.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",
"clean_all": "node_modules/.bin/gulp clean",
"serve": "node_modules/.bin/gulp serve",
"lint": "node_modules/.bin/gulp lint"
},
"engines": {
"node": ">= 10",
"yarn": "YARN NO LONGER USED - use npm instead."
},
"devDependencies": {
"@babel/cli": "^7.25.7",
"@babel/core": "^7.25.8",
"@babel/eslint-parser": "^7.25.8",
"@babel/plugin-external-helpers": "^7.25.7",
"@babel/preset-env": "^7.25.8",
"@babel/register": "^7.25.7",
"@fortawesome/fontawesome-free": "^6.6.0",
"@mdi/svg": "^7.4.47",
"@primer/octicons": "^19.12.0",
"@rollup/plugin-babel": "^6.0.4",
"@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.12.0",
"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": "^5.1.0",
"gulp-sourcemaps": "^3.0.0",
"gulp-stylelint": "^13.0.0",
"gulp-touch-fd": "github:funkedigital/gulp-touch-fd",
"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.24.0",
"rollup-plugin-output-manifest": "^2.0.0",
"sass": "^1.80.1",
"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.8.0",
"terser": "^5.36.0",
"vinyl-paths": "^5.0.0",
"yargs": "^17.7.2"
}
}