-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
32 lines (32 loc) · 1.08 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
{
"name": "core",
"version": "1.0.7",
"description": "**Entity processing** « An entity is an abstraction that we consider as a reality » *Le Robert*",
"main": "index.js",
"scripts": {
"go": "npm-run-all --parallel start sync",
"sync": "browser-sync start -p 'axones.local/wp/wp-admin/admin.php?page=wax-company-settings' --files 'js/*.js'",
"build": "wp-scripts build js/index.js --output-path=src/assets/js",
"start": "wp-scripts start js/index.js --output-path=src/assets/js --output-path=F:/www/axones/web/app/cache/webaxones/assets/js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/webaxones/core.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/webaxones/core/issues"
},
"homepage": "https://github.com/webaxones/core#readme",
"dependencies": {
"@wordpress/media-utils": "^4.17.0",
"@wordpress/scripts": "^25.3.0",
"browser-sync": "^2.27.11",
"npm-run-all": "^4.1.5",
"react-select": "^5.7.0",
"react-select-async-paginate": "^0.7.2"
}
}