-
Notifications
You must be signed in to change notification settings - Fork 43
/
package.json
61 lines (61 loc) · 1.64 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
{
"name": "ifanrx-react-ueditor",
"version": "2.3.2",
"description": "an ueditor component for react",
"main": "lib",
"scripts": {
"build": "rm -rf lib/ && babel src -d lib",
"lint": "eslint src/**/*.js example/**/*.js --fix",
"start": "webpack serve --config example/webpack.config.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ifanrx/react-ueditor.git"
},
"keywords": [
"ueditor",
"react"
],
"author": "KaiLunYao",
"license": "MIT",
"bugs": {
"url": "https://github.com/ifanrx/react-ueditor/issues"
},
"homepage": "https://github.com/ifanrx/react-ueditor#readme",
"files": [
"lib",
"LICENSE",
"README.md"
],
"dependencies": {
"rc-dialog": "6.5.11"
},
"devDependencies": {
"@babel/cli": "^7.1.5",
"@babel/core": "^7.1.6",
"@babel/plugin-proposal-class-properties": "^7.0.0",
"@babel/preset-env": "^7.1.6",
"@babel/preset-react": "^7.0.0",
"babel-eslint": "^9.0.0",
"babel-loader": "^8.0.4",
"css-loader": "^2.1.1",
"eslint": "^7.32.0",
"eslint-config-standard": "^10.2.1",
"eslint-config-standard-react": "^6.0.0",
"eslint-plugin-import": "^2.8.0",
"eslint-plugin-node": "^5.2.1",
"eslint-plugin-promise": "^3.6.0",
"eslint-plugin-react": "^7.20.3",
"eslint-plugin-standard": "^3.0.1",
"eslint-plugin-xss": "^0.1.8",
"html-webpack-plugin": "^4.5.2",
"prop-types": "^15.8.1",
"react": "^16.14.0",
"react-dom": "^16.14.0",
"react-router-dom": "^4.3.1",
"style-loader": "^0.23.1",
"webpack": "^4.46.0",
"webpack-cli": "^4.10.0",
"webpack-dev-server": "^4.13.3"
}
}