mirror of
https://gh.wpcy.net/https://github.com/lubusIN/wpui.git
synced 2026-04-23 22:33:13 +08:00
42 lines
1.3 KiB
JSON
42 lines
1.3 KiB
JSON
{
|
|
"name": "wpui",
|
|
"version": "1.0.0",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1",
|
|
"build": "wp-scripts build --webpack-no-externals",
|
|
"check-engines": "wp-scripts check-engines",
|
|
"check-licenses": "wp-scripts check-licenses",
|
|
"format": "wp-scripts format",
|
|
"lint:css": "wp-scripts lint-style",
|
|
"lint:js": "wp-scripts lint-js",
|
|
"lint:md:docs": "wp-scripts lint-md-docs",
|
|
"lint:pkg-json": "wp-scripts lint-pkg-json",
|
|
"packages-update": "wp-scripts packages-update",
|
|
"plugin-zip": "wp-scripts plugin-zip",
|
|
"start": "wp-scripts start --webpack-no-externals",
|
|
"serve": "serve",
|
|
"test:e2e": "wp-scripts test-e2e",
|
|
"test:unit": "wp-scripts test-unit-js"
|
|
},
|
|
"dependencies": {
|
|
"@wordpress/components": "^28.7.0",
|
|
"@wordpress/compose": "^7.7.0",
|
|
"@wordpress/element": "^6.7.0",
|
|
"@wordpress/icons": "^10.7.0",
|
|
"@wordpress/scripts": "^29.0.0",
|
|
"markdown": "^0.5.0",
|
|
"react-content-loader": "^7.0.0",
|
|
"react-markdown": "^9.0.1",
|
|
"react-router-dom": "^6.23.1",
|
|
"react-syntax-highlighter": "^15.5.0",
|
|
"remark-gfm": "^4.0.0"
|
|
},
|
|
"author": "",
|
|
"license": "ISC",
|
|
"description": "",
|
|
"devDependencies": {
|
|
"raw-loader": "^4.0.2",
|
|
"serve": "^14.2.1"
|
|
}
|
|
}
|