-
-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
61 lines (61 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
59
60
61
{
"name": "cf-images",
"description": "Offload, Store, Resize & Optimize with Cloudflare Images",
"version": "1.9.3-beta.1",
"main": "cf-images.php",
"author": "Anton Vanyukov",
"license": "GPL-2.0-or-later",
"keywords": [
"performance",
"optimization"
],
"devDependencies": {
"@babel/plugin-transform-react-jsx": "^7.25.7",
"@babel/preset-env": "^7.25.7",
"@babel/preset-typescript": "^7.25.7",
"@creativebulma/bulma-tooltip": "^1.2.0",
"@types/jquery": "^3.5.31",
"@types/react": "^18.3.11",
"@types/react-dom": "^18.3.0",
"@wordpress/babel-plugin-import-jsx-pragma": "^5.9.0",
"@wordpress/eslint-plugin": "^21.2.0",
"@wordpress/i18n": "^5.9.0",
"@wordpress/prettier-config": "^4.9.0",
"babel-loader": "^9.2.1",
"css-loader": "^7.1.2",
"mini-css-extract-plugin": "^2.9.1",
"prettier": "^3.3.3",
"sass": "^1.79.4",
"sass-loader": "^16.0.2",
"terser-webpack-plugin": "^5.3.10",
"typescript": "^5.6.2",
"webpack": "^5.95.0",
"webpack-cli": "^5.1.4"
},
"scripts": {
"watch": "webpack --watch",
"build": "webpack --progress",
"translate": "wp i18n make-pot . languages/cf-images.pot"
},
"dependencies": {
"@mdi/js": "^7.4.47",
"@mdi/react": "^1.6.1",
"@picocss/pico": "^1.5.11",
"bulma": "^0.9.4",
"bulma-switch": "^2.0.4",
"classnames": "^2.5.1",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-router-dom": "^6.26.2"
},
"babel": {
"presets": [
"@babel/preset-env"
],
"plugins": [
"@wordpress/babel-plugin-import-jsx-pragma",
"@babel/plugin-transform-react-jsx"
]
},
"prettier": "@wordpress/prettier-config"
}