forked from Automattic/_s
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
59 lines (59 loc) · 1.41 KB
/
package.json
File metadata and controls
59 lines (59 loc) · 1.41 KB
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
{
"name": "_s",
"version": "1.0.0",
"description": "WordPress theme for _s",
"author": "Delicious Media",
"license": "GPL-2.0-or-later",
"keywords": [
"WordPress",
"Theme"
],
"homepage": "https://www.deliciousmedia.co.uk/",
"repository": {
"type": "git",
"url": "git+https://github.com/deliciousmedia/DM-Base-Theme.git"
},
"devDependencies": {
"@wordpress/scripts": "^19.2.2",
"dir-archiver": "^1.1.1",
"gulp": "latest",
"gulp-cli": "latest",
"gulp-jshint": "latest",
"gulp-penthouse": "^0.2.0",
"gulp-remove-empty-lines": "^0.1.0",
"gulp-strip-css-comments": "latest",
"jshint": "latest",
"node-sass": "^7.0.1",
"rtlcss": "^3.5.0"
},
"dependencies": {
"es6-promise": "latest",
"gulp-autoprefixer": "latest",
"gulp-cached": "latest",
"gulp-concat": "latest",
"gulp-cssnano": "latest",
"gulp-imagemin": "^7.0.0",
"gulp-newer": "latest",
"gulp-plumber": "latest",
"gulp-rename": "latest",
"gulp-rtlcss": "latest",
"gulp-sass": "latest",
"gulp-uglify": "latest",
"gulp-util": "latest",
"imagemin-mozjpeg": "^7.0.0",
"sass": "latest"
},
"rtlcssConfig": {
"options": {
"autoRename": false,
"autoRenameStrict": false,
"blacklist": {},
"clean": true,
"greedy": false,
"processUrls": false,
"stringMap": []
},
"plugins": [],
"map": false
}
}