-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
47 lines (47 loc) · 1.13 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
{
"name": "ld-emoji",
"version": "2.0.0",
"description": "Last Draft emoji plugin",
"main": "lib/emoji/plugin.js",
"scripts": {
"build": "rm -rf lib && babel src --out-dir lib --copy-files"
},
"repository": {
"type": "git",
"url": "https://github.com/vacenz/ld-emoji"
},
"author": "Steven Iseki <[email protected]>",
"license": "MIT",
"devDependencies": {
"babel-core": "^6.7.6",
"babel-cli": "^6.18.0",
"babel-eslint": "^7.1.1",
"babel-loader": "^6.2.4",
"babel-plugin-transform-decorators-legacy": "^1.3.4",
"babel-preset-es2015": "^6.6.0",
"babel-preset-react": "^6.5.0",
"babel-preset-stage-0": "^6.5.0",
"babel-register": "^6.7.2",
"babel-runtime": "^6.6.1",
"webpack": "2.1.0-beta.27",
"webpack-dev-server": "2.1.0-beta.12"
},
"dependencies": {
"draft-js": "0.10.0",
"emojione": "^2.2.7",
"styled-components": "^1.2.1"
},
"keywords": [
"ld",
"ld-emoji",
"last draft",
"last-draft",
"last-draft-plugin",
"ld-plugin",
"ld plugin",
"draft-js",
"draft-js-plugins",
"draftjs plugins",
"draftjs"
]
}