forked from front/g-section
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
61 lines (61 loc) · 1.55 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
{
"name": "@frontkom/g-section",
"version": "0.4.3",
"description": "A customizable wrapper for your blocks",
"main": "build/index.js",
"gutenbergCloud": {
"js": "build/index.js",
"css": "build/style.css",
"screenshot": "screenshot.png",
"name": "Section wrapper"
},
"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"
},
"author": {
"name": "Frontkom",
"email": "webadmin@front.no",
"url": "https://www.frontkom.no/"
},
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/front/g-section.git"
},
"homepage": "https://github.com/front/g-section#readme",
"keywords": [
"gutenberg",
"gutenberg-cloud"
],
"engines": {
"node": ">=8.9.0",
"npm": ">=5.6.0"
},
"peerDependencies": {
"react": "^16.3.1"
},
"devDependencies": {
"@frontkom/g-editor": "^0.4.0-rc.3",
"babel-core": "^6.26.3",
"babel-eslint": "^7.2.3",
"babel-loader": "^7.1.5",
"babel-preset-react-app": "^3.1.2",
"clean-webpack-plugin": "^0.1.19",
"css-loader": "^1.0.0",
"eslint": "^5.4.0",
"eslint-plugin-react": "^7.11.1",
"extract-text-webpack-plugin": "4.0.0-beta.0",
"node-sass": "^4.9.3",
"postcss-loader": "^3.0.0",
"sass-loader": "^7.1.0",
"url-loader": "^1.1.1",
"webpack": "^4.17.1",
"webpack-cli": "^3.1.0"
},
"files": [
"build/",
"screenshot.png"
]
}