-
Notifications
You must be signed in to change notification settings - Fork 132
/
package.json
82 lines (82 loc) · 2.56 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
76
77
78
79
80
81
82
{
"name": "react-froala-wysiwyg",
"version": "4.3.1",
"description": "React component for Froala WYSIWYG HTML rich text editor.",
"main": "index.js",
"types": "./lib/index.d.ts",
"author": "Froala Labs",
"keywords": [
"react",
"froala",
"html",
"text",
"editor",
"wysisyg",
"rich editor",
"rich text editor",
"rte",
"javascript"
],
"peerDependencies": {
"react": "~0.14 || ^15.0.0 || ^16.0.0 || ^17.0.0 || ^18.0.0",
"react-dom": "~0.14 || ^15.0.0 || ^16.0.0 || ^17.0.0 || ^18.0.0"
},
"dependencies": {
"create-react-class": "^15.5.2",
"froala-editor": "4.3.1"
},
"devDependencies": {
"@babel/cli": "^7.0.0",
"@babel/core": "^7.0.0",
"@babel/plugin-proposal-class-properties": "^7.0.0",
"@babel/plugin-proposal-decorators": "^7.0.0",
"@babel/plugin-proposal-export-namespace-from": "^7.0.0",
"@babel/plugin-proposal-function-sent": "^7.0.0",
"@babel/plugin-proposal-json-strings": "^7.0.0",
"@babel/plugin-proposal-numeric-separator": "^7.0.0",
"@babel/plugin-proposal-throw-expressions": "^7.0.0",
"@babel/plugin-syntax-dynamic-import": "^7.0.0",
"@babel/plugin-syntax-import-meta": "^7.0.0",
"@babel/polyfill": "^7.0.0",
"@babel/preset-env": "^7.0.0",
"@babel/preset-react": "^7.12.13",
"autoprefixer": "^8.3.0",
"babel-loader": "^8.0.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.32.1",
"webpack-cli": "^3.3.0",
"webpack-dev-server": "^3.3.0"
},
"scripts": {
"build": "webpack-cli && webpack-cli -p",
"demo": "cd demo && webpack-cli && \"../node_modules/.bin/webpack-dev-server\" --disableHostCheck=true --port 4000 --host 0.0.0.0 --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"
}