-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
52 lines (52 loc) · 1.18 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
{
"name": "knowpress",
"version": "1.0.0",
"description": "KnowPress is a fast and minimal theme for documentations.",
"author": "VitaThemes",
"license": "GPL-2.0-or-later",
"keywords": [
"WordPress",
"Theme"
],
"homepage": "https://github.com/vitathemes/knowpress",
"repository": {
"type": "git",
"url": "git+https://github.com/vitathemes/knowpress.git"
},
"bugs": {
"url": "https://github.com/vitathemes/knowpress/issues"
},
"devDependencies": {
"@wordpress/scripts": "^12.1.0",
"browser-sync": "^2.26.14",
"dir-archiver": "^1.1.1",
"gulp": "^4.0.2",
"gulp-autoprefixer": "^7.0.1",
"gulp-sass": "^4.1.0",
"node-sass": "^5.0.0"
},
"rtlcssConfig": {
"options": {
"autoRename": false,
"autoRenameStrict": false,
"blacklist": {},
"clean": true,
"greedy": false,
"processUrls": false,
"stringMap": []
},
"plugins": [],
"map": false
},
"scripts": {
"watch": "gulp",
"compile:rtl": "gulp rtlcss"
},
"dependencies": {
"gulp-concat": "^2.6.1",
"gulp-rename": "^2.0.0",
"gulp-rtlcss": "^1.4.1",
"sass-mq": "^5.0.1",
"simplebar": "^5.3.4"
}
}