-
Notifications
You must be signed in to change notification settings - Fork 7
/
package.json
59 lines (59 loc) · 1.56 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
49
50
51
52
53
54
55
56
57
58
59
{
"name": "bu-navigation",
"version": "1.3.4",
"description": "Provides alternative navigation elements designed for blogs with large page counts",
"main": "bu-navigation.php",
"directories": {
"test": "tests"
},
"scripts": {
"test": "phpunit",
"wp-env": "wp-env",
"start": "wp-scripts start",
"build": "wp-scripts build"
},
"repository": {
"type": "git",
"url": "https://github.com/bu-ist/bu-navigation.git"
},
"keywords": [
"navigation",
"hierarchical",
"post",
"type",
"boston",
"university",
"bu"
],
"author": "Boston University <[email protected]>",
"license": "GPLv2",
"bugs": {
"url": "https://github.com/bu-ist/bu-navigation/issues"
},
"homepage": "https://github.com/bu-ist/bu-navigation",
"devDependencies": {
"@babel/plugin-proposal-class-properties": "^7.13.0",
"@babel/preset-env": "^7.13.15",
"@babel/preset-react": "^7.13.13",
"@wordpress/env": "^4.0.2",
"@wordpress/eslint-plugin": "^9.0.3",
"@wordpress/scripts": "^14.1.1",
"grunt": "^1.3.0",
"grunt-contrib-uglify": "^5.0.0",
"grunt-contrib-watch": "^1.1.0",
"grunt-po2mo": "^0.1.2",
"grunt-pot": "^0.2.1",
"matchdep": "^2.0.0",
"webpack-cli": "^3.3.12"
},
"dependencies": {
"@material-ui/core": "^4.11.4",
"@wordpress/api-fetch": "^3.23.1",
"@wordpress/block-editor": "^5.3.2",
"@wordpress/blocks": "^8.0.2",
"@wordpress/components": "^13.0.2",
"@wordpress/data": "^4.27.3",
"@wordpress/element": "^2.20.3",
"@wordpress/i18n": "^3.19.2"
}
}