-
Notifications
You must be signed in to change notification settings - Fork 34
/
package.json
61 lines (61 loc) · 1.77 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
{
"name": "planet4-master-theme",
"description": "Master theme for the Planet 4 Wordpress project",
"repository": "[email protected]:greenpeace/planet4-master-theme.git",
"author": "Greenpeace International",
"license": "GPL-3.0",
"scripts": {
"start": "wp-scripts start --config webpack.config.js --mode=development",
"build": "wp-scripts build --config webpack.config.js --mode=production",
"lint:css": "wp-scripts lint-style"
},
"devDependencies": {
"@commitlint/cli": "^17.7.2",
"@greenpeace/dashdash": "^1.2.1",
"@playwright/test": "^1.37.1",
"@wordpress/e2e-test-utils-playwright": "^0.19.0",
"@wordpress/eslint-plugin": "^15.1.0",
"@wordpress/scripts": "^26.19.0",
"ajv": "^8.7.1",
"autoprefixer": "^9.6.1",
"babel-loader": "^8.2.3",
"bootstrap": "^5.3.3",
"css-loader": "^6.8.1",
"css-minimizer-webpack-plugin": "^5.0.1",
"dotenv": "^16.3.1",
"eslint-plugin-react": "^7.20.3",
"eslint-plugin-react-hooks": "^4.6.0",
"mini-css-extract-plugin": "^2.7.6",
"postcss": "^8.4.16",
"postcss-loader": "^6.2.1",
"sass": "^1.77.7",
"sass-loader": "^16.0.2",
"svg-sprite-loader": "^6.0.11",
"terser-webpack-plugin": "^5.3.9",
"webpack": "^5.95.0",
"wp-scripts": "^0.0.1-security"
},
"browserslist": [
"last 2 version",
"> 0.2%",
"not dead"
],
"dependencies": {
"@popperjs/core": "^2.11.8",
"@wordpress/edit-post": "^7.28.1",
"classnames": "^2.2.6",
"eslint": "8.56.0",
"lite-youtube-embed": "^0.3.0",
"photoswipe": "^4.1.3",
"react-dom": "^18.3.1",
"react-scripts": "^5.0.1",
"uuid": "^9.0.1"
},
"engines": {
"npm": ">10.0.0 <11.0.0",
"node": ">=18.0.0 <20.0.0"
},
"optionalDependencies": {
"fsevents": "^2.3.2"
}
}