wpmind/package.json

41 lines
1.4 KiB
JSON
Raw Permalink Normal View History

2023-06-02 17:29:56 +03:00
{
"name": "mind",
2025-03-16 11:30:49 +03:00
"version": "0.3.0",
"description": "Mind - AI Page Builder based on Anthropic and OpenAI. Build, design, improve, rewrite your page sections and blocks.",
"author": "Mind Team",
2023-06-02 17:29:56 +03:00
"license": "GPL-2.0-or-later",
2023-08-07 22:55:16 +03:00
"files": [
"assets",
"build",
"classes",
"mind.php",
"readme.txt"
],
2023-06-02 17:29:56 +03:00
"scripts": {
"dev": "wp-scripts start --hot --progress",
"build": "wp-scripts build --progress",
2024-11-27 20:59:21 +03:00
"build:prod": "npm run make-pot && npm run make-json && npm run build && npm run plugin-zip",
2023-06-02 17:29:56 +03:00
"lint:css": "wp-scripts lint-style",
"lint:js": "wp-scripts lint-js",
2023-08-07 23:01:11 +03:00
"lint:php": "composer run phpcs",
2024-11-27 20:59:21 +03:00
"make-pot": "composer wp -- i18n make-pot ./ ./languages/mind.pot --skip-audit --exclude=vendor,vendors,tests,node_modules,build,dist-zip --headers='{\"Last-Translator\":\"Lazy Blocks Team\",\"Report-Msgid-Bugs-To\":\"https://github.com/nk-crew/mind/issues\"}'",
"make-json": "po2json ./languages/mind.pot ./languages/mind.json --format=jed1.x --pretty --domain=mind",
2023-06-02 17:29:56 +03:00
"packages-update": "wp-scripts packages-update",
"plugin-zip": "wp-scripts plugin-zip"
},
"devDependencies": {
2023-11-14 18:15:02 +03:00
"@wordpress/eslint-plugin": "^17.2.0",
"@wordpress/prettier-config": "^3.2.0",
"@wordpress/scripts": "^26.16.0",
"@wordpress/stylelint-config": "^21.28.0",
2024-11-27 20:59:21 +03:00
"po2json": "^0.4.5",
2023-11-14 18:15:02 +03:00
"prettier": "^3.1.0"
},
"dependencies": {
"clsx": "^2.0.0",
2023-11-14 18:15:02 +03:00
"marked": "^10.0.0",
"react-transition-group": "^4.4.5",
"untruncate-json": "^0.0.1"
2023-06-02 17:29:56 +03:00
}
}