forked from froala/react-froala-wysiwyg
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
70 lines (70 loc) · 1.87 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
{
"name": "react-froala-wysiwyg",
"version": "2.7.0",
"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",
"react-dom": "~0.14 || ^15.0.0"
},
"dependencies": {
"create-react-class": "^15.5.2",
"froala-editor": "^2.6.0"
},
"devDependencies": {
"babel-core": "^6.6.0",
"babel-loader": "^6.2.4",
"babel-preset-es2015": "^6.6.0",
"babel-preset-react": "^6.5.0",
"babel-preset-stage-2": "^6.5.0",
"copy-webpack-plugin": "^4.0.1",
"css-loader": "^0.25.0",
"exports-loader": "^0.6.2",
"file-loader": "^0.9.0",
"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",
"raw-loader": "^0.5.1",
"react": "^15.0.0",
"react-addons-test-utils": "^15.0.0",
"react-dom": "^15.0.0",
"react-highlight": "^0.9.0",
"sinon": "^1.17.4",
"style-loader": "^0.13.1",
"url-loader": "^0.5.5",
"webpack": "^1.5.3",
"webpack-dev-server": "^1.10.1"
},
"scripts": {
"build": "webpack && webpack -p && webpack -b && webpack -p -b",
"demo": "cd demo && webpack && ../node_modules/.bin/webpack-dev-server --port 4000 --content-base dist/",
"prepublish": "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"
}