forked from facelessuser/pymdown-extensions
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
69 lines (69 loc) · 2.22 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
{
"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.19.3",
"@babel/core": "^7.19.6",
"@babel/eslint-parser": "^7.19.1",
"@babel/plugin-external-helpers": "^7.18.6",
"@babel/preset-env": "^7.19.4",
"@babel/register": "^7.18.9",
"@fortawesome/fontawesome-free": "^6.2.0",
"@mdi/svg": "^7.0.96",
"@primer/octicons": "^17.8.0",
"@rollup/plugin-babel": "^6.0.2",
"@rollup/plugin-terser": "^0.1.0",
"autoprefixer": "^10.4.13",
"babel-core": "^7.0.0-bridge.0",
"clean-css": "^5.3.1",
"css-mqpacker": "^7.0.0",
"del": "^7.0.0",
"eslint": "^8.26.0",
"gulp": "^4.0.2",
"gulp-clean-css": "^4.3.0",
"gulp-concat": "^2.6.1",
"gulp-eslint": "^6.0.0",
"gulp-if": "^3.0.0",
"gulp-postcss": "^9.0.1",
"gulp-replace": "^1.1.3",
"gulp-rev": "^9.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",
"material-design-color": "^2.3.2",
"material-shadows": "^3.0.1",
"postcss-inline-svg": "^5.0.0",
"postcss-pseudo-classes": "^0.2.1",
"postcss-svgo": "^5.1.0",
"promise": "^8.3.0",
"rollup": "^3.2.3",
"rollup-plugin-output-manifest": "^2.0.0",
"sass": "^1.55.0",
"stylelint": "^14.14.0",
"stylelint-config-rational-order": "^0.1.2",
"stylelint-config-standard": "^29.0.0",
"stylelint-order": "^5.0.0",
"stylelint-scss": "^4.3.0",
"terser": "^5.15.1",
"vinyl-paths": "^5.0.0",
"yargs": "^17.6.0"
}
}