-
Notifications
You must be signed in to change notification settings - Fork 10
/
package.json
67 lines (67 loc) · 2.16 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
60
61
62
63
64
65
66
67
{
"name": "laterpay-wordpress-plugin",
"version": "2.9.6",
"description": "Laterpay WordPress plugin",
"main": "index.js",
"devDependencies": {
"@octokit/rest": "18.5.3",
"@wordpress/scripts": "^15.0.1",
"dateformat": "^4.5.1",
"del": "^6.0.0",
"gulp": "^4.0.2",
"gulp-autoprefixer": "^7.0.1",
"gulp-bump": "^3.2.0",
"gulp-cached": "^1.1.1",
"gulp-composer": "^0.4.5",
"gulp-csslint": "^1.0.1",
"gulp-csso": "^4.0.1",
"gulp-exec": "^5.0.0",
"gulp-git": "^2.10.1",
"gulp-jsbeautifier": "3.0.1",
"gulp-jshint": "^2.1.0",
"gulp-lintspaces": "^1.0.1",
"gulp-load-plugins": "^2.0.6",
"gulp-notify": "^4.0.0",
"gulp-phpcs": "^3.1.0",
"gulp-prettify": "^0.5.0",
"gulp-rename": "^2.0.0",
"gulp-replace": "^1.1.3",
"gulp-sass": "^4.1.0",
"gulp-soften": "0.0.1",
"gulp-sourcemaps": "^3.0.0",
"gulp-strip-debug": "^4.0.0",
"gulp-svgmin": "^3.0.0",
"gulp-svn2": "^2.0.0",
"gulp-tinypng-extended": "^3.0.3",
"gulp-uglify": "^3.0.2",
"gulp-util": "^3.0.8",
"gulp-wp-pot": "^2.5.0",
"gulp-zip": "^5.1.0",
"gulp4-run-sequence": "^1.0.1",
"jshint": "^2.12.0",
"jshint-stylish": "^2.2.1",
"lodash": "^4.17.21",
"minimist": "^1.2.6",
"prompt": "^1.1.0",
"q": "^1.5.1"
},
"scripts": {
"start": "npm run start:custom",
"start:custom": "wp-scripts start laterpay/asset_sources/js/blocks/laterpay-blocks.js --output-path=laterpay/built_assets/block_build",
"build": "npm run build:custom",
"build:custom": "wp-scripts build laterpay/asset_sources/js/blocks/laterpay-blocks.js --output-path=laterpay/built_assets/block_build",
"lint:js": "npm run lint:js:src",
"lint:js:src": "wp-scripts lint-js laterpay/asset_sources/js/blocks",
"lint:js:fix": "wp-scripts lint-js laterpay/asset_sources/js/blocks --fix"
},
"repository": {
"type": "git",
"url": "https://github.com/laterpay/laterpay-wordpress-plugin.git"
},
"author": "Dominik Rodler",
"license": "ISC",
"bugs": {
"url": "https://github.com/laterpay/laterpay-wordpress-plugin/issues"
},
"homepage": "https://github.com/laterpay/laterpay-wordpress-plugin"
}