UNPKG

1.63 kBJSONView Raw
1{
2 "name": "pob-babel",
3 "version": "12.5.3",
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.18.0",
20 "babel-plugin-discard-module-references": "^1.1.2",
21 "babel-plugin-import-export-rename": "^1.0.1",
22 "babel-plugin-minify-constant-folding": "0.0.1",
23 "babel-plugin-minify-dead-code-elimination": "0.0.4",
24 "babel-plugin-minify-guarded-expressions": "0.0.3",
25 "babel-plugin-minify-replace": "0.0.1",
26 "babel-plugin-react-require": "^3.0.0",
27 "babel-plugin-syntax-flow": "^6.18.0",
28 "babel-plugin-tcomb-forked": "^0.3.21",
29 "babel-plugin-transform-flow-strip-types": "^6.18.0",
30 "babel-plugin-transform-react-jsx-self": "^6.11.0",
31 "babel-plugin-transform-react-jsx-source": "^6.9.0",
32 "babel-preset-stage-1": "^6.16.0",
33 "chokidar": "^1.6.1",
34 "fs-readdir-recursive": "^1.0.0",
35 "glob": "^7.1.1",
36 "js-yaml": "^3.6.1",
37 "lock": "^0.1.3",
38 "nightingale": "^6.0.0-beta.2",
39 "nightingale-console": "^2.1.0",
40 "ora": "^0.3.0",
41 "pob-release": "^2.2.2",
42 "promise-callback-factory": "^1.0.0",
43 "promise-queue": "^2.2.3",
44 "slash": "^1.0.0"
45 },
46 "devDependencies": {
47 "tcomb-forked": "^3.4.0"
48 }
49}