-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
59 lines (59 loc) · 1.62 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
59
{
"name": "foxtail",
"description": "A wordpres theme for the Firefox content hub",
"version": "1.0.1",
"author": "Dan Brown ([email protected])",
"repository": {
"type": "git",
"url": "https://github.com/slightlyoffbeat/foxtail"
},
"license": "MIT",
"devDependencies": {
"@babel/core": "^7.12.0",
"@babel/preset-env": "^7.12.0",
"@babel/register": "^7.12.0",
"beepbeep": "^1.2.2",
"browser-sync": "^2.29.3",
"del": "^6.0.0",
"eslint": "^7.11.0",
"eslint-config-wordpress": "^2.0.0",
"gulp": "^5.0.0",
"gulp-autoprefixer": "^7.0.1",
"gulp-babel": "^8.0.0",
"gulp-cache": "^1.0.2",
"gulp-concat": "^2.5.2",
"gulp-filter": "^6.0.0",
"gulp-imagemin": "^7.1.0",
"gulp-line-ending-corrector": "^1.0.1",
"gulp-merge-media-queries": "^0.2.1",
"gulp-notify": "^3.0.0",
"gulp-plumber": "^1.2.0",
"gulp-remember": "^1.0.1",
"gulp-rename": "^2.0.0",
"gulp-rtlcss": "^1.4.1",
"gulp-sass": "^4.1.0",
"gulp-sort": "^2.0.0",
"gulp-sourcemaps": "^2.6.2",
"gulp-uglify": "^3.0.0",
"gulp-uglifycss": "^1.1.0",
"gulp-wp-pot": "^2.5.0",
"gulp-zip": "^5.0.2"
},
"scripts": {
"start": "gulp",
"dev": "gulp",
"styles": "gulp styles",
"stylesRTL": "gulp stylesRTL",
"vendorsJS": "gulp vendorsJS",
"customJS": "gulp customJS",
"images": "gulp images",
"clearCache": "gulp clearCache",
"translate": "gulp translate",
"protocolJS": "gulp protocolJS",
"updateProtocol": "gulp updateProtocol",
"buildTheme": "gulp buildTheme"
},
"dependencies": {
"@mozilla-protocol/core": "^13.0.0"
}
}