UNPKG

1.49 kBJSONView Raw
1{
2 "name": "pob-babel",
3 "version": "9.0.1",
4 "description": "Build and watch with babel",
5 "author": "Christophe Hurpeau <christophe@hurpeau.com> (http://christophe.hurpeau.com/)",
6 "license": "ISC",
7 "repository": "christophehurpeau/pob-babel",
8 "main": "lib/index.js",
9 "bin": {
10 "pob-build": "./build",
11 "pob-watch": "./watch"
12 },
13 "scripts": {
14 "preversion": "pob-repository-check-clean",
15 "release": "pob-repository-check-clean && pob-release",
16 "version": "pob-version"
17 },
18 "dependencies": {
19 "babel-core": "^6.17.0",
20 "babel-plugin-defines": "^3.2.0",
21 "babel-plugin-discard-module-references": "^1.1.0",
22 "babel-plugin-import-rename": "^1.0.1",
23 "babel-plugin-react-require": "^2.1.0",
24 "babel-plugin-remove-dead-code": "^1.3.1",
25 "babel-plugin-syntax-flow": "^6.13.0",
26 "babel-plugin-tcomb-forked": "^0.3.18",
27 "babel-plugin-transform-flow-strip-types": "^6.14.0",
28 "babel-plugin-transform-react-jsx-self": "^6.11.0",
29 "babel-plugin-transform-react-jsx-source": "^6.9.0",
30 "babel-preset-stage-1": "^6.16.0",
31 "chokidar": "^1.6.0",
32 "fs-readdir-recursive": "^1.0.0",
33 "glob": "^7.1.1",
34 "js-yaml": "^3.6.1",
35 "lock": "^0.1.3",
36 "nightingale": "^4.9.0",
37 "nightingale-console": "^1.1.0",
38 "ora": "^0.3.0",
39 "pob-release": "^2.1.2",
40 "promise-callback-factory": "^1.0.0",
41 "promise-queue": "^2.2.3",
42 "slash": "^1.0.0"
43 },
44 "devDependencies": {
45 "tcomb-forked": "^3.4.0"
46 }
47}