UNPKG

1.58 kBJSONView Raw
1{
2 "name": "@4c/babel-preset",
3 "version": "7.3.0",
4 "description": "4Catalyzer babel preset",
5 "main": "index.js",
6 "repository": {
7 "type": "git",
8 "url": "https://github.com/4Catalyzer/javascript",
9 "directory": "packages/babel-preset"
10 },
11 "author": "4Catalyzer",
12 "license": "MIT",
13 "engines": {
14 "node": ">= v8.17.0"
15 },
16 "scripts": {
17 "test": "jest --runInBand"
18 },
19 "jest": {
20 "testEnvironment": "node",
21 "roots": [
22 "test"
23 ]
24 },
25 "publishConfig": {
26 "access": "public"
27 },
28 "dependencies": {
29 "@babel/plugin-proposal-class-properties": "^7.8.0",
30 "@babel/plugin-proposal-export-default-from": "^7.8.0",
31 "@babel/plugin-proposal-export-namespace-from": "^7.8.0",
32 "@babel/plugin-syntax-dynamic-import": "^7.8.0",
33 "@babel/plugin-transform-runtime": "^7.8.0",
34 "@babel/preset-env": "^7.8.2",
35 "@babel/preset-modules": "^0.1.2",
36 "@babel/preset-react": "^7.8.0",
37 "babel-plugin-dev-expression": "^0.2.2",
38 "babel-plugin-react-intl": "^5.1.16",
39 "browserslist": "^4.8.3",
40 "lodash": "^4.17.15",
41 "read-pkg-up": "^7.0.1"
42 },
43 "devDependencies": {
44 "@babel/cli": "^7.8.0",
45 "@babel/core": "^7.8.0",
46 "babel-jest": "^24.9.0",
47 "babel-plugin-tester": "^8.0.1",
48 "eslint": "^6.8.0",
49 "eslint-config-4catalyzer": "^1.0.2",
50 "eslint-config-prettier": "^6.9.0",
51 "eslint-plugin-import": "^2.20.0",
52 "eslint-plugin-jest": "^23.6.0",
53 "eslint-plugin-prettier": "^3.1.2",
54 "jest-cli": "^24.9.0"
55 },
56 "gitHead": "0e4d830f33760b4f833cba2250da372b20707239"
57}