-
Notifications
You must be signed in to change notification settings - Fork 4.9k
Expand file tree
/
Copy pathpackage.json
More file actions
93 lines (93 loc) · 2.91 KB
/
package.json
File metadata and controls
93 lines (93 loc) · 2.91 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
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
82
83
84
85
86
87
88
89
90
91
92
93
{
"name": "@tarojs/plugin-platform-harmony-cpp",
"version": "4.1.6",
"description": "鸿蒙系统插件 C-API 版本",
"author": "O2Team",
"homepage": "https://gitee.com/openharmony-sig/taro",
"license": "MIT",
"main": "index.js",
"keywords": [
"taro",
"harmony"
],
"files": [
"index.js",
"dist",
"static",
"types"
],
"types": "types/index.d.ts",
"repository": {
"type": "git",
"url": "git+https://gitee.com/openharmony-sig/taro.git"
},
"scripts": {
"prebuild": "rimraf --impl=move-remove dist",
"build": "pnpm run rollup",
"prod": "pnpm run build",
"build:library": "pnpm run tsx --files ./scripts/build",
"changelog": "pnpm run tsx --files ./scripts/ohpm-changelog",
"dev": "pnpm run rollup -w",
"ohpm-publish": "pnpm run tsx --files ./scripts/ohpm-publish",
"remove:reference": "pnpm run tsx --files ./scripts/reference",
"rollup": "rollup --config rollup.config.ts --configPlugin @rollup/plugin-typescript",
"tsx": "ts-node --skipIgnore"
},
"dependencies": {
"@babel/core": "^7.24.7",
"@babel/preset-env": "^7.24.4",
"@tarojs/parse-css-to-stylesheet": "^1.1.8",
"@tarojs/react": "workspace:*",
"@tarojs/runner-utils": "workspace:*",
"@tarojs/service": "workspace:*",
"fast-glob": "^3.3.2",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-reconciler": "0.29.0",
"scheduler": "^0.23.2"
},
"devDependencies": {
"rollup": "^3.29.4",
"rollup-plugin-dts": "^6.2.1",
"rollup-plugin-node-externals": "^5.1.3",
"@rollup/plugin-commonjs": "^25.0.8",
"@rollup/plugin-json": "^6.1.0",
"@rollup/plugin-node-resolve": "^15.2.3",
"@rollup/plugin-typescript": "^11.1.6",
"@tarojs/components": "workspace:*",
"@tarojs/helper": "workspace:*",
"@tarojs/plugin-framework-react": "workspace:*",
"@tarojs/plugin-platform-harmony-ets": "workspace:*",
"@tarojs/react": "workspace:*",
"@tarojs/runtime": "workspace:*",
"@tarojs/shared": "workspace:*",
"@tarojs/taro": "workspace:*",
"@tarojs/vite-runner": "workspace:*",
"@types/conventional-commits-parser": "^3.0.0",
"conventional-commits-parser": "^3.0.0",
"postcss": "^8.4.38",
"prettier": "^2.8.8",
"rollup-plugin-copy": "workspace:*",
"solid-js": "^1.8.17",
"terser": "^5.31.1",
"ts-node": "^10.9.2",
"tsconfig-paths": "^3.15.0",
"tslib": "^2.6.3",
"typescript": "~5.4.5",
"vite": "^4.2.0"
},
"peerDependencies": {
"@tarojs/components": "workspace:*",
"@tarojs/helper": "workspace:*",
"@tarojs/plugin-framework-react": "workspace:*",
"@tarojs/plugin-platform-harmony-ets": "workspace:*",
"@tarojs/react": "workspace:*",
"@tarojs/runtime": "workspace:*",
"@tarojs/shared": "workspace:*",
"@tarojs/taro": "workspace:*",
"@tarojs/vite-runner": "workspace:*",
"less": "^4.2.0",
"sass": "^1.75.0",
"stylus": "^0.63.0"
}
}