wpmind/package.json

37 lines
923 B
JSON
Raw Normal View History

2023-06-02 17:29:56 +03:00
{
"name": "mind",
2024-01-21 11:49:26 +03:00
"version": "0.1.1",
2023-06-02 17:29:56 +03:00
"description": "Mind - Content Assistant Plugin based on OpenAI",
"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",
2023-11-14 21:45:28 +03:00
"build:prod": "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",
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",
"prettier": "^3.1.0"
},
"dependencies": {
"clsx": "^2.0.0",
2023-11-14 18:15:02 +03:00
"marked": "^10.0.0",
2023-08-05 23:42:00 +03:00
"react-transition-group": "^4.4.5"
2023-06-02 17:29:56 +03:00
}
}