FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
draft-js-plugins/draft-js-plugins-editor/package.json at master · pathcore/draft-js-plugins · GitHub
Uh oh!
There was an error while loading.
Please reload this page
.
pathcore
/
draft-js-plugins
Public
forked from
draft-js-plugins/draft-js-plugins
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Pull requests
0
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Security and quality
Insights
Expand file tree
Breadcrumbs
draft-js-plugins
/
draft-js-plugins-editor
/
package.json
Copy path
More file actions
More file actions
Latest commit
History
History
History
48 lines (48 loc) · 1.07 KB
Breadcrumbs
draft-js-plugins
/
draft-js-plugins-editor
/
package.json
Copy path
File metadata and controls
48 lines (48 loc) · 1.07 KB
Raw
Copy raw file
Download raw file
Open symbols panel
Edit and raw actions
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
{
"name"
:
"
draft-js-plugins-editor
"
,
"version"
:
"
3.0.0
"
,
"description"
:
"
Editor for DraftJS Plugins
"
,
"author"
: {
"name"
:
"
Nik Graf
"
,
"email"
:
"
nik@nikgraf.com
"
,
"url"
:
"
http://www.nikgraf.com
"
},
"repository"
: {
"type"
:
"
git
"
,
"url"
:
"
https://github.com/draft-js-plugins/draft-js-plugins.git
"
},
"main"
:
"
lib/index.cjs.js
"
,
"module"
:
"
lib/index.esm.js
"
,
"files"
: [
"
lib
"
],
"keywords"
: [
"
editor
"
,
"
wysiwyg
"
,
"
draft
"
,
"
react
"
,
"
ux
"
,
"
components
"
,
"
widget
"
,
"
react-component
"
],
"scripts"
: {
"clean"
:
"
../node_modules/.bin/rimraf lib
"
,
"build"
:
"
yarn clean && yarn build:js && yarn build:ts
"
,
"build:js"
:
"
../node_modules/.bin/rollup --config ../rollup.config.js
"
,
"build:ts"
:
"
../node_modules/.bin/cpx src/*.d.ts lib/
"
,
"prepublish"
:
"
yarn build
"
},
"license"
:
"
MIT
"
,
"dependencies"
: {
"immutable"
:
"
~3.7.4
"
,
"prop-types"
:
"
^15.5.8
"
},
"peerDependencies"
: {
"draft-js"
:
"
^0.11.0
"
,
"react"
:
"
^16.3.0
"
},
"devDependencies"
: {
"@types/draft-js"
:
"
^0.10.34
"
}
}
Back
|
FazBrowse Home
|
New Git URL