UNPKG

938 BJSONView Raw
1{
2 "name": "ocomp",
3 "version": "2.0.0",
4 "main": "./dist/index.js",
5 "author": "luliangxiao",
6 "license": "MIT",
7 "files": [
8 "src",
9 "dist"
10 ],
11 "scripts": {
12 "flow": "flow",
13 "build": "webpack --config build/webpack.base.conf.js --progress"
14 },
15 "devDependencies": {
16 "babel-plugin-proxy": "^1.1.0",
17 "babel-plugin-transform-flow-strip-types": "^6.22.0",
18 "flow-bin": "^0.43.1",
19 "flow-remove-types": "^1.2.0",
20 "rollup": "^0.41.6",
21 "rollup-plugin-buble": "^0.15.0"
22 },
23 "dependencies": {
24 "babel": "^6.23.0",
25 "babel-cli": "^6.24.1",
26 "babel-core": "^6.24.1",
27 "babel-loader": "^6.4.1",
28 "babel-plugin-add-module-exports": "^0.2.1",
29 "babel-plugin-syntax-flow": "^6.18.0",
30 "babel-plugin-transform-runtime": "^6.23.0",
31 "babel-polyfill": "^6.23.0",
32 "babel-preset-es2015": "^6.24.1",
33 "babel-preset-flow": "^6.23.0",
34 "babel-preset-stage-0": "^6.24.1"
35 }
36}