-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathpackage.json
110 lines (110 loc) · 3.29 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
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
{
"name": "butterfly-editor",
"version": "0.2.1",
"description": "Full Rich Text Editor Easy, Flexible and Elegent made on using React and Draftjs which is a Fast and Reliable Draft Text Editing Framework",
"homepage": "https://ipenywis.github.io/ButterflyEditor",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"scripts": {
"watch": "webpack --watch --mode=development",
"build": "webpack --mode=production",
"test": "jest",
"deployDocs": "gh-pages --remote github -d docs-website"
},
"keywords": [
"CMS",
"Rich Text Editor",
"Text Editor",
"WYSIWYG",
"Draftjs",
"React",
"Typescript"
],
"author": {
"name": "Islem Maboud",
"url": "https://github.com/ipenywis",
"email": "[email protected]"
},
"license": "MIT",
"files": [
"dist/"
],
"repository": {
"url": "https://github.com/ipenywis/ButterflyEditor"
},
"devDependencies": {
"@types/codemirror": "0.0.71",
"@types/color": "^3.0.0",
"@types/crypto-js": "^3.1.43",
"@types/draft-js": "^0.10.23",
"@types/enzyme": "^3.1.15",
"@types/lodash": "^4.14.111",
"@types/prop-types": "^15.5.6",
"@types/rc-slider": "^8.6.0",
"@types/react": "^16.7.17",
"@types/react-dom": "^16.0.11",
"@types/react-tabs": "^2.3.0",
"@types/react-test-renderer": "^16.0.3",
"@types/styled-components": "^4.1.4",
"@types/webpack-env": "^1.13.6",
"awesome-typescript-loader": "^5.2.0",
"babel-jest": "^23.6.0",
"babel-plugin-transform-class-properties": "^6.24.1",
"create-react-app": "^2.1.1",
"css-loader": "^1.0.0",
"dts-generator": "^2.1.0",
"enzyme": "^3.7.0",
"enzyme-adapter-react-16": "^1.7.0",
"enzyme-to-json": "^3.3.4",
"extract-text-webpack-plugin": "^4.0.0-beta.0",
"file-loader": "^2.0.0",
"grunt": "^1.0.3",
"ignore-loader": "^0.1.2",
"jest": "^23.6.0",
"mini-css-extract-plugin": "^0.4.5",
"monaco-editor-webpack-plugin": "^1.5.4",
"node-sass": "^4.9.2",
"postcss-loader": "^3.0.0",
"react": "^16.6.3",
"react-dom": "^16.6.3",
"react-test-renderer": "^16.6.0",
"sass-loader": "^7.0.3",
"source-map-loader": "^0.2.3",
"style-loader": "^0.21.0",
"svg-inline-loader": "^0.8.0",
"svg-inline-react": "^3.1.0",
"ts-jest": "^23.10.4",
"typescript": "^2.9.2",
"typescript-plugin-styled-components": "^1.0.0",
"uglifyjs-webpack-plugin": "^2.0.1",
"webpack": "^4.28.3",
"webpack-bundle-analyzer": "^3.0.3",
"webpack-cli": "^3.1.2",
"webpack-visualizer-plugin": "^0.1.11"
},
"dependencies": {
"@types/enzyme-adapter-react-16": "^1.0.3",
"@types/jest": "^23.3.9",
"axios": "^0.18.0",
"codemirror": "^5.42.2",
"color": "^3.0.0",
"consolidated-events": "^2.0.2",
"crypto-js": "^3.1.9-1",
"draft-js": "^0.10.5",
"draft-js-custom-styles": "^2.0.4",
"draft-js-export-html": "^1.2.0",
"draft-js-import-html": "^1.2.1",
"events": "^3.0.0",
"immutable": "^3.8.2",
"popper.js": "^1.14.6",
"preact-compat": "^3.18.4",
"prismjs": "^1.15.0",
"rc-slider": "^8.6.4",
"react-codemirror2": "^5.1.0",
"react-outside-click-handler": "^1.2.2",
"react-popper": "^1.3.0",
"react-tabs": "^2.3.0",
"react-transition-group": "^2.4.0",
"styled-components": "^4.1.2"
}
}