-
Notifications
You must be signed in to change notification settings - Fork 4.9k
Expand file tree
/
Copy pathpackage.json
More file actions
40 lines (40 loc) · 1006 Bytes
/
package.json
File metadata and controls
40 lines (40 loc) · 1006 Bytes
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
{
"name": "babel-plugin-transform-react-jsx-to-rn-stylesheet",
"version": "4.1.10-alpha.0",
"description": "Transform stylesheet selector to style in JSX Elements.",
"author": "O2Team",
"license": "MIT",
"main": "dist/index.js",
"scripts": {
"prod": "pnpm run build",
"prebuild": "pnpm run clean",
"clean": "rimraf ./dist",
"test": "vitest run",
"test:ci": "vitest run --coverage",
"dev": "tsc -w",
"build": "tsc"
},
"bugs": {
"url": "https://github.com/NervJS/taro/issues"
},
"repository": {
"type": "git",
"url": "git+https://github.com/NervJS/taro.git"
},
"homepage": "https://github.com/NervJS/taro#readme",
"engines": {
"node": ">= 18"
},
"dependencies": {
"camelize": "^1.0.1",
"taro-css-to-react-native": "workspace:*"
},
"devDependencies": {
"@babel/core": "7.24.4",
"@types/babel__core": "7.20.5",
"babel-plugin-syntax-jsx": "6.18.0"
},
"peerDependencies": {
"@babel/core": "^7.0.0"
}
}