-
Notifications
You must be signed in to change notification settings - Fork 132
/
Copy pathpackage.json
74 lines (74 loc) · 2.22 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
{
"name": "react-froala-wysiwyg",
"version": "4.4.0",
"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": {
"froala-editor": "4.4.0"
},
"devDependencies": {
"@babel/cli": "^7.25.9",
"@babel/core": "^7.26.0",
"@babel/plugin-proposal-decorators": "^7.25.9",
"@babel/plugin-proposal-function-sent": "^7.25.9",
"@babel/plugin-proposal-throw-expressions": "^7.25.9",
"@babel/preset-env": "^7.26.0",
"@babel/preset-react": "^7.25.9",
"autoprefixer": "^10.4.20",
"babel-loader": "^8.0.0",
"copy-webpack-plugin": "^12.0.2",
"core-js": "^3.39.0",
"css-loader": "^7.1.2",
"exports-loader": "^0.6.2",
"file-loader": "^6.2.0",
"highlight.js": "^11.10.0",
"imports-loader": "^5.0.0",
"jsdom": "^25.0.1",
"mocha": "^10.8.2",
"mock-require": "^1.3.0",
"nightwatch": "^3.9.0",
"postcss-loader": "^8.1.1",
"raw-loader": "^0.5.1",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-highlight": "^0.15.0",
"sinon": "^1.17.4",
"style-loader": "^0.21.0",
"url-loader": "^4.1.1",
"webpack": "^5.96.1",
"webpack-cli": "^5.1.4",
"webpack-dev-server": "^5.1.0"
},
"scripts": {
"build": "webpack-cli --mode=development && webpack-cli --mode=production",
"demo": "cd demo && webpack-cli --mode=development && \"../node_modules/.bin/webpack-dev-server\" --mode development --allowed-hosts all --port 4000 --host 0.0.0.0 --static 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"
}