-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathpackage.json
40 lines (40 loc) · 1.04 KB
/
package.json
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
36
37
38
39
40
{
"name": "@types/lipemat__js-boilerplate",
"version": "3.1.3",
"description": "External TypeScript definitions for WordPress Gutenberg, @lipemat/js-boilerplate and plugins",
"types": "index.d.ts",
"author": "Mat Lipe",
"license": "MIT",
"engines": {
"node": ">=20.11.0"
},
"bugs": {
"url": "https://github.com/lipemat/types-js-boilerplate/issues"
},
"homepage": "https://github.com/lipemat/types-js-boilerplate#readme",
"repository": {
"type": "git",
"url": "git+https://github.com/lipemat/types-js-boilerplate.git"
},
"files": [
"./*.d.ts",
"**/*.d.ts"
],
"scripts": {
"test": "tsc --noEmit"
},
"dependencies": {
"@types/backbone": "^1.4.22",
"@types/codemirror": "^5.60.5",
"@types/jquery": "^3.5.5",
"@types/react": "^16 || ^17 || ^18",
"@types/react-dom": "^16 || ^17 || ^18",
"@types/tinymce": "^4.5.23",
"@types/webpack-env": "^1.18.0"
},
"devDependencies": {
"@types/lodash": "^4.14.202",
"typescript": "5.2.2"
},
"packageManager": "yarn@3.6.4"
}