-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathpackage.json
More file actions
70 lines (70 loc) · 2.05 KB
/
package.json
File metadata and controls
70 lines (70 loc) · 2.05 KB
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": "@experium/react-editor",
"main": "./lib/index.js",
"version": "1.3.78",
"publishConfig": {
"access": "public"
},
"scripts": {
"start": "webpack-dev-server",
"build": "NODE_ENV=production webpack",
"lint": "eslint src/** -f checkstyle -o reports/eslint.xml",
"package": "babel src --out-dir lib"
},
"license": "MIT",
"dependencies": {
"@ant-design/icons": "^4.2.2",
"@babel/plugin-proposal-class-properties": "^7.5.5",
"@tinymce/tinymce-react": "^3.6.1",
"antd": "^4.4.3",
"classnames": "^2.2.6",
"draft-js": "^0.11.7",
"draft-js-export-html": "^1.4.1",
"draft-js-import-html": "^1.4.1",
"final-form": "^4.20.1",
"final-form-arrays": "^3.0.2",
"font-awesome": "^4.7.0",
"prop-types": "^15.7.2",
"ramda": "^0.27.1",
"react": "^16.13.1",
"react-beautiful-dnd": "^13.0.0",
"react-color": "^2.18.1",
"react-dom": "^16.13.1",
"react-final-form": "^6.5.1",
"react-final-form-arrays": "^3.1.2",
"react-medium-image-zoom": "^4.3.1",
"react-onclickoutside": "^6.9.0",
"react-pdf": "^4.2.0",
"react-player": "^2.6.2",
"styled-components": "^5.1.0",
"uniqid": "^4.1.1"
},
"devDependencies": {
"@babel/cli": "^7.6.0",
"@babel/core": "^7.6.0",
"@babel/preset-env": "^7.6.0",
"@babel/preset-react": "^7.0.0",
"babel-eslint": "^10.1.0",
"babel-loader": "^8.1.0",
"babel-plugin-css-modules-transform": "^1.6.2",
"babel-plugin-import": "^1.13.0",
"clean-webpack-plugin": "^3.0.0",
"copy-webpack-plugin": "^5.0.4",
"css-loader": "^4.3.0",
"eslint": "^6.4.0",
"eslint-loader": "^3.0.0",
"eslint-plugin-import": "^2.18.2",
"eslint-plugin-react": "^7.14.3",
"file-loader": "^6.1.0",
"mini-css-extract-plugin": "^0.11.2",
"node-sass": "^4.12.0",
"postcss-loader": "^3.0.0",
"sass-loader": "^8.0.0",
"style-loader": "^1.2.1",
"url-loader": "^4.1.0",
"webpack": "^4.44.2",
"webpack-cli": "^3.3.12",
"webpack-dev-server": "^3.11.0",
"webpack-merge": "^4.2.2"
}
}