-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
46 lines (46 loc) · 1.22 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
{
"name": "@frontkom/g-media-attributes",
"version": "1.0.5",
"description": "A set of extensions for core media blocks in order to support Drupal's media attributes.",
"main": "build/index.js",
"scripts": {
"build": "NODE_ENV=production webpack",
"start": "npm run build && BLOCK_DIR=$PWD npm --prefix node_modules/@frontkom/g-editor start",
"deploy": "npm run build && npm publish --access public"
},
"homepage": "https://github.com/front/g-media-attributes#readme",
"bugs": {
"url": "https://github.com/front/g-media-attributes/issues"
},
"author": "The Frontkom Contributors",
"engines": {
"node": ">=8.9.0",
"npm": ">=5.6.0"
},
"peerDependencies": {
"react": "^16.3.1"
},
"devDependencies": {
"@babel/core": "^7.2.2",
"@babel/preset-react": "^7.0.0",
"@frontkom/g-editor": "0.4.0-rc.1",
"babel-eslint": "^10.0.1",
"babel-loader": "^8.0.5",
"clean-webpack-plugin": "^1.0.0",
"eslint": "^5.12.0",
"eslint-plugin-react": "^7.12.4",
"webpack": "^4.28.4",
"webpack-cli": "^3.2.1"
},
"license": "MIT",
"keywords": [
"CMS",
"Drupal",
"Editor",
"Frontkom",
"Gutenberg",
"Page builder",
"WordPress",
"WYSIWYG"
]
}