-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
52 lines (52 loc) · 1.47 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
41
42
43
44
45
46
47
48
49
50
51
52
{
"name": "overblocks",
"version": "1.0.0",
"description": "Only blocks you really need.",
"author": "Enea Overclokk",
"license": "GPL-2.0-or-later",
"keywords": [],
"homepage": "",
"repository": {
"type": ""
},
"bugs": {
"email": ""
},
"main": "build/index.js",
"types": "build-types",
"dependencies": {
"@wordpress/i18n": "^3.16.0"
},
"devDependencies": {
"@testing-library/dom": "^7.26.6",
"@testing-library/react": "^11.1.2",
"@testing-library/react-hooks": "^3.4.2",
"@types/jest": "^26.0.15",
"@types/wordpress__block-editor": "^2.2.9",
"@types/wordpress__blocks": "^6.4.12",
"@wordpress/block-editor": "^5.1.3",
"@wordpress/block-library": "^2.26.4",
"@wordpress/blocks": "^6.24.1",
"@wordpress/components": "^11.1.1",
"@wordpress/data": "^4.25.0",
"@wordpress/scripts": "^12.5.0",
"jest": "^26.6.3",
"react-script": "^2.0.5",
"ts-loader": "^8.0.11",
"typescript": "^4.0.5"
},
"scripts": {
"build": "wp-scripts build",
"format:js": "wp-scripts format-js",
"lint:css": "wp-scripts lint-style",
"lint:js": "wp-scripts lint-js",
"start": "wp-scripts start",
"lint:pkg-json": "wp-scripts lint-pkg-json",
"packages-update": "wp-scripts packages-update",
"test:e2e": "wp-scripts test-e2e",
"test:unit": "wp-scripts test-unit-js",
"test:unit:help": "wp-scripts test-unit-js --help",
"test:unit:watch": "wp-scripts test-unit-js --watch",
"test:unit:debug": "wp-scripts --inspect-brk test-unit-js --runInBand --no-cache"
}
}