-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
executable file
·55 lines (55 loc) · 1.33 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
{
"name": "@redhataccess/adoc-templates",
"description": "Templates for Ascii Doc for Red Hat Documentation",
"version": "0.0.6",
"license": "MIT",
"engines": {
"node": ">=12.x.x"
},
"devDependencies": {
"autoprefixer": "^9.4.2",
"browser-sync": "^2.26.7",
"cssnano": "^4.1.7",
"gulp": "^4.0.0",
"gulp-concat": "^2.6.1",
"gulp-if": "^2.0.2",
"gulp-postcss": "^8.0.0",
"gulp-rename": "^2.0.0",
"gulp-sass": "^5.1.0",
"gulp-sass-globbing": "0.0.2",
"gulp-shell": "^0.8.0",
"gulp-sourcemaps": "^3.0.0",
"gulp-stylelint": "^13.0.0",
"gulp-uglify": "^3.0.2",
"postcss": "^8.4.6",
"postcss-pxtorem": "^5.0.0",
"sass": "^1.49.7",
"stylelint": "^14.3.0",
"stylelint-config-standard": "^24.0.0",
"stylelint-config-standard-scss": "^3.0.0",
"stylelint-order": "^5.0.0",
"stylelint-scss": "^4.1.0"
},
"scripts": {
"gulp": "gulp",
"browser-sync": "browser-sync",
"build": "gulp",
"build:dev": "gulp build:dev",
"watch": "npm run gulp watch",
"dev": "npm run gulp watch",
"start": "npm run watch",
"clean": "rm -rf node_modules"
},
"repository": {
"type": "git",
"url": "https://github.com/redhataccess/adoc-templates"
},
"contributors": [
{
"name": "wesruv"
},
{
"name": "rlahoda"
}
]
}