-
Notifications
You must be signed in to change notification settings - Fork 34
/
package.json
57 lines (57 loc) · 1.67 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
{
"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",
"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/components": "^25.7.0",
"@wordpress/e2e-test-utils-playwright": "^0.8.0",
"@wordpress/eslint-plugin": "^2.3.0",
"@wordpress/scripts": "3.3.0",
"autoprefixer": "^9.6.1",
"bootstrap": "^5.1.3",
"css-loader": "^3.6.0",
"dotenv": "^16.3.1",
"eslint-plugin-react": "^7.20.3",
"eslint-plugin-react-hooks": "^4.6.0",
"mini-css-extract-plugin": "^0.8.2",
"optimize-css-assets-webpack-plugin": "^6.0.1",
"postcss-loader": "^3.0.0",
"remove-files-webpack-plugin": "^1.1.3",
"sass": "^1.57.1",
"sass-loader": "^8.0.0",
"svg-sprite-loader": "^6.0.11",
"terser-webpack-plugin": "^2.2.1",
"webpack": "^4.40.2",
"webpack-fix-style-only-entries": "^0.4.0"
},
"browserslist": [
"last 2 version",
"> 0.2%",
"not dead"
],
"dependencies": {
"classnames": "^2.2.6",
"eslint": "7.15.0",
"lite-youtube-embed": "^0.3.0",
"photoswipe": "^4.1.3",
"popper.js": "^1.15.0",
"react-dom": "^18.2.0"
},
"engines": {
"npm": ">10.0.0 <11.0.0",
"node": ">=18.0.0 <19.0.0"
},
"optionalDependencies": {
"fsevents": "^2.3.2"
}
}