forked from facelessuser/pymdown-extensions
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
58 lines (58 loc) · 1.8 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
{
"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": ">= 8"
},
"devDependencies": {
"@babel/cli": "^7.4.4",
"@babel/core": "^7.4.5",
"@babel/plugin-external-helpers": "^7.2.0",
"@babel/preset-env": "^7.4.4",
"@babel/register": "^7.4.4",
"autoprefixer": "^9.5.1",
"babel-core": "^7.0.0-bridge.0",
"babel-eslint": "^10.0.1",
"css-mqpacker": "^6.0.2",
"del": "^4.1.1",
"eslint": "^4.19.1",
"gulp": "^4.0.2",
"gulp-concat": "^2.6.1",
"gulp-cssnano": "^2.1.3",
"gulp-eslint": "^4.0.2",
"gulp-if": "^2.0.2",
"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": "^8.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.8",
"postcss-pseudo-classes": "^0.2.0",
"rollup": "^1.12.3",
"rollup-plugin-babel": "^4.3.2",
"stylelint": "^9.10.1",
"stylelint-config-standard": "^18.3.0",
"stylelint-order": "^2.2.1",
"stylelint-scss": "^3.6.1",
"vinyl-paths": "^2.1.0",
"yargs": "^13.2.4"
}
}