forked from facelessuser/pymdown-extensions
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
60 lines (60 loc) · 1.88 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
{
"name": "pymdown-extensions",
"version": "5.0.0",
"description": "Extensions for Python Markdown",
"repository": "https://github.com/facelessuser/pymdown-extensions.git",
"author": "Isaac Muse <isaacmuse@gmail.com>",
"license": "MIT",
"scripts": {
"build": "node_modules/.bin/gulp build --compress --lint --buildmkdocs --revision",
"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"
},
"dependencies": {},
"engines": {
"node": ">= 10",
"yarn": "YARN NO LONGER USED - use npm instead."
},
"devDependencies": {
"@babel/cli": "^7.7.4",
"@babel/core": "^7.7.4",
"@babel/plugin-external-helpers": "^7.7.4",
"@babel/preset-env": "^7.7.4",
"@babel/register": "^7.7.4",
"autoprefixer": "^9.7.2",
"babel-core": "^7.0.0-bridge.0",
"babel-eslint": "^10.0.3",
"css-mqpacker": "^7.0.0",
"del": "^5.1.0",
"eslint": "^6.6.0",
"gulp": "^4.0.2",
"gulp-concat": "^2.6.1",
"gulp-cssnano": "^2.1.3",
"gulp-eslint": "^6.0.0",
"gulp-if": "^3.0.0",
"gulp-postcss": "^8.0.0",
"gulp-rev": "^9.0.0",
"gulp-rev-replace": "^0.4.4",
"gulp-rollup": "^2.16.2",
"gulp-sass": "^4.0.2",
"gulp-sourcemaps": "^2.6.5",
"gulp-stylelint": "^10.0.0",
"gulp-touch-fd": "funkedigital/gulp-touch-fd",
"gulp-uglify": "^3.0.2",
"material-design-color": "^2.3.2",
"material-shadows": "^3.0.1",
"modularscale-sass": "^3.0.10",
"postcss-pseudo-classes": "^0.2.1",
"promise": "^8.0.3",
"rollup": "^1.27.5",
"rollup-plugin-babel": "^4.3.3",
"stylelint": "^11.1.1",
"stylelint-config-standard": "^19.0.0",
"stylelint-order": "^3.1.1",
"stylelint-scss": "^3.13.0",
"vinyl-paths": "^3.0.1",
"yargs": "^15.0.2"
}
}