-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
36 lines (36 loc) · 1.25 KB
/
package.json
File metadata and controls
36 lines (36 loc) · 1.25 KB
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
{
"name": "wespearfish",
"version": "1.0.0",
"description": "Example block scaffolded with Create Block tool.",
"author": "arcangelinis",
"license": "GPL-2.0-or-later",
"scripts": {
"build": "wp-scripts build --webpack-src-dir=src/scale-section --output-path=build/scale-section && wp-scripts build --webpack-src-dir=src/weather --output-path=build/weather",
"sync": "rsync -avz --exclude={'.github','node_modules','src','.*','package*','webpack*'} ./ $RSYNC_DESTINATION",
"start:scale": "wp-scripts start --webpack-src-dir=src/scale-section --output-path=build/scale-section",
"start:weather": "wp-scripts start --webpack-src-dir=src/weather --output-path=build/weather",
"lint:js": "wp-scripts lint-js",
"lint:css": "wp-scripts lint-style",
"format": "wp-scripts format"
},
"devDependencies": {
"@wordpress/scripts": "^30.24.0",
"copy-webpack-plugin": "13.0.1",
"npm": "^10.8.0"
},
"dependencies": {
"@types/wordpress__block-editor": "^11.5.14",
"@wordpress/block-editor": "^12.26.0",
"@wordpress/components": "^27.6.0",
"@wordpress/server-side-render": "^5.0.0",
"chalk": "^4.1.2",
"react": "^18.3.1",
"webpack": "^5.91.0"
},
"overrides": {
"react-autosize-textarea": {
"react": "^18.3.1",
"react-dom": "^18.3.1"
}
}
}