forked from front/gutenberg-js
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
65 lines (65 loc) · 1.91 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
{
"name": "@frontkom/gutenberg-js",
"version": "2.4.0",
"description": "gutenberg-js - An extension of the Wordpress Gutenberg editor",
"main": "build/js/gutenberg-js.js",
"repository": {
"type": "git",
"url": "git+https://github.com/front/gutenberg-js.git"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "NODE_ENV=production webpack",
"dev": "NODE_ENV=development webpack",
"lint": "eslint .",
"lint:fix": "eslint . --fix",
"postinstall": "./scripts/install.sh"
},
"homepage": "https://github.com/front/gutenberg-js#readme",
"bugs": {
"url": "https://github.com/front/gutenberg-js/issues"
},
"author": "The Frontkom Contributors",
"license": "GPL-2.0-or-later",
"keywords": [
"CMS",
"Drupal",
"Editor",
"Frontkom",
"Gutenberg",
"Page builder",
"WordPress",
"WYSIWYG"
],
"dependencies": {},
"devDependencies": {
"@wordpress/babel-plugin-makepot": "1.0.1",
"@wordpress/scripts": "1.2.0",
"babel-core": "^6.26.3",
"babel-eslint": "7.2.3",
"babel-jest": "20.0.3",
"babel-loader": "7.1.4",
"babel-preset-react-app": "^3.1.1",
"babel-runtime": "6.26.0",
"copy-webpack-plugin": "4.5.2",
"cssnano": "4.0.3",
"eslint": "^5.0.1",
"eslint-plugin-jsx-a11y": "^6.1.0",
"eslint-plugin-react": "^7.10.0",
"extract-text-webpack-plugin": "4.0.0-beta.0",
"node-sass": "git://github.com/sass/node-sass.git#v4.7.0",
"path-replace-loader": "^2.0.0",
"pegjs": "0.10.0",
"postcss-color-function": "4.0.1",
"postcss-loader": "2.1.3",
"postcss-wrapper-loader": "0.0.2",
"string-replace-webpack-plugin": "^0.1.3",
"raw-loader": "0.5.1",
"sass-loader": "6.0.7",
"webpack": "4.8.3",
"webpack-cli": "2.1.3",
"webpack-livereload-plugin": "2.1.1",
"webpack-rtl-plugin": "github:yoavf/webpack-rtl-plugin#develop"
},
"private": false
}