UNPKG

2.79 kBJSONView Raw
1{
2 "name": "@goldwasserexchange/babel-preset",
3 "version": "6.1.3",
4 "description": "The babel preset for Goldwasser Exchange projects",
5 "homepage": "https://github.com/goldwasserexchange/public",
6 "repository": {
7 "type": "git",
8 "url": "git+https://github.com/goldwasserexchange/public.git"
9 },
10 "license": "MIT",
11 "author": "Hans Scheuren",
12 "main": "index.js",
13 "scripts": {
14 "lint": "yarn lint:pkg && yarn lint:js",
15 "lint:js": "ge-scripts lint-js",
16 "lint:pkg": "npmPkgJsonLint .",
17 "precommit": "lint-staged",
18 "sort": "sort-package-json"
19 },
20 "lint-staged": {
21 "*.{js,ts}": [
22 "yarn lint:js"
23 ],
24 "package.json": [
25 "npmPkgJsonLint"
26 ]
27 },
28 "eslintConfig": {
29 "extends": "@goldwasserexchange"
30 },
31 "dependencies": {
32 "@babel/cli": "^7.8.4",
33 "@babel/core": "^7.8.4",
34 "@babel/plugin-proposal-class-properties": "^7.8.3",
35 "@babel/plugin-proposal-object-rest-spread": "^7.8.3",
36 "@babel/plugin-syntax-dynamic-import": "^7.8.3",
37 "@babel/plugin-transform-exponentiation-operator": "^7.8.3",
38 "@babel/plugin-transform-react-constant-elements": "^7.8.3",
39 "@babel/plugin-transform-react-inline-elements": "^7.8.3",
40 "@babel/plugin-transform-react-jsx": "^7.8.3",
41 "@babel/plugin-transform-react-jsx-self": "^7.8.3",
42 "@babel/plugin-transform-react-jsx-source": "^7.8.3",
43 "@babel/plugin-transform-regenerator": "^7.8.3",
44 "@babel/plugin-transform-runtime": "^7.8.3",
45 "@babel/preset-env": "^7.8.4",
46 "@babel/preset-react": "^7.8.3",
47 "@babel/preset-typescript": "^7.8.3",
48 "@babel/runtime": "^7.8.4",
49 "@goldwasserexchange/browserslist-config": "^6.1.3",
50 "@goldwasserexchange/node-semver-tools": "^6.1.3",
51 "@goldwasserexchange/read-pkg-up-helpers": "^6.1.2",
52 "babel-plugin-date-fns": "^0.2.1",
53 "babel-plugin-dynamic-import-node": "^2.3.0",
54 "babel-plugin-lodash": "^3.3.2",
55 "babel-plugin-minify-dead-code-elimination": "^0.5.1",
56 "babel-plugin-ramda": "^2.0.0",
57 "babel-plugin-recharts": "^1.2.0",
58 "babel-plugin-root-import": "^6.4.1",
59 "babel-plugin-transform-imports": "^2.0.0",
60 "babel-plugin-transform-react-remove-prop-types": "^0.4.24",
61 "babel-plugin-universal-import": "^3.0.0",
62 "ramda": "^0.26.1",
63 "react-loadable": "^5.3.1"
64 },
65 "devDependencies": {
66 "@goldwasserexchange/eslint-config": "^6.1.2",
67 "@goldwasserexchange/npm-package-json-lint-config": "^6.1.2",
68 "ge-scripts": "^6.1.3",
69 "lint-staged": "^10.0.7",
70 "npm-package-json-lint": "^4.6.0",
71 "sort-package-json": "^1.39.1"
72 },
73 "publishConfig": {
74 "access": "public"
75 },
76 "npmpackagejsonlint": {
77 "extends": "@goldwasserexchange/npm-package-json-lint-config"
78 },
79 "gitHead": "1c5673e351537a73efcc468ac50b3aa6e13f373b"
80}