-
Notifications
You must be signed in to change notification settings - Fork 20
/
package.json
52 lines (52 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
{
"name": "planet4-plugin-gutenberg-blocks",
"description": "Gutenberg blocks plugin for the Planet 4 Wordpress project",
"homepage": "https://github.com/greenpeace/planet4-gutenberg-plugin-blocks#readme",
"repository": "[email protected]:greenpeace/planet4-plugin-gutenberg-blocks.git",
"author": "Greenpeace International",
"license": "GPL-3.0",
"main": "index.js",
"scripts": {
"start": "wp-scripts start",
"build": "wp-scripts build --mode production",
"lint:css": "wp-scripts lint-style",
"setupgithooks": "bin/copy-git-hooks.sh"
},
"devDependencies": {
"@babel/plugin-proposal-nullish-coalescing-operator": "*",
"@babel/plugin-proposal-optional-chaining": "*",
"@commitlint/cli": "^12.1.4",
"@greenpeace/dashdash": "^1.2.1",
"@wordpress/components": "^8.5.0",
"@wordpress/data": "^4.9.2",
"@wordpress/e2e-test-utils-playwright": "^0.8.0",
"@wordpress/eslint-plugin": "^14.3.0",
"@wordpress/scripts": "3.3.0",
"autoprefixer": "^9.7.0",
"bootstrap": "^5.1.3",
"core-js": "^3.6.5",
"css-loader": "^3.2.0",
"dotenv": "^16.3.1",
"eslint-plugin-react": "^7.20.3",
"file-loader": "^6.2.0",
"mini-css-extract-plugin": "^0.7.0",
"optimize-css-assets-webpack-plugin": "^6.0.1",
"playwright": "^1.37.1",
"postcss-loader": "^3.0.0",
"sass": "^1.57.1",
"sass-loader": "^7.3.1",
"terser-webpack-plugin": "^1.4.1",
"webpack-fix-style-only-entries": "^0.3.1"
},
"dependencies": {
"classnames": "^2.2.6",
"eslint": "^8.37.0",
"photoswipe": "^4.1.3",
"react-dom": "^18.2.0",
"uuid": "^9.0.0"
},
"engines": {
"npm": ">10.0.0 <11.0.0",
"node": ">=18.0.0 <19.0.0"
}
}