|
14 | 14 | "@semantic-release/changelog": "^6.0.1", |
15 | 15 | "@semantic-release/exec": "^6.0.3", |
16 | 16 | "@semantic-release/git": "^10.0.1", |
| 17 | + "@types/react": "^19.2.14", |
| 18 | + "@types/react-dom": "^19.2.3", |
| 19 | + "@wordpress/api-fetch": "^7.43.0", |
17 | 20 | "@wordpress/data": "^10.43.0", |
18 | 21 | "@wordpress/dom-ready": "^4.43.0", |
19 | 22 | "@wordpress/e2e-test-utils-playwright": "^1.9.0", |
|
30 | 33 | "npm-run-all": "^4.1.5", |
31 | 34 | "replace-in-file": "^6.3.5", |
32 | 35 | "semantic-release": "^19.0.3", |
33 | | - "semantic-release-slack-bot": "^3.5.3" |
| 36 | + "semantic-release-slack-bot": "^3.5.3", |
| 37 | + "typescript": "^6.0.2" |
34 | 38 | }, |
35 | 39 | "scripts": { |
36 | 40 | "build": "npm-run-all build:*", |
37 | 41 | "dist": "bash ./bin/dist.sh", |
38 | 42 | "release": "npx semantic-release", |
39 | 43 | "build:makepot": "bash ./bin/makepot.sh", |
40 | 44 | "build:grunt": "grunt build", |
41 | | - "build:admin-field-modal": "wp-scripts build ./packages/admin/field-modal/src/index.js --output-path=./packages/admin/field-modal/build --config ./packages/admin/field-modal/webpack.config.cjs", |
42 | | - "watch:admin-field-modal": "wp-scripts start ./packages/admin/field-modal/src/index.js --output-path=./packages/admin/field-modal/build --config ./packages/admin/field-modal/webpack.config.cjs", |
| 45 | + "build:admin-field-modal": "wp-scripts build ./packages/admin/field-modal/src/index.tsx --output-path=./packages/admin/field-modal/build --config ./packages/admin/field-modal/webpack.config.cjs", |
| 46 | + "watch:admin-field-modal": "wp-scripts start ./packages/admin/field-modal/src/index.tsx --output-path=./packages/admin/field-modal/build --config ./packages/admin/field-modal/webpack.config.cjs", |
43 | 47 | "grunt": "grunt", |
44 | 48 | "wp-env": "wp-env", |
45 | 49 | "test:e2e": "wp-scripts test-playwright --config tests/e2e/playwright.config.js", |
|
0 commit comments