forked from globocom/megadraft-youtube-plugin
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
82 lines (82 loc) · 2.24 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
{
"name": "megadraft-youtube-plugin",
"version": "1.3.0",
"description": "megadraft-youtube-plugin",
"main": "dist/youtube.js",
"style": "dist/css/plugin.css",
"dependencies": {
"debounce": "^1.0.2"
},
"devDependencies": {
"babel-cli": "^6.6.5",
"babel-core": "^6.6.0",
"babel-eslint": "^6.0.0",
"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",
"chai": "^3.5.0",
"chai-enzyme": "^0.8.0",
"enzyme": "^2.9.1",
"es6-shim": "^0.35.0",
"eslint": "^2.4.0",
"eslint-plugin-mocha": "^4.1.0",
"eslint-plugin-react": "^4.2.3",
"eslint-watch": "^2.1.11",
"estraverse-fb": "^1.3.1",
"gulp": "^3.9.1",
"gulp-autoprefixer": "^3.1.0",
"gulp-sass": "^2.3.1",
"jsdom": "^11.1.0",
"jsdom-global": "^3.0.2",
"megadraft": "^0.4.9",
"mocha": "^2.4.5",
"react": "15.2.1",
"react-addons-test-utils": "15.2.1",
"react-dom": "15.2.1",
"rimraf": "^2.5.2",
"sinon": "^3.2.1",
"sinon-chai": "^2.13.0",
"webpack": "^1.12.14",
"webpack-dev-server": "^1.14.1"
},
"peerDependencies": {},
"scripts": {
"start": "gulp dev-server",
"test": "mocha --opts mocha.opts",
"test:watch": "mocha -w --opts mocha.opts",
"build:css": "gulp sass",
"build:lib": "babel src/ -d lib/",
"build:dist": "rimraf dist && webpack --config webpack.config.dist.js --optimize-minimize",
"build": "npm run build:lib && npm run build:dist && npm run build:css",
"prepublish": "npm run build",
"lint": "eslint src tests",
"lint:watch": "esw -w src tests",
"watch": "babel -d lib/ src/ --watch"
},
"repository": {
"type": "git",
"url": "https://github.com/globocom/megadraft-youtube-plugin"
},
"files": [
"dist",
"lib"
],
"keywords": [
"megadraft",
"editor",
"react",
"draftjs"
],
"author": {
"author": "Globo.com",
"email": "",
"url": "https://globo.com"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/globocom/megadraft-youtube-plugin/issues"
},
"homepage": "https://github.com/globocom/megadraft-youtube-plugin/blob/master/README.md"
}