forked from draft-js-plugins/draft-js-plugins
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
142 lines (142 loc) · 4.14 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
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
{
"name": "draft-js-plugins",
"version": "0.0.0",
"private": true,
"description": "A Plugin Architecture on top of Draft.JS",
"author": {
"name": "Nik Graf",
"email": "[email protected]",
"url": "http://www.nikgraf.com"
},
"repository": {
"type": "git",
"url": "https://github.com/nikgraf/draft-js-plugins.git"
},
"workspaces": [
"draft-js-alignment-plugin",
"draft-js-anchor-plugin",
"draft-js-buttons",
"draft-js-counter-plugin",
"draft-js-divider-plugin",
"draft-js-drag-n-drop-plugin",
"draft-js-drag-n-drop-upload-plugin",
"draft-js-emoji-plugin",
"draft-js-focus-plugin",
"draft-js-hashtag-plugin",
"draft-js-image-plugin",
"draft-js-inline-toolbar-plugin",
"draft-js-linkify-plugin",
"draft-js-mention-plugin",
"draft-js-plugins-editor",
"draft-js-plugins-utils",
"draft-js-resizeable-plugin",
"draft-js-side-toolbar-plugin",
"draft-js-static-toolbar-plugin",
"draft-js-sticker-plugin",
"draft-js-undo-plugin",
"draft-js-video-plugin"
],
"main": "lib/index.js",
"keywords": [
"editor",
"wysiwyg",
"draft",
"react",
"ux",
"components",
"widget",
"react-component"
],
"scripts": {
"test": "mocha --compilers js:babel-core/register --require testHelper.js \"./{,!(node_modules)/**/}/__test__/*.js\"",
"test:watch": "npm test -- --watch",
"lint": "npm run lint:eslint && npm run lint:flow",
"lint:eslint": "eslint --rule 'mocha/no-exclusive-tests: 2' ./",
"lint:eslint:fix": "eslint --fix --rule 'mocha/no-exclusive-tests: 2' ./",
"lint:flow": "flow status",
"lint:staged": "lint-staged",
"alex": "alex README.md",
"storybook": "start-storybook -p 6006 -s ./stories/public",
"build-storybook": "build-storybook",
"precommit": "lint:staged"
},
"lint-staged": {
"lint:eslint": "*.js"
},
"pre-commit": "lint:staged",
"devDependencies": {
"@storybook/react": "^3.2.8",
"alex": "^4.0.1",
"animateplus": "^1.4.0",
"autoprefixer": "^6.7.6",
"babel-cli": "^6.23.0",
"babel-core": "^6.23.1",
"babel-eslint": "^7.1.1",
"babel-jest": "^19.0.0",
"babel-loader": "^6.3.2",
"babel-plugin-react-transform": "^2.0.2",
"babel-plugin-webpack-loaders": "^0.9.0",
"babel-polyfill": "^6.23.0",
"babel-preset-es2015": "^6.22.0",
"babel-preset-react": "^6.23.0",
"babel-preset-react-hmre": "^1.1.1",
"babel-preset-stage-0": "^6.22.0",
"chai": "^3.5.0",
"chai-enzyme": "^0.6.1",
"cheerio": "^0.22.0",
"css-loader": "^0.26.2",
"css-modules-require-hook": "^4.0.2",
"dirty-chai": "^1.2.2",
"draft-js-buttons": "latest",
"enzyme": "^2.4.1",
"eslint": "^3.17.0",
"eslint-config-airbnb": "^14.1.0",
"eslint-plugin-jsx-a11y": "^4.0.0",
"eslint-plugin-mocha": "^4.8.0",
"eslint-plugin-react": "^6.10.0",
"estraverse-fb": "^1.3.1",
"express": "^4.15.0",
"extract-text-webpack-plugin": "^2.0.0",
"flow-bin": "^0.69.0",
"jest-cli": "^18.1.0",
"jsdom": "^11.3.0",
"lint-staged": "^3.3.1",
"mocha": "^3.0.2",
"multer": "^1.3.0",
"postcss-loader": "^1.3.3",
"pre-commit": "^1.2.2",
"prismjs": "^1.5.1",
"react-addons-pure-render-mixin": "^15.5.2",
"react-addons-test-utils": "^15.5.1",
"react-router": "^3.0.2",
"react-static-webpack-plugin": "2.1.0",
"react-transform-catch-errors": "^1.0.2",
"react-transform-hmr": "^1.0.4",
"redbox-react": "^1.3.4",
"rimraf": "^2.6.1",
"sinon": "^1.17.7",
"sinon-chai": "^2.8.0",
"style-loader": "^0.13.2",
"superagent": "^3.5.0",
"webpack": "^2.2.1",
"webpack-dev-middleware": "^1.10.1",
"webpack-hot-middleware": "^2.17.1"
},
"license": "MIT",
"dependencies": {
"draft-js": "^0.10.5",
"emojione": "^2.2.7",
"eslint-plugin-import": "^2.2.0",
"find-with-regex": "^1.1.3",
"immutable": "^3.8.1",
"linkify-it": "^2.0.3",
"loader-utils": "^1.0.2",
"prepend-http": "1.0.4",
"react": "^15.5.4",
"react-custom-scrollbars": "^4.1.1",
"react-dom": "^15.5.4",
"react-icons": "^2.2.3",
"tlds": "^1.197.0",
"to-style": "^1.3.3"
}
}