-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
58 lines (58 loc) · 1.68 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
{
"name": "planet4-gpch-plugin-blocks",
"version": "1.35.0",
"description": "Content Blocks for Greenpeace Switzerland",
"main": "build/js/admin/index.js",
"babel": {
"presets": [
"@babel/preset-env",
"@babel/preset-react"
]
},
"scripts": {
"start": "wp-scripts start --config webpack-config.js",
"build": "wp-scripts build --config webpack-config.js --mode=production",
"format": "wp-scripts format",
"lint:css": "wp-scripts lint-style",
"lint:js": "wp-scripts lint-js",
"lint:md:docs": "wp-scripts lint-md-docs",
"lint:pkg-json": "wp-scripts lint-pkg-json",
"packages-update": "wp-scripts packages-update",
"plugin-zip": "wp-scripts plugin-zip"
},
"repository": {
"type": "git",
"url": "git+https://github.com/greenpeace/planet4-gpch-plugin-blocks.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/greenpeace/planet4-gpch-plugin-blocks/issues"
},
"homepage": "https://github.com/greenpeace/planet4-gpch-plugin-blocks#readme",
"devDependencies": {
"@babel/cli": "^7.24.8",
"@babel/core": "^7.24.9",
"@babel/preset-env": "^7.25.0",
"@wordpress/block-editor": "^13.4.0",
"@wordpress/blocks": "^13.4.0",
"@wordpress/scripts": "^27.9.0",
"@wordpress/server-side-render": "^5.4.0",
"babel-loader": "^9.1.3",
"prettier": "^3.3.3",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"typescript": "^5.5.4"
},
"dependencies": {
"@wordpress/api-fetch": "^7.4.0",
"@wordpress/components": "^28.4.0",
"@wordpress/element": "^6.4.0",
"@wordpress/i18n": "^5.4.0",
"animejs": "^3.2.2",
"classnames": "^2.5.1",
"libphonenumber-js": "^1.11.5",
"swiped-events": "^1.2.0",
"wait-for-element-transition": "^3.3.1"
}
}