-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
67 lines (67 loc) · 2.32 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
60
61
62
63
64
65
66
67
{
"name": "powerful-blocks",
"version": "1.0.0",
"description": "Powerful Blocks for Gutenberg",
"main": "index.js",
"scripts": {
"start": "wp-scripts start --config .dev/webpack.config.js --progress",
"build": "wp-scripts build --config .dev/webpack.config.js"
},
"repository": {
"type": "git",
"url": "https://github.com/ultraDevs/powerful-blocks"
},
"keywords": [
"blocks"
],
"animateConfig": {
"prefix": "pb__"
},
"author": "ultraDevs",
"license": "GPL",
"devDependencies": {
"@babel/plugin-proposal-class-properties": "7.10.4",
"@wordpress/base-styles": "2.0.1",
"@wordpress/block-editor": "3.1.0",
"@wordpress/block-library": "2.8.0",
"@wordpress/blocks": "^6.10.0",
"@wordpress/edit-post": "3.7.0",
"@wordpress/i18n": "3.6.0",
"@wordpress/plugins": "2.6.0",
"@wordpress/scripts": "7.1.4",
"autoprefixer": "^9.7.5",
"css-loader": "^3.2.1",
"grunt": "^1.3.0",
"grunt-autoprefixer": "^3.0.4",
"grunt-checktextdomain": "^1.0.1",
"grunt-contrib-clean": "^2.0.0",
"grunt-contrib-compress": "^2.0.0",
"grunt-contrib-copy": "^1.0.0",
"grunt-contrib-jshint": "^3.0.0",
"grunt-contrib-sass": "^2.0.0",
"grunt-contrib-uglify": "^5.0.0",
"grunt-contrib-watch": "^1.1.0",
"grunt-wp-i18n": "^1.0.3",
"grunt-wp-readme-to-markdown": "^2.0.1",
"mini-css-extract-plugin": "^0.8.0",
"node-sass": "^4.14.1",
"node-sass-glob-importer": "^5.3.2",
"postcss": "7.0.13",
"postcss-color-function": "^4.1.0",
"postcss-loader": "^3.0.0",
"react-transition-group": "^4.4.1",
"rtlcss-webpack-plugin": "^4.0.3",
"sass-loader": "^8.0.0",
"style-loader": "^0.19.1",
"webpack-fix-style-only-entries": "^0.4.0"
},
"dependencies": {
"@fonticonpicker/react-fonticonpicker": "^1.2.0",
"@fortawesome/fontawesome-svg-core": "^1.2.32",
"@fortawesome/free-brands-svg-icons": "^5.15.1",
"@fortawesome/free-regular-svg-icons": "^5.15.1",
"@fortawesome/free-solid-svg-icons": "^5.15.1",
"@fortawesome/react-fontawesome": "^0.1.14",
"@wordpress/dom-ready": "^2.12.0"
}
}