forked from publishpress/PublishPress-Future
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
56 lines (56 loc) · 2 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": "post-expirator",
"version": "2.7.0",
"description": "post-expirator",
"type": "commonjs",
"repository": {
"type": "git",
"url": "git+https://github.com/publishpress/PublishPress-Future.git"
},
"keywords": [
"wordpress-plugin"
],
"license": "GPL-2.0+",
"devDependencies": {
"@wordpress/scripts": "^16.1.3",
"babel-cli": "^6.26.0",
"babel-core": "^6.26.3",
"babel-loader": "^7.1.5",
"babel-plugin-transform-object-assign": "^6.22.0",
"babel-polyfill": "^6.26.0",
"babel-preset-env": "^1.7.0",
"babel-preset-es2015": "^6.24.1",
"babel-preset-react": "^6.24.1",
"babel-preset-stage-0": "^6.24.1",
"braces": "^3.0.2",
"grunt": "^1.3.0",
"grunt-contrib-jshint": "^1.1.0",
"grunt-mkdir": "^1.0.0",
"grunt-phpcbf": "^0.1.1",
"grunt-phpcs": "^0.4.0",
"grunt-phplint": "^0.1.0",
"grunt-wp-i18n": "^1.0.3",
"load-grunt-tasks": "^5.1.0",
"webpack": "^4.46.0",
"webpack-cli": "^3.3.12",
"inquirer-interrupted-prompt": "^2.0.1",
"inquirer-autocomplete-prompt": "^3.0.0"
},
"scripts": {
"jsbuild:dev": "wp-scripts build --mode development",
"jsbuild:watch": "wp-scripts build --mode development --watch",
"jsbuild": "wp-scripts build --mode production",
"tests:start": "node tests/bin/prompt-version.js tests/bin/tests php{{VERSION}} start",
"tests:stop": "node tests/bin/prompt-version.js tests/bin/tests php{{VERSION}} stop",
"tests:build:run": "node tests/bin/prompt-version.js tests/bin/tests php{{VERSION}} brun",
"tests:run": "node tests/bin/prompt-version.js tests/bin/tests php{{VERSION}} run",
"build": "builder/docker/scripts/build build",
"build:dir": "builder/docker/scripts/build build-dir",
"build:clean": "builder/docker/scripts/build clean",
"cli": "docker exec -it devkinsta_fpm wp --allow-root --path=/www/kinsta/public/php-80-dev/"
},
"pot": {
"languageteam": "PostExpirator Translate Team",
"lasttranslator": "PostExpirator Translate Team"
}
}