-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
25 lines (25 loc) · 760 Bytes
/
package.json
File metadata and controls
25 lines (25 loc) · 760 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
{
"name": "wp-wireframe",
"version": "1.0.5",
"private": true,
"description": "React admin settings UI for WP Wireframe.",
"scripts": {
"build": "wp-scripts build --webpack-src-dir=js --output-path=src/assets",
"start": "wp-scripts start --webpack-src-dir=js --output-path=src/assets"
},
"devDependencies": {
"@wordpress/scripts": "^30.0.0"
},
"dependencies": {
"@wordpress/admin-ui": "^1.12.0",
"@wordpress/api-fetch": "^7.0.0",
"@wordpress/components": "^29.0.0",
"@wordpress/data": "^10.0.0",
"@wordpress/dataviews": "^5.0.0",
"@wordpress/element": "^6.0.0",
"@wordpress/i18n": "^5.0.0",
"@wordpress/icons": "^10.0.0",
"@wordpress/notices": "^5.0.0",
"@wordpress/theme": "^0.11.0"
}
}