-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
52 lines (52 loc) · 1.52 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
{
"name": "global-block-settings",
"version": "1.0.0",
"description": "The plugin is about setting up page/post level global WordPress block settings.",
"author": "Navanath Bhosale",
"license": "GPL-2.0-or-later",
"homepage": "https://github.com/imnavanath/global-block-settings#readme",
"bugs": {
"url": "https://github.com/imnavanath/global-block-settings/issues"
},
"repository": {
"type": "git",
"url": "git+https://github.com/imnavanath/global-block-settings.git"
},
"scripts": {
"build": "wp-scripts build",
"format": "wp-scripts format",
"lint:css": "wp-scripts lint-style",
"lint:js": "wp-scripts lint-js",
"packages-update": "wp-scripts packages-update",
"plugin-zip": "wp-scripts plugin-zip",
"start": "wp-scripts start"
},
"dependencies": {
"@heroicons/react": "^1.0.5",
"@headlessui/react": "^1.4.3",
"@tailwindcss/forms": "^0.4.0",
"@tailwindcss/typography": "^0.5.1",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-redux": "^7.2.6",
"react-router-dom": "^5.2.0",
"reactcss": "^1.2.3",
"react-color": "^2.19.3",
"react-select": "^4.3.1",
"react-html-parser": "^2.0.2"
},
"devDependencies": {
"@wordpress/api-fetch": "^3.20.0",
"@wordpress/i18n": "^3.16.0",
"@wordpress/scripts": "^22.2.1",
"grunt": "^1.5.3",
"grunt-cli": "^1.4.3",
"grunt-contrib-clean": "^2.0.0",
"grunt-contrib-compress": "^2.0.0",
"grunt-contrib-copy": "^1.0.0",
"grunt-release": "^0.14.0",
"grunt-wp-i18n": "^1.0.2",
"grunt-wp-readme-to-markdown": "^2.0.1",
"tailwindcss": "^3.0.16"
}
}