-
Notifications
You must be signed in to change notification settings - Fork 13
/
package.json
142 lines (142 loc) · 4.79 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
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
{
"name": "genesis-custom-blocks",
"title": "Genesis Custom Blocks",
"version": "1.3.0",
"description": "WordPress plugin with a simple templating system for building custom blocks.",
"author": "Genesis Custom Blocks",
"license": "GPL-2.0-or-later",
"keywords": [
"block-editor",
"wordpress",
"wordpress-plugin"
],
"homepage": "https://studiopress.com",
"repository": {
"type": "git",
"url": "https://github.com/studiopress/genesis-custom-blocks"
},
"bugs": {
"url": "https://github.com/studiopress/genesis-custom-blocks/issues"
},
"devDependencies": {
"@material-ui/core": "4.11.2",
"@material-ui/icons": "4.11.2",
"@testing-library/jest-dom": "5.11.4",
"@testing-library/react": "11.2.7",
"@testing-library/user-event": "13.1.8",
"@types/classnames": "2.2.11",
"@types/wordpress__core-data": "2.4.3",
"@types/wordpress__data": "4.6.9",
"@types/wordpress__editor": "9.4.5",
"@types/wordpress__notices": "1.5.4",
"@wordpress/a11y": "3.0.0",
"@wordpress/api-fetch": "5.0.0",
"@wordpress/babel-preset-default": "6.0.0",
"@wordpress/block-editor": "6.1.8",
"@wordpress/blocks": "9.0.0",
"@wordpress/components": "14.0.0",
"@wordpress/compose": "4.0.0",
"@wordpress/core-data": "3.0.0",
"@wordpress/data": "5.1.2",
"@wordpress/dependency-extraction-webpack-plugin": "3.1.3",
"@wordpress/dom": "3.0.0",
"@wordpress/dom-ready": "3.0.0",
"@wordpress/e2e-test-utils": "5.1.4",
"@wordpress/e2e-tests": "2.1.6",
"@wordpress/edit-post": "4.0.0",
"@wordpress/editor": "10.0.0",
"@wordpress/element": "3.0.0",
"@wordpress/env": "4.0.4",
"@wordpress/eslint-plugin": "9.0.5",
"@wordpress/hooks": "3.0.0",
"@wordpress/html-entities": "3.0.0",
"@wordpress/i18n": "4.0.0",
"@wordpress/icons": "3.0.0",
"@wordpress/keycodes": "3.0.0",
"@wordpress/notices": "3.0.0",
"@wordpress/postcss-plugins-preset": "3.0.1",
"@wordpress/scripts": "16.0.0",
"@wordpress/server-side-render": "1.19.5",
"@wordpress/url": "3.0.0",
"ace-builds": "1.4.12",
"autoprefixer": "10.1.0",
"babel-core": "6.26.3",
"babel-eslint": "10.1.0",
"babel-loader": "8.1.0",
"classnames": "2.2.6",
"clean-webpack-plugin": "3.0.0",
"clipboard": "2.0.8",
"cross-env": "7.0.2",
"css-loader": "4.2.1",
"debounce-fn": "4.0.0",
"del": "5.1.0",
"eslint": "7.7.0",
"eslint-plugin-eslint-comments": "3.2.0",
"eslint-plugin-import": "2.22.0",
"eslint-plugin-jest-dom": "3.1.7",
"eslint-plugin-jsdoc": "30.2.4",
"eslint-plugin-jsx-a11y": "6.3.1",
"eslint-plugin-react-hooks": "4.1.0",
"eslint-plugin-testing-library": "3.10.2",
"gulp": "4.0.2",
"gulp-run": "1.7.1",
"gulp-string-replace": "1.1.2",
"husky": "4.3.0",
"ignore-emit-webpack-plugin": "2.0.2",
"jest-axe": "3.5.0",
"jest-silent-reporter": "0.2.1",
"merge-stream": "2.0.0",
"mini-css-extract-plugin": "1.3.3",
"node-sass": "4.14.1",
"npm-run-all": "4.1.5",
"postcss": "8.2.10",
"postcss-loader": "4.1.0",
"pptr-testing-library": "0.6.4",
"raw-loader": "4.0.1",
"re-resizable": "6.5.4",
"react": "16.14.0",
"react-ace": "9.4.0",
"react-autosize-textarea": "7.1.0",
"react-dom": "16.14.0",
"sass-loader": "9.0.3",
"style-loader": "1.2.1",
"tailwindcss": "2.0.2",
"uglifyjs-webpack-plugin": "2.2.0",
"uuid": "8.3.2",
"webpack": "4.44.1",
"webpack-cli": "3.3.12"
},
"scripts": {
"check-licenses": "wp-scripts check-licenses --prod --gpl2",
"build": "wp-scripts build --webpack-no-externals",
"dev": "wp-scripts start --webpack-no-externals",
"wp-env": "wp-env",
"gulp": "gulp",
"lint": "npm-run-all --parallel lint:*",
"lint:css": "wp-scripts lint-style '**/*.scss'",
"lint:css:files": "wp-scripts lint-style",
"lint:css:fix": "npm run lint:css -- --fix",
"lint:js": "wp-scripts lint-js js tests/e2e",
"lint:js:files": "wp-scripts lint-js",
"lint:js:fix": "npm run lint:js -- --fix",
"lint:pkg-json": "wp-scripts lint-pkg-json",
"lint:php": "vendor/bin/phpcs",
"lint:php:fix": "vendor/bin/phpcbf",
"packages-update": "wp-scripts packages-update",
"precommit": "./bin/pre-commit.sh",
"test:e2e": "wp-scripts test-e2e --config=tests/e2e/jest.config.js",
"test:e2e:interactive": "npm run test:e2e -- --puppeteer-interactive",
"test:js": "wp-scripts test-unit-js --config=tests/js/jest.config.js",
"test:js:coverage": "npm run test:js -- --coverage --coverageDirectory=tests/coverage/js",
"test:js:watch": "npm run test:js -- --watch"
},
"wp-env": {
"plugin-dir": "genesis-custom-blocks",
"plugin-name": "Genesis Custom Blocks"
},
"husky": {
"hooks": {
"pre-commit": "./bin/pre-commit.sh"
}
}
}