-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
42 lines (42 loc) · 1.5 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
{
"name": "rokka-wordpress-plugin",
"version": "5.1.0",
"description": "Rokka integration plugin for WordPress",
"scripts": {
"dev": "parcel watch --no-hmr assets/js/admin.js assets/js/rokka-subject-area.js assets/js/settings.js --dist-dir assets/dist",
"build": "parcel build assets/js/admin.js assets/js/rokka-subject-area.js assets/js/settings.js --dist-dir assets/dist",
"wp-env": "wp-env",
"lint": "npm run lint:js && npm run lint:php",
"lint:js": "eslint assets/js",
"lint:php": "npm run wp-env run composer run-script lint",
"test:unit:php": "npm run wp-env run phpunit 'phpunit -c /var/www/html/wp-content/plugins/rokka-integration/phpunit.xml --verbose'",
"test:unit:php:ci": "npm run wp-env run phpunit 'phpunit -c /var/www/html/wp-content/plugins/rokka-wordpress-plugin/phpunit.xml --verbose'"
},
"repository": {
"type": "git",
"url": "git+https://github.com/rokka-io/rokka-wordpress-plugin.git"
},
"keywords": [
"rokka.io",
"wordpress",
"plugin"
],
"author": "Liip AG",
"license": "GPL-2.0",
"bugs": {
"url": "https://github.com/rokka-io/rokka-wordpress-plugin/issues"
},
"homepage": "https://github.com/rokka-io/rokka-wordpress-plugin#readme",
"devDependencies": {
"@babel/core": "^7.20.12",
"@babel/eslint-parser": "^7.19.1",
"@parcel/transformer-sass": "^2.8.3",
"@wordpress/env": "^5.10.0",
"eslint": "^8.33.0",
"parcel": "^2.8.3",
"sass": "^1.57.1"
},
"dependencies": {
"jquery-ui": "^1.13.2"
}
}