-
Notifications
You must be signed in to change notification settings - Fork 23
/
Copy pathpackage.json
41 lines (41 loc) · 1.57 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
{
"name": "simple-page-ordering",
"description": "Order your pages and other hierarchical post types with simple drag and drop right from the standard page list.",
"version": "2.7.2",
"author": "10up <[email protected]> (https://10up.com)",
"license": "GPL-2.0-or-later",
"devDependencies": {
"@10up/cypress-wp-utils": "^0.2.0",
"@wordpress/dependency-extraction-webpack-plugin": "^5.1.0",
"@wordpress/env": "^9.2.0",
"@wordpress/eslint-plugin": "^17.5.0",
"10up-toolkit": "^6.1.0",
"cypress": "^13.0.0",
"cypress-mochawesome-reporter": "^3.6.0",
"mochawesome-json-to-md": "^0.7.2",
"node-wp-i18n": "^1.2.7",
"prettier": "^3.3.2"
},
"scripts": {
"cypress:open": "cypress open --config-file tests/cypress/config.config.js",
"cypress:run": "cypress run --config-file tests/cypress/config.config.js",
"env": "wp-env",
"env:start": "wp-env start",
"env:stop": "wp-env stop",
"postenv:start": "./tests/bin/initialize.sh",
"build": "10up-toolkit build && npm run makepot",
"dev": "10up-toolkit build --watch",
"makepot": "wpi18n makepot --domain-path localization --pot-file simple-page-ordering.pot --type plugin --main-file simple-page-ordering.php --exclude bin,dist,node_modules,tests,vendor",
"format-js": "10up-toolkit format-js",
"lint-js": "10up-toolkit lint-js"
},
"10up-toolkit": {
"devURL": "https://simple-page-ordering.test",
"entry": {
"simple-page-ordering": "./assets/js/src/simple-page-ordering.js"
}
},
"dependencies": {
"@wordpress/html-entities": "^3.50.0"
}
}