-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
27 lines (27 loc) · 889 Bytes
/
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
{
"name": "wp-idg-ufr__block-avatar",
"version": "0.1.0",
"description": "Componente do DSGOV para o tema WP da Universidade Federal de Rondonópolis.",
"author": "UFR",
"license": "GPL-2.0-or-later",
"main": "build/index.js",
"scripts": {
"build": "wp-scripts build",
"format": "wp-scripts format",
"lint:css": "wp-scripts lint-style",
"lint:js": "wp-scripts lint-js",
"start": "wp-scripts start",
"packages-update": "wp-scripts packages-update",
"components-update": "rm -rf ./node_modules/wp-idg-ufr__block-components && npm i"
},
"dependencies": {
"@wordpress/block-editor": "^7.0.2",
"@wordpress/blocks": "^11.1.0",
"@wordpress/i18n": "^4.2.2",
"lighten-darken-color": "^1.0.0",
"wp-idg-ufr__block-components": "git+https://github.com/juniorjmm/wp-idg-ufr__block-components.git#v1.0.0"
},
"devDependencies": {
"@wordpress/scripts": "^18.0.1"
}
}