forked from froala/react-froala-wysiwyg
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
75 lines (75 loc) · 2.02 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
66
67
68
69
70
71
72
73
74
75
{
"name": "react-froala-wysiwyg",
"version": "2.9.5",
"description": "React component for Froala WYSIWYG HTML rich text editor.",
"main": "index.js",
"author": "Froala Labs",
"keywords": [
"react",
"froala",
"html",
"text",
"editor",
"wysisyg",
"jquery-plugin",
"rich editor",
"rich text editor",
"rte",
"javascript",
"jquery"
],
"peerDependencies": {
"react": "~0.14 || ^15.0.0 || ^16.0.0",
"react-dom": "~0.14 || ^15.0.0 || ^16.0.0"
},
"dependencies": {
"create-react-class": "^15.5.2",
"froala-editor": "2.9.5"
},
"devDependencies": {
"babel": "^6.23.0",
"autoprefixer": "^8.3.0",
"babel-cli": "^6.26.0",
"babel-core": "^6.6.0",
"babel-loader": "^7.1.4",
"babel-preset-es2015": "^6.6.0",
"babel-preset-react": "^6.5.0",
"babel-preset-stage-2": "^6.5.0",
"copy-webpack-plugin": "^4.5.1",
"css-loader": "^0.28.11",
"exports-loader": "^0.6.2",
"file-loader": "^1.1.11",
"highlight.js": "^9.3.0",
"imports-loader": "^0.6.4",
"jsdom": "^9.0.0",
"mocha": "^3.0.0",
"mock-require": "^1.3.0",
"nightwatch": "^0.9.6",
"postcss-loader": "^2.1.4",
"raw-loader": "^0.5.1",
"react": "^16.0.0",
"react-addons-test-utils": "^15.0.0",
"react-dom": "^16.0.0",
"react-highlight": "^0.9.0",
"sinon": "^1.17.4",
"style-loader": "^0.21.0",
"url-loader": "^0.5.5",
"webpack": "^4.6.0",
"webpack-cli": "^3.1.3",
"webpack-dev-server": "^3.1.3"
},
"scripts": {
"build": "webpack-cli && webpack-cli -p",
"demo": "cd demo && webpack-cli && \"../node_modules/.bin/webpack-dev-server\" --port 4000 --content-base dist/",
"prepublishOnly": "npm run build && bash lib/copy_bundles.sh"
},
"repository": {
"type": "git",
"url": "git+https://github.com/froala/react-froala-wysiwyg.git"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/froala/react-froala-wysiwyg/issues"
},
"homepage": "https://github.com/froala/react-froala-wysiwyg#readme"
}