UNPKG

2.81 kBJSONView Raw
1{
2 "name": "@dlghq/babel-preset-dialog",
3 "version": "3.4.0",
4 "main": "index.js",
5 "author": "Nikita Gusakov <gusnkt@gmail.com>",
6 "license": "Apache-2.0",
7 "description": "Babel preset for dialog projects",
8 "keywords": [
9 "babel",
10 "preset",
11 "dialog"
12 ],
13 "repository": {
14 "type": "git",
15 "url": "https://github.com/dialogs/babel-preset-dialog.git"
16 },
17 "bugs": {
18 "url": "https://github.com/dialogs/babel-preset-dialog/issues"
19 },
20 "homepage": "https://github.com/dialogs/babel-preset-dialog",
21 "scripts": {
22 "postversion": "npm publish",
23 "postpublish": "git push --follow-tags"
24 },
25 "dependencies": {
26 "babel-plugin-check-es2015-constants": "6.22.0",
27 "babel-plugin-external-helpers": "6.22.0",
28 "babel-plugin-lodash": "3.2.11",
29 "babel-plugin-syntax-flow": "6.18.0",
30 "babel-plugin-syntax-jsx": "6.18.0",
31 "babel-plugin-transform-class-properties": "6.24.1",
32 "babel-plugin-transform-es2015-arrow-functions": "6.22.0",
33 "babel-plugin-transform-es2015-block-scoped-functions": "6.22.0",
34 "babel-plugin-transform-es2015-block-scoping": "6.24.1",
35 "babel-plugin-transform-es2015-classes": "6.24.1",
36 "babel-plugin-transform-es2015-computed-properties": "6.24.1",
37 "babel-plugin-transform-es2015-destructuring": "6.23.0",
38 "babel-plugin-transform-es2015-duplicate-keys": "6.24.1",
39 "babel-plugin-transform-es2015-for-of": "6.23.0",
40 "babel-plugin-transform-es2015-function-name": "6.24.1",
41 "babel-plugin-transform-es2015-literals": "6.22.0",
42 "babel-plugin-transform-es2015-modules-commonjs": "6.24.1",
43 "babel-plugin-transform-es2015-object-super": "6.24.1",
44 "babel-plugin-transform-es2015-parameters": "6.24.1",
45 "babel-plugin-transform-es2015-shorthand-properties": "6.24.1",
46 "babel-plugin-transform-es2015-spread": "6.22.0",
47 "babel-plugin-transform-es2015-sticky-regex": "6.24.1",
48 "babel-plugin-transform-es2015-template-literals": "6.22.0",
49 "babel-plugin-transform-es2015-typeof-symbol": "6.23.0",
50 "babel-plugin-transform-es2015-unicode-regex": "6.24.1",
51 "babel-plugin-transform-export-extensions": "6.22.0",
52 "babel-plugin-transform-flow-comments": "6.22.0",
53 "babel-plugin-transform-flow-strip-types": "6.22.0",
54 "babel-plugin-transform-object-rest-spread": "6.23.0",
55 "babel-plugin-transform-react-constant-elements": "6.23.0",
56 "babel-plugin-transform-react-display-name": "6.23.0",
57 "babel-plugin-transform-react-inline-elements": "6.22.0",
58 "babel-plugin-transform-react-jsx": "6.24.1",
59 "babel-plugin-transform-react-jsx-self": "6.22.0",
60 "babel-plugin-transform-react-jsx-source": "6.22.0",
61 "babel-plugin-transform-runtime": "6.23.0",
62 "babel-plugin-transform-strict-mode": "6.24.1",
63 "babel-plugin-typecheck": "3.9.0"
64 }
65}