-
Notifications
You must be signed in to change notification settings - Fork 7
Expand file tree
/
Copy pathpackage.json
More file actions
29 lines (29 loc) · 838 Bytes
/
Copy pathpackage.json
File metadata and controls
29 lines (29 loc) · 838 Bytes
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
{
"private": true,
"name": "find-my-blocks",
"version": "1.0.0",
"license": "MIT",
"type": "module",
"repository": {
"type": "git",
"url": "git+https://github.com/morganhvidt/find-my-blocks.git"
},
"scripts": {
"dev": "node wp-plugins.build.js dev",
"dev:hot": "wp-scripts start ./src/assets/js/find-my-blocks.js --output-path=./production/find-my-blocks/assets/js/ --hot --allowed-hosts all",
"build": "node wp-plugins.build.js build",
"production": "node wp-plugins.build.js production",
"postinstall": "composer install"
},
"dependencies": {
"@wordpress/scripts": "^27.6.0",
"virtua": "^0.31.0"
},
"devDependencies": {
"@eslint/js": "^9.0.0",
"eslint": "^8.57.0",
"eslint-plugin-react": "^7.34.1",
"prettier": "^3.2.5",
"prettier-eslint": "^16.3.0"
}
}