forked from facelessuser/pymdown-extensions
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
54 lines (54 loc) · 1.67 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
{
"name": "pymdown-extensions",
"version": "4.11.0",
"description": "Extensions for Python Markdown",
"repository": "https://github.com/facelessuser/pymdown-extensions.git",
"author": "Isaac Muse <[email protected]>",
"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": ">= 5.0.0"
},
"devDependencies": {
"autoprefixer": "^8.6.5",
"babel-core": "^6.26.3",
"babel-eslint": "^8.2.5",
"babel-loader": "^7.1.5",
"babel-plugin-external-helpers": "^6.22.0",
"babel-preset-es2015": "^6.24.1",
"css-mqpacker": "^6.0.2",
"eslint": "^4.19.1",
"gulp": "^3.9.1",
"gulp-clean": "^0.4.0",
"gulp-concat": "^2.6.1",
"gulp-cssnano": "^2.1.3",
"gulp-eslint": "^4.0.2",
"gulp-if": "^2.0.2",
"gulp-postcss": "^7.0.1",
"gulp-rev": "^8.1.1",
"gulp-rev-replace": "^0.4.4",
"gulp-rollup": "^2.16.2",
"gulp-sass": "^4.0.1",
"gulp-sourcemaps": "^2.6.4",
"gulp-stylelint": "^7.0.0",
"gulp-sync": "^0.1.4",
"gulp-uglify": "^3.0.0",
"material-design-color": "^2.3.2",
"material-shadows": "^3.0.1",
"modularscale-sass": "^3.0.5",
"postcss-pseudo-classes": "^0.2.0",
"rollup-plugin-babel": "^3.0.7",
"stylelint": "^9.3.0",
"stylelint-config-standard": "^18.2.0",
"stylelint-order": "^0.8.1",
"stylelint-scss": "^3.1.3",
"yargs": "^12.0.1"
}
}