forked from Codeinwp/otter-blocks
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
117 lines (117 loc) · 4.22 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
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
{
"name": "otter-blocks",
"version": "2.3.4",
"description": "Otter – Page Builder Blocks & Extensions for Gutenberg",
"scripts": {
"build": "npm-run-all --parallel prod:*",
"prod:lite": "wp-scripts build --config webpack.config.js",
"prod:pro": "wp-scripts build --config webpack.config.pro.js",
"prod:grunt": "grunt build",
"start": "rm -rf build && npm-run-all --parallel dev:*",
"dev:lite": "wp-scripts start --config webpack.config.js",
"dev:pro": "wp-scripts start --config webpack.config.pro.js",
"dev:grunt": "grunt build",
"plugins": "wp-scripts build --config webpack.config.plugins.js",
"build-dev": "NODE_ENV=development npm run build",
"analyzer": "NODE_ANALYZER=true npm run build",
"lint": "wp-scripts lint-js ./src",
"format": "wp-scripts lint-js ./src --fix",
"packages-update": "wp-scripts packages-update",
"release": "semantic-release",
"dist": "bash bin/dist.sh",
"dist-dev": "bash bin/dist.sh development",
"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",
"test:e2e": "wp-scripts test-e2e",
"test:e2e:help": "wp-scripts test-e2e --help",
"test:e2e:debug": "wp-scripts --inspect-brk test-e2e --puppeteer-devtools",
"test:e2e:interactive": "wp-scripts test-e2e -- --puppeteer-interactive",
"test:e2e:performance": "wp-scripts test-e2e performance.spec.js",
"test:e2e:blockId": "wp-scripts test-e2e uniq-id-checking.spec.js",
"test:e2e:playwright": "npx playwright test --config src/blocks/test/e2e/playwright.config.js",
"test:e2e:playwright-ui": "npx playwright test --config src/blocks/test/e2e/playwright.config.js --ui",
"wp-env": "wp-env"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Codeinwp/otter-blocks.git"
},
"keywords": [
"wordpress-plugin"
],
"textdomain": "otter-blocks",
"category": "plugins",
"author": "ThemeIsle <friends@themeisle.com>",
"license": "GPL-2.0+",
"bugs": {
"url": "https://github.com/Codeinwp/otter-blocks/issues"
},
"pot": {
"reportmsgidbugsto": "https://github.com/Codeinwp/otter-blocks/issues",
"languageteam": "Themeisle Translate <friends@themeisle.com>",
"lasttranslator": "Themeisle Translate Team <friends@themeisle.com>"
},
"dependencies": {
"@wordpress/icons": "^9.29.0",
"array-move": "^3.0.1",
"classnames": "^2.3.1",
"currency-symbol-map": "^5.0.1",
"deepmerge": "^4.3.1",
"hex-rgba": "^1.0.2",
"object-hash": "^3.0.0",
"react-sortable-hoc": "^2.0.0",
"react-visibility-sensor": "^5.1.1",
"uuid": "^8.3.2"
},
"devDependencies": {
"@automattic/babel-plugin-replace-textdomain": "^1.0.26",
"@playwright/test": "^1.36.1",
"@semantic-release/changelog": "^6.0.3",
"@semantic-release/exec": "^6.0.3",
"@semantic-release/git": "^10.0.1",
"@testing-library/jest-dom": "^5.17.0",
"@testing-library/react": "^14.0.0",
"@testing-library/user-event": "^14.4.3",
"@types/jest": "^29.5.1",
"@types/wordpress__block-editor": "^11.5.1",
"@types/wordpress__components": "^23.0.1",
"@typescript-eslint/parser": "^6.3.0",
"@wordpress/block-editor": "^12.6.0",
"@wordpress/components": "^25.5.0",
"@wordpress/compose": "^6.15.0",
"@wordpress/data": "^9.7.0",
"@wordpress/dom-ready": "^3.38.0",
"@wordpress/e2e-test-utils": "^10.4.0",
"@wordpress/e2e-test-utils-playwright": "^0.2.0",
"@wordpress/e2e-tests": "^7.9.0",
"@wordpress/element": "^5.14.0",
"@wordpress/env": "^8.4.0",
"@wordpress/scripts": "^26.9.0",
"conventional-changelog-simple-preset": "^1.0.20",
"eslint-config-wordpress": "^2.0.0",
"filemanager-webpack-plugin": "^6.1.7",
"grunt": "^1.4.0",
"grunt-contrib-sass": "^2.0.0",
"grunt-contrib-watch": "^1.1.0",
"grunt-version": "^2.0.0",
"grunt-wp-readme-to-markdown": "^2.0.1",
"jest": "^29.5.0",
"lodash": "^4.17.21",
"npm-run-all": "^4.1.5",
"puppeteer-screen-recorder": "^2.1.2",
"replace-in-file": "^6.3.1",
"semantic-release": "^19.0.5",
"semantic-release-slack-bot": "^3.5.2",
"simple-statistics": "^7.8.3",
"typescript": "^5.1.6"
},
"optionalDependencies": {
"fsevents": "^2.3.2"
},
"overrides": {
"react": "^17.0.0",
"react-dom": "^17.0.0"
}
}