-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
56 lines (56 loc) · 1.56 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
{
"name": "kingkool68-testing-cache-actions",
"description": "Kingkool68 Testing Cache Actions",
"version": "1.0.0",
"license": "GPL-2.0",
"repository": {
"type": "git",
"url": "https://github.com/kingkool68/testing-github-actions"
},
"eslintConfig": {
"extends": "wordpress",
"env": {
"es6": true
}
},
"dependencies": {
"@wordpress/dom-ready": "^3.2.2",
"element-closest": "^3.0.2"
},
"devDependencies": {
"@babel/core": "^7.16.0",
"@babel/preset-env": "^7.16.0",
"@babel/register": "^7.16.0",
"beepbeep": "^1.2.2",
"eslint": "^8.1.0",
"gulp": "^4.0.2",
"gulp-autoprefixer": "^8.0.0",
"gulp-babel": "^8.0.0",
"gulp-cache": "^1.1.3",
"gulp-concat": "^2.6.1",
"gulp-dart-sass": "^1.0.2",
"gulp-esbuild": "^0.9.1",
"gulp-filter": "^7.0.0",
"gulp-line-ending-corrector": "^1.0.3",
"gulp-merge-media-queries": "^0.2.1",
"gulp-notify": "^4.0.0",
"gulp-plumber": "^1.2.1",
"gulp-remember": "^1.0.1",
"gulp-rename": "^2.0.0",
"gulp-rtlcss": "^1.4.2",
"gulp-sort": "^2.0.0",
"gulp-sourcemaps": "^3.0.0",
"gulp-uglify": "^3.0.2",
"gulp-uglifycss": "^1.1.0"
},
"scripts": {
"postinstall": "npm run setup",
"setup": "gulp setup && gulp",
"start": "gulp",
"styles": "gulp styles",
"stylesRTL": "gulp stylesRTL",
"vendorsJS": "gulp vendorsJS",
"customJS": "gulp customJS",
"clearCache": "gulp clearCache"
}
}