UNPKG

2.66 kBJSONView Raw
1{
2 "name": "babel-preset-skypager",
3 "version": "2.52.0",
4 "description": "babel presets for building react apps in es6",
5 "main": "index.js",
6 "repository": {
7 "type": "git",
8 "url": "https://github.com/skypager/skypager"
9 },
10 "keywords": [
11 "babel",
12 "babel-preset"
13 ],
14 "skypager": {
15 "main": "skypager.js"
16 },
17 "author": "Jon Soeder <jon@chicago.com>",
18 "license": "SEE LICENSE IN License.md",
19 "dependencies": {
20 "babel-plugin-check-es2015-constants": "^6.3.13",
21 "babel-plugin-import-glob": "^1.0.1",
22 "babel-plugin-react-transform": "^2.0.0",
23 "babel-plugin-syntax-async-functions": "^6.5.0",
24 "babel-plugin-syntax-jsx": "^6.3.13",
25 "babel-plugin-syntax-trailing-function-commas": "^6.3.13",
26 "babel-plugin-transform-async-to-generator": "^6.7.4",
27 "babel-plugin-transform-class-properties": "^6.4.0",
28 "babel-plugin-transform-es2015-arrow-functions": "^6.4.0",
29 "babel-plugin-transform-es2015-block-scoped-functions": "^6.3.13",
30 "babel-plugin-transform-es2015-block-scoping": "^6.4.0",
31 "babel-plugin-transform-es2015-classes": "^6.4.0",
32 "babel-plugin-transform-es2015-computed-properties": "^6.4.0",
33 "babel-plugin-transform-es2015-destructuring": "^6.4.0",
34 "babel-plugin-transform-es2015-for-of": "^6.3.13",
35 "babel-plugin-transform-es2015-function-name": "^6.4.0",
36 "babel-plugin-transform-es2015-literals": "^6.3.13",
37 "babel-plugin-transform-es2015-modules-commonjs": "^6.3.16",
38 "babel-plugin-transform-es2015-object-super": "^6.4.0",
39 "babel-plugin-transform-es2015-parameters": "^6.4.2",
40 "babel-plugin-transform-es2015-shorthand-properties": "^6.3.13",
41 "babel-plugin-transform-es2015-spread": "^6.4.0",
42 "babel-plugin-transform-es2015-sticky-regex": "^6.3.13",
43 "babel-plugin-transform-es2015-template-literals": "^6.3.13",
44 "babel-plugin-transform-es2015-typeof-symbol": "^6.4.3",
45 "babel-plugin-transform-es2015-unicode-regex": "^6.4.3",
46 "babel-plugin-transform-export-extensions": "^6.4.0",
47 "babel-plugin-transform-object-rest-spread": "^6.3.13",
48 "babel-plugin-transform-react-display-name": "^6.4.0",
49 "babel-plugin-transform-react-jsx": "^6.4.0",
50 "babel-plugin-transform-react-jsx-source": "^6.3.13",
51 "babel-plugin-transform-regenerator": "^6.6.5",
52 "babel-plugin-transform-runtime": "^6.7.5",
53 "babel-plugin-transform-strict-mode": "^6.3.13",
54 "babel-runtime": "^6.3.19",
55 "bluebird": "^3.3.4"
56 },
57 "bugs": {
58 "url": "https://github.com/skypager/skypager"
59 },
60 "homepage": "https://skypager.io",
61 "files": [
62 "lib",
63 "index.js",
64 "npm-shrinkwrap.json",
65 "package.json"
66 ]
67}
\No newline at end of file