PluginProbe
Webyx for Gutenberg – Fullpage Fullscreen Scrolling Websites / trunk
Webyx for Gutenberg – Fullpage Fullscreen Scrolling Websites vtrunk
trunk 1.0.0 1.0.1 1.0.2 1.1.0 1.2.0 1.3.0 1.4.0 1.4.1 1.4.2 1.5.0 1.6.0 1.6.1 1.6.10 1.6.11 1.6.12 1.6.13 1.6.2 1.6.3 1.6.4 1.6.5 1.6.6 1.6.7 1.6.7.1 1.6.7.2 All 31 releases
webyx / package.json

package.json in Webyx for Gutenberg – Fullpage Fullscreen Scrolling Websites trunk, at package.json

35 lines 978 B
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 {
2 "name": "webyx",
3 "description": "Webyx for Gutenberg it's a simple way to create amazing full screen scrollable websites in WordPress with Gutenberg editor",
4 "author": "Terenzio Censoni & Rodolfo Cucchiella",
5 "main": "build/index.js",
6 "scripts": {
7 "start": "wp-scripts start",
8 "build": "wp-scripts build"
9 },
10 "devDependencies": {
11 "@wordpress/scripts": "14.1.1",
12 "babel-core": "6.26.3",
13 "babel-preset-es2015": "6.24.1",
14 "babel-preset-react": "6.24.1",
15 "babelify": "8.0.0",
16 "browserify": "16.2.3",
17 "gulp": "4.0.2",
18 "gulp-clean-css": "4.2.0",
19 "gulp-insert": "0.5.0",
20 "gulp-remove-code": "3.0.4",
21 "gulp-rename": "2.0.0",
22 "gulp-uglify": "3.0.2",
23 "gulp-util": "3.0.8",
24 "vinyl-buffer": "1.0.1",
25 "vinyl-source-stream": "2.0.0",
26 "watchify": "3.11.1"
27 },
28 "dependencies": {
29 "@wordpress/i18n": "4.1.1",
30 "@wordpress/icons": "2.10.3",
31 "ace-builds": "1.4.13",
32 "react-ace": "9.5.0"
33 }
34 }
35