-
Notifications
You must be signed in to change notification settings - Fork 28
/
package.json
100 lines (100 loc) · 3.08 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
90
91
92
93
94
95
96
97
98
99
100
{
"name": "editorskit",
"title": "EditorsKit",
"version": "1.34.7",
"private": false,
"author": "Jeffrey Carandang from EditorsKit",
"author_shop": "EditorsKit",
"author_uri": "hello@editorskit.com",
"requires": "5.0",
"tested_up_to": "5.1",
"license": "GPL-2.0",
"copyright": "Copyright (c) 2018, EditorsKit",
"downloadid": "",
"description": "EditorsKit is a suite of page building block options for the Gutenberg block editor.",
"tags": "",
"repository": {
"type": "git",
"url": "git+https://github.com/phpbits/block-options.git"
},
"bugs": {
"url": "https://github.com/phpbits/block-options/issues"
},
"keywords": [
"editorskit",
"gutenberg",
"block options"
],
"files": [
"build/style.build.css"
],
"babel": {
"presets": [
"@wordpress/default"
],
"plugins": [
[
"@wordpress/babel-plugin-makepot",
{
"output": "languages/editorskit.pot"
}
]
]
},
"scripts": {
"build": "npm-run-all makepot build-assets",
"build-assets": "wp-scripts build",
"check-engines": "wp-scripts check-engines",
"check-licenses": "wp-scripts check-licenses",
"lint:css": "wp-scripts lint-style '**/*.scss'",
"lint:css-fix": "wp-scripts lint-style '**/*.scss' --fix",
"lint:js": "wp-scripts lint-js '**/*.js'",
"lint:js-fix": "wp-scripts lint-js '**/*.js' --fix",
"lint:pkg-json": "wp-scripts lint-pkg-json",
"start": "wp-scripts start",
"packages-update": "wp-scripts packages-update",
"test:e2e": "wp-scripts test-e2e",
"test:unit": "wp-scripts test-unit-js",
"makepot": "wp i18n make-pot . languages/editorskit.pot --exclude=node_modules,vendor,build"
},
"devDependencies": {
"@babel/runtime": "^7.6.3",
"@wordpress/babel-plugin-makepot": "^3.2.1",
"@wordpress/babel-preset-default": "^4.6.2",
"@wordpress/i18n": "^3.6.1",
"@wordpress/prettier-config": "^2.25.0",
"@wordpress/scripts": "^5.1.0",
"@wordpress/wordcount": "^2.6.2",
"babel-eslint": "^10.0.3",
"classnames": "^2.2.6",
"clipboard": "^2.0.4",
"copy-webpack-plugin": "^6.4.1",
"css-loader": "^3.1.0",
"dom-scroll-into-view": "^2.0.1",
"eslint-plugin-eslint-comments": "^3.1.2",
"eslint-plugin-react": "^7.16.0",
"ignore-emit-webpack-plugin": "^2.0.2",
"lodash": "^4.17.15",
"marked": "^0.7.0",
"mini-css-extract-plugin": "^0.8.0",
"npm-run-all": "^4.1.5",
"optimize-css-assets-webpack-plugin": "^5.0.3",
"path": "^0.12.7",
"postcss-loader": "^3.0.0",
"postcss-preset-env": "^6.7.0",
"react-lorem-ipsum": "^1.4.4",
"sass": "^1.42.1",
"sass-loader": "^7.3.1"
},
"dependencies": {
"@wordpress/base-styles": "^4.32.0",
"@wordpress/block-editor": "^3.11.0",
"@wordpress/icons": "^6.1.1",
"axios": "^0.19.2",
"react-error-boundary": "^4.0.11",
"react-query": "^3.39.3",
"react-responsive-masonry": "^2.1.7",
"react-twitter-embed": "^2.0.8",
"zustand": "^4.4.1"
}
}