-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy pathpackage.json
More file actions
50 lines (50 loc) · 1.27 KB
/
package.json
File metadata and controls
50 lines (50 loc) · 1.27 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
{
"name": "@4c/babel-preset",
"version": "10.2.1",
"description": "4Catalyzer babel preset",
"main": "index.js",
"repository": {
"type": "git",
"url": "https://github.com/4Catalyzer/javascript",
"directory": "packages/babel-preset"
},
"author": "4Catalyzer",
"license": "MIT",
"engines": {
"node": ">= v12.0.0"
},
"scripts": {
"test": "jest --runInBand"
},
"jest": {
"testEnvironment": "node",
"roots": [
"test"
]
},
"publishConfig": {
"access": "public"
},
"dependencies": {
"@babel/plugin-proposal-export-default-from": "^7.18.10",
"@babel/plugin-proposal-export-namespace-from": "^7.18.9",
"@babel/plugin-syntax-dynamic-import": "^7.8.3",
"@babel/plugin-transform-runtime": "^7.18.10",
"@babel/preset-env": "^7.18.10",
"@babel/preset-react": "^7.18.6",
"@formatjs/ts-transformer": "^3.9.9",
"babel-plugin-dev-expression": "^0.2.3",
"babel-plugin-formatjs": "^10.3.25",
"babel-plugin-polyfill-corejs3": "^0.5.3",
"browserslist": "^4.21.3",
"fast-json-stable-stringify": "^2.1.0",
"lodash": "^4.17.21"
},
"devDependencies": {
"@babel/cli": "^7.28.6",
"@babel/core": "^7.29.0",
"babel-jest": "^28.1.3",
"hookem": "^2.0.1",
"jest-cli": "^28.1.3"
}
}