-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
68 lines (68 loc) · 2.21 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
{
"name": "nh3-mag-blocks",
"version": "2.4.1",
"description": "Add a new set of NH3 related Gutenberg blocks",
"main": "nh3-mag-blocks.php",
"scripts": {
"start": "concurrently \"wp-scripts start\" \"gulp\" \"npm run proxy\"",
"dist": "npm run build && npm run zip",
"zip": "gulp zip",
"build": "gulp clean:build && gulp build && wp-scripts build",
"proxy": "concurrently \"npm run proxy:fr\" \"npm run proxy:it\" \"npm run proxy:rm\"",
"proxy:fr": "cors-http-proxy -t https://notrehistoire.ch -p 666",
"proxy:it": "cors-http-proxy -t https://lanostrastoria.ch -p 667",
"proxy:rm": "cors-http-proxy -t https://nossaistorgia.ch -p 668",
"version:major": "composer release major && npm run dist",
"version:minor": "composer release minor && npm run dist",
"version:patch": "composer release patch && npm run dist"
},
"repository": {
"type": "git",
"url": "git+https://github.com/MediaComem/nh3-mag-blocks.git"
},
"keywords": [
"wordpress",
"plugin",
"gutenberg",
"block"
],
"author": "Media Engineering Institute (MEI)",
"license": "ISC",
"bugs": {
"url": "https://github.com/MediaComem/nh3-mag-blocks/issues"
},
"homepage": "https://github.com/MediaComem/nh3-mag-blocks#readme",
"devDependencies": {
"@wordpress/blocks": "^6.2.5",
"@wordpress/components": "^7.3.2",
"@wordpress/compose": "^3.2.0",
"@wordpress/data": "^4.4.0",
"@wordpress/editor": "^9.2.5",
"@wordpress/element": "^2.3.0",
"@wordpress/i18n": "^3.3.0",
"@wordpress/scripts": "^3.2.1",
"browser-sync": "^2.26.5",
"concurrently": "^4.1.0",
"cors-http-proxy": "^2.0.0",
"css-loader": "^2.1.1",
"del": "^4.1.0",
"gulp": "^4.0.0",
"gulp-rename": "^1.4.0",
"gulp-sass": "^4.0.2",
"gulp-vinyl-zip": "^2.1.2",
"gulp-wp-pot": "^2.3.5",
"gulp-zip": "^4.2.0",
"lodash.capitalize": "^4.2.1",
"lodash.uniqwith": "^4.5.0",
"video.js": "^7.5.4"
},
"wp": {
"pluginName": "NH3 Mag - Blocks",
"authorUri": "https://heig-vd.ch/rad/instituts/mei/",
"textDomain": "nh3-mag-blocks",
"domainPath": "/languages",
"bootstrapFilePath": "bootstrap.php",
"prefix": "NH3_BLOCKS"
},
"dependencies": {}
}