-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
70 lines (70 loc) · 2.24 KB
/
package.json
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
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
{
"name": "babel-preset-packez",
"version": "1.5.1",
"description": "",
"main": "./lib/index.js",
"scripts": {
"start": "transform-es src -d lib -t node -w --corejs false",
"test": "babel ./test/src -d ./test/lib --extensions .ts,.tsx,.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/nil-build/babel-preset-packez.git"
},
"keywords": [
"babel",
"babel-preset",
"babel-preset-packez"
],
"files": [
"lib",
"*.js",
"*.md"
],
"author": "[email protected]",
"license": "MIT",
"bugs": {
"url": "https://github.com/nil-build/babel-preset-packez/issues"
},
"homepage": "https://github.com/nil-build/babel-preset-packez#readme",
"dependencies": {
"@babel/core": "^7.19.3",
"@babel/plugin-proposal-async-generator-functions": "^7.19.1",
"@babel/plugin-proposal-class-properties": "^7.18.6",
"@babel/plugin-proposal-decorators": "^7.19.3",
"@babel/plugin-proposal-export-default-from": "^7.18.10",
"@babel/plugin-proposal-export-namespace-from": "^7.18.9",
"@babel/plugin-proposal-function-sent": "^7.18.6",
"@babel/plugin-proposal-nullish-coalescing-operator": "^7.18.6",
"@babel/plugin-proposal-numeric-separator": "^7.18.6",
"@babel/plugin-proposal-object-rest-spread": "^7.18.9",
"@babel/plugin-proposal-optional-catch-binding": "^7.18.6",
"@babel/plugin-proposal-optional-chaining": "^7.18.9",
"@babel/plugin-proposal-private-methods": "^7.18.6",
"@babel/plugin-syntax-dynamic-import": "^7.8.3",
"@babel/plugin-syntax-top-level-await": "^7.14.5",
"@babel/plugin-transform-destructuring": "^7.18.13",
"@babel/plugin-transform-proto-to-assign": "^7.18.0",
"@babel/plugin-transform-runtime": "^7.19.1",
"@babel/preset-env": "^7.19.3",
"@babel/preset-react": "^7.18.6",
"@babel/preset-typescript": "^7.18.6",
"@babel/runtime": "^7.19.0",
"babel-plugin-dev-expression": "^0.2.3",
"babel-plugin-macros": "^3.1.0",
"lodash": "^4.17.21"
},
"devDependencies": {
"@babel/cli": "^7.18.10",
"transform-es": "^5.6.4"
},
"browserslist": [
">0.2%",
"not dead",
"not ie <= 11",
"not op_mini all"
],
"publishConfig": {
"registry": "https://registry.npmjs.org/"
}
}