forked from 10up/simple-page-ordering
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
37 lines (37 loc) · 1.48 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
{
"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.5.0",
"author": "10up <[email protected]>",
"license": "GPLv2 ( or later )",
"devDependencies": {
"@10up/babel-preset-default": "^2.0.4",
"@10up/cypress-wp-utils": "github:10up/cypress-wp-utils#build",
"@wordpress/dependency-extraction-webpack-plugin": "^3.4.1",
"@wordpress/env": "^5.3.0",
"@wordpress/eslint-plugin": "^12.9.0",
"10up-toolkit": "^4.3.1",
"cypress": "^11.2.0",
"node-sass": "^7.0.3",
"node-wp-i18n": "^1.2.6"
},
"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"
}
}
}