1 | {
|
2 | "name": "vue-froala-wysiwyg",
|
3 | "version": "3.0.6",
|
4 | "description": "Vue plugin for Froala WYSIWYG HTML rich text editor.",
|
5 | "author": "Froala Labs (https://www.froala.com/)",
|
6 | "license": "https://froala.com/wysiwyg-editor/terms/",
|
7 | "repository": {
|
8 | "type": "git",
|
9 | "url": "https://github.com/froala/vue-froala-wysiwyg.git"
|
10 | },
|
11 | "bugs": {
|
12 | "url": "https://github.com/froala/vue-froala-wysiwyg/issues"
|
13 | },
|
14 | "keywords": [
|
15 | "vue",
|
16 | "froala",
|
17 | "html",
|
18 | "text",
|
19 | "editor",
|
20 | "wysisyg",
|
21 | "rich editor",
|
22 | "rich text editor",
|
23 | "rte",
|
24 | "javascript"
|
25 | ],
|
26 | "main": "dist/vue-froala.js",
|
27 | "unpkg": "dist/vue-froala.min.js",
|
28 | "module": "es/index.js",
|
29 | "jsnext:main": "es/index.js",
|
30 | "files": [
|
31 | "src",
|
32 | "dist",
|
33 | "es"
|
34 | ],
|
35 | "scripts": {
|
36 | "dev": "node build/dev-server.js",
|
37 | "build": "yarn run release && yarn run build:es",
|
38 | "build:es": "cross-env BABEL_ENV=es babel src --out-dir es",
|
39 | "release": "SET NODE_ENV=production && webpack --progress --hide-modules --config ./build/webpack.release.js && webpack --progress --hide-modules --config ./build/webpack.release.min.js",
|
40 | "prepublish": "yarn run build"
|
41 | },
|
42 | "dependencies": {
|
43 | "babel-runtime": "^6.26.0",
|
44 | "froala-editor": "^3.0.6",
|
45 | "vue": "2.6.6"
|
46 | },
|
47 | "devDependencies": {
|
48 | "@babel/cli": "^7.2.3",
|
49 | "@babel/core": "^7.3.4",
|
50 | "@babel/helpers": "^7.3.1",
|
51 | "@babel/plugin-transform-runtime": "^7.3.4",
|
52 | "@babel/polyfill": "^7.2.5",
|
53 | "@babel/preset-env": "^7.3.4",
|
54 | "@babel/runtime": "^7.3.4",
|
55 | "@babel/runtime-corejs2": "^7.3.4",
|
56 | "babel-helpers": "^6.24.1",
|
57 | "babel-loader": "^8.0.5",
|
58 | "connect-history-api-fallback": "^1.1.0",
|
59 | "cross-env": "^5.2.0",
|
60 | "cross-spawn": "^6.0.5",
|
61 | "css-loader": "^2.1.0",
|
62 | "eventsource-polyfill": "^0.9.6",
|
63 | "express": "^4.15.2",
|
64 | "extract-text-webpack-plugin": "^3.0.2",
|
65 | "file-loader": "^3.0.1",
|
66 | "function-bind": "^1.0.2",
|
67 | "html-webpack-plugin": "^3.2.0",
|
68 | "http-proxy-middleware": "^0.19.1",
|
69 | "inject-loader": "^4.0.1",
|
70 | "isparta-loader": "^2.0.0",
|
71 | "jasmine-core": "^3.3.0",
|
72 | "json-loader": "^0.5.4",
|
73 | "lolex": "^3.1.0",
|
74 | "nightwatch": "^1.0.19",
|
75 | "ora": "^3.1.0",
|
76 | "shelljs": "^0.8.3",
|
77 | "uglifyjs-webpack-plugin": "2.1.1",
|
78 | "url-loader": "^1.1.2",
|
79 | "vue-hot-reload-api": "^2.0.11",
|
80 | "vue-html-loader": "^1.2.4",
|
81 | "vue-loader": "15.6.2",
|
82 | "vue-style-loader": "^4.1.2",
|
83 | "vue-template-compiler": "2.6.6",
|
84 | "webpack": "^4.29.3",
|
85 | "webpack-cli": "3.2.3",
|
86 | "webpack-dev-middleware": "^3.5.2",
|
87 | "webpack-hot-middleware": "^2.17.1",
|
88 | "webpack-merge": "4.2.1",
|
89 | "yarn": "^1.13.0"
|
90 | },
|
91 | "engines": {
|
92 | "node": ">=6.9.0"
|
93 | },
|
94 | "browserify": {
|
95 | "transform": [
|
96 | "babelify"
|
97 | ]
|
98 | },
|
99 | "greenkeeper": {
|
100 | "ignore": [
|
101 | "extract-text-webpack-plugin",
|
102 | "karma-webpack",
|
103 | "webpack",
|
104 | "webpack-merge"
|
105 | ]
|
106 | }
|
107 | }
|