-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
48 lines (48 loc) · 1.18 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
{
"name": "@newfold-labs/wp-module-migration",
"version": "1.0.12",
"description": "",
"main": "build/index.js",
"scripts": {
"prepublishOnly": "npm run build",
"build": "wp-scripts build ./src/index.js --config ./scripts/webpack.config.js",
"lint": "wp-scripts lint-js ./src/index.js",
"start": "wp-scripts start ./src/index.js --config ./scripts/webpack.config.js"
},
"engines": {
"node": ">=20",
"npm": ">=10"
},
"repository": {
"type": "git",
"url": "git+https://github.com/newfold-labs/wp-module-migration.git"
},
"files": [
"build/",
"*.d.ts",
"*.css"
],
"publishConfig": {
"registry": "https://npm.pkg.github.com"
},
"author": "PRESS4",
"license": "GPL-2.0-or-later",
"bugs": {
"url": ""
},
"homepage": "",
"dependencies": {
"@heroicons/react": "^2.0.18",
"@newfold-labs/wp-module-runtime": "^1.0.0",
"@wordpress/api-fetch": "^6.42.0",
"@wordpress/components": "^8.3.2",
"@wordpress/date": "^4.34.0",
"@wordpress/element": "^2.8.2",
"@wordpress/i18n": "^4.29.0",
"classnames": "^2.3.1",
"react": "^18.2.0"
},
"devDependencies": {
"@wordpress/scripts": "26.0.0"
}
}