-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
50 lines (50 loc) · 1.44 KB
/
package.json
File metadata and controls
50 lines (50 loc) · 1.44 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": "@mpxjs/babel-preset-mpx",
"version": "1.0.2",
"description": "Babel preset for all Mpx projects.",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"mpx",
"babel-preset"
],
"repository": {
"type": "git",
"url": "git+https://github.com/mpx-ecology/babel-preset-mpx.git"
},
"homepage": "https://github.com/mpx-ecology/babel-preset-mpx#readme",
"author": "mackwang112@gmail.com",
"license": "ISC",
"publishConfig": {
"registry": "https://registry.npmjs.org",
"access": "public"
},
"dependencies": {
"@babel/core": "^7.28.0",
"@babel/plugin-proposal-class-properties": "^7.18.6",
"@babel/plugin-proposal-nullish-coalescing-operator": "^7.18.6",
"@babel/plugin-proposal-optional-chaining": "^7.21.0",
"@babel/plugin-transform-arrow-functions": "^7.27.1",
"@babel/plugin-transform-runtime": "^7.28.3",
"@babel/plugin-transform-shorthand-properties": "^7.27.1",
"@babel/preset-env": "^7.28.3",
"@babel/preset-react": "^7.27.1",
"@mpxjs/babel-plugin-inject-page-events": "^2.9.5",
"babel-plugin-transform-require-context": "^0.1.1",
"babel-plugin-worklet": "^0.0.7"
},
"peerDependencies": {
"@babel/runtime-corejs3": "*",
"@babel/runtime": "*"
},
"peerDependenciesMeta": {
"@babel/runtime-corejs3": {
"optional": true
},
"@babel/runtime": {
"optional": true
}
}
}