-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
37 lines (37 loc) · 1.33 KB
/
package.json
File metadata and controls
37 lines (37 loc) · 1.33 KB
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
{
"name": "yard-gutenberg",
"version": "1.5.5",
"description": "A collection of components for the WordPress Gutenberg editor",
"author": "Yard | Digital Agency",
"license": "MIT License",
"main": "build/index.js",
"scripts": {
"build": "wp-scripts build",
"lint:css": "yard-toolkit lint css -m custom './src/**/*.css'",
"lint:js": "yard-toolkit lint js -m custom './src/**/*.js'",
"lint:scss": "yard-toolkit lint scss -m custom './src/**/*.scss'",
"format:css": "yard-toolkit format css -m custom './src/**/*.css'",
"format:js": "yard-toolkit format js -m custom './src/**/*.js'",
"format:scss": "yard-toolkit format scss -m custom './src/**/*.scss'",
"packages-update": "wp-scripts packages-update",
"plugin-zip": "wp-scripts plugin-zip",
"start": "wp-scripts start"
},
"devDependencies": {
"@wordpress/scripts": "^31.5.0",
"@yardinternet/eslint-config": "^1.2.4",
"@yardinternet/prettier-config": "^2.0.4",
"@yardinternet/toolkit": "^2.0.8",
"prettier": "npm:wp-prettier@^3.0.3"
},
"dependencies": {
"@wordpress/icons": "^11.8.0",
"@yardinternet/gutenberg-components": "^1.3.2",
"@yardinternet/gutenberg-hooks": "^1.0.4",
"@yardinternet/gutenberg-webpack-loaders": "^0.1.2",
"@yardinternet/table-of-contents": "^0.1.1",
"accordion-js": "^3.3.4",
"countup.js": "^2.8.0",
"react-select": "^5.8.1"
}
}