-
Notifications
You must be signed in to change notification settings - Fork 4.8k
/
Copy pathpackage.json
81 lines (81 loc) · 2.13 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
71
72
73
74
75
76
77
78
79
80
81
{
"name": "babel-preset-taro",
"version": "4.0.10-beta.1",
"description": "Taro babel preset",
"author": "O2Team",
"license": "MIT",
"homepage": "https://github.com/nervjs/taro/tree/main/packages/babel-preset-taro#readme",
"main": "index.js",
"files": [
"rn/",
"remove-define-config.js",
"index.js"
],
"repository": {
"type": "git",
"url": "git+https://github.com/NervJS/taro.git"
},
"scripts": {
"test": "jest",
"test:ci": "jest --ci -i --coverage --silent"
},
"bugs": {
"url": "https://github.com/NervJS/taro/issues"
},
"engines": {
"node": ">= 18"
},
"dependencies": {
"@babel/plugin-proposal-decorators": "^7.24.1",
"@babel/plugin-transform-class-properties": "^7.25.9",
"@babel/plugin-transform-runtime": "^7.24.3",
"@babel/preset-env": "^7.24.4",
"@babel/preset-typescript": "^7.24.1",
"@babel/runtime": "^7.24.4",
"@babel/runtime-corejs3": "^7.24.4",
"@rnx-kit/babel-preset-metro-react-native": "^1.1.8",
"@tarojs/helper": "workspace:*",
"babel-plugin-dynamic-import-node": "^2.3.3",
"babel-plugin-transform-imports-api": "1.0.0",
"babel-plugin-transform-solid-jsx": "workspace:*",
"core-js": "^3.36.1"
},
"devDependencies": {
"@babel/core": "^7.24.4",
"@babel/preset-react": "^7.24.1",
"@prefresh/babel-plugin": "^0.5.1",
"@tarojs/taro-rn": "workspace:*",
"@vue/babel-plugin-jsx": "^1.2.2",
"babel-preset-solid": "^1.8.16",
"react-refresh": "^0.14.0"
},
"peerDependencies": {
"@babel/core": "^7.0.0",
"@babel/preset-react": "^7.24.1",
"@prefresh/babel-plugin": "^0.5.1",
"@tarojs/taro-rn": "workspace:*",
"@vue/babel-plugin-jsx": "^1.2.2",
"babel-preset-solid": "^1.8.16",
"react-refresh": "^0.14.0"
},
"peerDependenciesMeta": {
"@babel/preset-react": {
"optional": true
},
"react-refresh": {
"optional": true
},
"@prefresh/babel-plugin": {
"optional": true
},
"babel-preset-solid": {
"optional": true
},
"@vue/babel-plugin-jsx": {
"optional": true
},
"@tarojs/taro-rn": {
"optional": true
}
}
}