forked from godaddy-wordpress/coblocks
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
89 lines (89 loc) · 2.58 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
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
{
"name": "coblocks",
"title": "CoBlocks",
"version": "1.9.2",
"private": false,
"author": "Rich Tabor & Jeffrey Carandang from CoBlocks",
"author_shop": "CoBlocks",
"author_uri": "hello@coblocks.com",
"requires": "5.0",
"tested_up_to": "5.1",
"license": "GPL-2.0",
"copyright": "Copyright (c) 2018, CoBlocks",
"downloadid": "",
"description": "CoBlocks is a suite of professional content blocks for the WordPress Gutenberg block editor. Our blocks are hyper-focused on empowering content marketers, writers and publishers to write beautifully rich content in WordPress.",
"tags": "",
"scripts": {
"start": "cgb-scripts start",
"build": "cgb-scripts build",
"eject": "cgb-scripts eject",
"babel": "babel src --ignore src/blocks/gist/components/gist.js",
"makepot": "wp i18n make-pot . --merge=languages/coblocks-js.pot --skip-js",
"makepot:php": "npx pot-to-php languages/coblocks.pot languages/coblocks-translations.php coblocks"
},
"dependencies": {
"@wordpress/api-fetch": "^2.2.8",
"@wordpress/plugins": "^1.0.4",
"@wordpress/redux-routine": "^3.0.4",
"cgb-scripts": "^1.13.0",
"classnames": "2.2.5",
"compose": "^0.1.2",
"delete-empty": "^2.0.0",
"eslint": "^4.19.1",
"eslint-config-wordpress": "^2.0.0",
"lodash": "4.17.4",
"memize": "^1.0.5",
"postcss": "^6.0.23",
"react": "^16.6.3",
"react-google-maps": "^9.4.5",
"redux": "^4.0.1",
"stylelint": "^9.10.1"
},
"devDependencies": {
"@wordpress/babel-plugin-makepot": "^2.1.3",
"@wordpress/babel-preset-default": "^1.1.2",
"@wordpress/i18n": "^1.2.3",
"babel-cli": "^6.26.0",
"babel-core": "^6.25.0",
"babel-loader": "^7.1.4",
"del": "^3.0.0",
"gulp": "^4.0.0",
"gulp-autoprefixer": "^5.0.0",
"gulp-cache": "^1.1.1",
"gulp-copy": "^1.0.1",
"gulp-if": "^2.0.2",
"gulp-line-ending-corrector": "^1.0.1",
"gulp-notify": "^3.2.0",
"gulp-open": "^2.0.0",
"gulp-rename": "^1.4.0",
"gulp-replace-task": "^0.11.0",
"gulp-run-command": "0.0.9",
"gulp-sass": "^3.2.1",
"gulp-sftp": "^0.1.5",
"gulp-uglify": "^1.5.3",
"gulp-uglifycss": "^1.0.8",
"gulp-wp-pot": "^2.3.3",
"gulp-zip": "^4.2.0",
"prettier-stylelint": "^0.4.2",
"stylelint-config-prettier": "^3.1.0",
"stylelint-config-wordpress": "^13.1.0",
"stylelint-order": "^0.8.1"
},
"stylelint": {
"extends": [
"stylelint-config-wordpress/scss",
"stylelint-config-prettier"
],
"plugins": [
"stylelint-order"
],
"rules": {
"at-rule-empty-line-before": null,
"no-descending-specificity": null,
"order/properties-alphabetical-order": true
}
},
"eslintConfig": {
"extends": "wordpress"
}
}