-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (35 loc) · 1.35 KB
/
package.json
File metadata and controls
35 lines (35 loc) · 1.35 KB
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
{
"name": "vmfa-editorial-workflow",
"version": "1.8.0",
"description": "Role-based folder access, move restrictions, and Inbox workflow for Virtual Media Folders.",
"author": "Per Soderlind",
"license": "GPL-2.0-or-later",
"scripts": {
"dev": "wp-scripts start",
"build": "wp-scripts build",
"lint:js": "wp-scripts lint-js src/js",
"lint:css": "wp-scripts lint-style src/css",
"test": "vitest",
"i18n": "npm run i18n:make-pot && npm run i18n:update-po && npm run i18n:make-mo && npm run i18n:make-json && npm run i18n:make-php",
"i18n:make-pot": "wp i18n make-pot . languages/vmfa-editorial-workflow.pot --exclude=node_modules,vendor,tests,build --domain=vmfa-editorial-workflow",
"i18n:update-po": "wp i18n update-po languages/vmfa-editorial-workflow.pot languages/",
"i18n:make-mo": "wp i18n make-mo languages/",
"i18n:make-json": "wp i18n make-json languages/ --no-purge --use-map=i18n-map.json",
"i18n:make-php": "wp i18n make-php languages/"
},
"devDependencies": {
"@testing-library/jest-dom": "^6.9.1",
"@testing-library/react": "^16.3.2",
"@vitejs/plugin-react": "^5.1.2",
"@wordpress/scripts": "^31.3.0",
"jsdom": "^27.4.0",
"vite": "^7.3.1",
"vitest": "^4.0.18"
},
"dependencies": {
"@wordpress/api-fetch": "^6.55.0",
"@wordpress/components": "^27.6.0",
"@wordpress/element": "^5.35.0",
"@wordpress/i18n": "^4.58.0"
}
}