-
Notifications
You must be signed in to change notification settings - Fork 44
/
package.json
50 lines (50 loc) · 1.36 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
{
"name": "reflv",
"version": "0.0.1",
"description": "react component wrap flv.js",
"keywords": [
"react",
"flv",
"flv.js",
"livestream",
"flash"
],
"author": "gwuhaolin",
"scripts": {
"dev": "webpack-dev-server --open",
"doc:pub": "NODE_ENV=production webpack --config webpack-dist.config.js && rm -rf .doc",
"npm:js": "babel src --out-dir .npm --source-maps",
"npm:pub": " npm run npm:js && cp package.json .npm && npm publish .npm && rm -rf .npm"
},
"dependencies": {
"flv.js": "^1.3.0",
"prop-types": "^15.5.10",
"react": "^15.5.4"
},
"devDependencies": {
"antd": "^2.10.4",
"babel-core": "^6.24.1",
"babel-loader": "^7.0.0",
"babel-plugin-import": "^1.2.1",
"babel-plugin-transform-runtime": "^6.23.0",
"babel-preset-es2015": "^6.24.1",
"babel-preset-react": "^6.24.1",
"babel-preset-stage-2": "^6.24.1",
"css-loader": "^0.28.4",
"docgen-loader": "^1.3.4",
"end-webpack-plugin": "^1.0.0",
"file-loader": "^0.11.2",
"gh-pages": "^1.0.0",
"node-sass": "4.5.3",
"raw-loader": "^0.5.1",
"react-docgen": "^2.15.0",
"react-dom": "^15.5.4",
"redemo": "^1.0.7",
"sass-loader": "^6.0.5",
"style-loader": "^0.18.2",
"swfobject": "^2.2.1",
"web-webpack-plugin": "^1.6.2",
"webpack": "^3.0.0",
"webpack-dev-server": "^2.5.0"
}
}