-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
61 lines (61 loc) · 1.99 KB
/
package.json
File metadata and controls
61 lines (61 loc) · 1.99 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
60
61
{
"name": "fast-indexing-api",
"version": "1.0.0",
"description": "A very efficient yet simple plugin to take care of your indexing woos and helps get your content crawled by search bots instantly.",
"author": "Rank Math",
"license": "GPL-2.0+",
"repository": {
"type": "git",
"url": "https://github.com/rankmath/fast-indexing-api.git"
},
"plugin": {
"glotpress": "http://translate.wordpress.org",
"textdomain": "fast-indexing-api"
},
"pot": {
"reportmsgidbugsto": "https://wordpress.org/support/plugin/fast-indexing-api/",
"languageteam": "Rank Math <support@rankmath.com>",
"lasttranslator": "Rank Math <support@rankmath.com>"
},
"devDependencies": {
"@babel/core": "^7.14.8",
"@babel/plugin-proposal-class-properties": "^7.14.5",
"@babel/plugin-proposal-decorators": "^7.14.5",
"@babel/plugin-proposal-export-namespace-from": "^7.14.5",
"@babel/plugin-proposal-function-sent": "^7.14.5",
"@babel/plugin-proposal-json-strings": "^7.14.5",
"@babel/plugin-proposal-numeric-separator": "^7.14.5",
"@babel/plugin-proposal-object-rest-spread": "^7.14.7",
"@babel/plugin-proposal-throw-expressions": "^7.14.5",
"@babel/plugin-syntax-dynamic-import": "^7.8.3",
"@babel/plugin-syntax-import-meta": "^7.10.4",
"@babel/plugin-transform-react-jsx": "^7.14.5",
"@babel/plugin-transform-runtime": "^7.14.5",
"@babel/preset-env": "^7.14.8",
"@wordpress/eslint-plugin": "^7.4.0",
"@wordpress/icons": "^2.10.3",
"babel-loader": "^8.2.2",
"eslint": "^7.31.0",
"eslint-plugin-eslint-comments": "^3.2.0",
"gulp": "^4.0.2",
"gulp-autoprefixer": "^7.0.1",
"gulp-checktextdomain": "^2.2.2",
"gulp-rename": "^2.0.0",
"gulp-sass": "^5.1.0",
"gulp-wp-pot": "^2.5.0",
"sass": "^1.69.0",
"webpack": "^4.46.0",
"webpack-cli": "^3.3.12",
"webpack-dev-server": "^3.11.2"
},
"dependencies": {
"npm": "^6.14.14"
},
"scripts": {
"build": "webpack --mode=production --progress",
"dist": "npm run build && gulp pot && gulp adminCSS"
},
"browserslist": [
"last 2 versions"
]
}