forked from NervJS/taro
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
187 lines (187 loc) · 6.47 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
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
{
"name": "taro",
"version": "3.6.25",
"description": "开放式跨端跨框架开发解决方案",
"homepage": "https://github.com/NervJS/taro#readme",
"author": "O2Team",
"private": true,
"license": "MIT",
"keywords": [
"nerv",
"taro"
],
"bugs": {
"url": "https://github.com/NervJS/taro/issues"
},
"repository": {
"type": "git",
"url": "git+https://github.com/NervJS/taro.git"
},
"main": "index.js",
"scripts": {
"preinstall": "npx only-allow pnpm",
"prepare": "husky install",
"build": "pnpm -r --aggregate-output --filter=./packages/* build",
"build:binding:debug": "pnpm --filter @tarojs/binding run build:debug",
"build:binding:release": "pnpm --filter @tarojs/binding run build",
"format::rs": "cargo fmt --all",
"clear-all": "rimraf **/node_modules",
"lint": "eslint packages/ --ext .js --ext .ts --ext .tsx",
"lint:style": "stylelint ./packages/**/*.{css,scss}",
"test": "pnpm --if-present -r --aggregate-output --filter=./packages/* test:ci",
"test:binding": "pnpm --filter @tarojs/binding run test",
"updateSnapshot": "pnpm --if-present -r --aggregate-output --filter=./packages/* updateSnapshot",
"version": "run-s version:*",
"version:release": "pnpm --parallel -r --aggregate-output --filter=./{npm/**,crates/native_binding,packages/*} exec npm version ${npm_package_version}",
"version:git": "git add . && git commit -m \"chore(release): publish ${npm_package_version}\"",
"version:changelog": "conventional-changelog -p angular",
"artifacts": "pnpm --filter @tarojs/helper --filter @tarojs/binding run artifacts"
},
"lint-staged": {
"*.{js,jsx,ts,tsx}": [
"eslint --fix"
],
"*.json": [
"prettier --write"
]
},
"devDependencies": {
"@babel/cli": "^7.14.5",
"@babel/core": "^7.14.5",
"@babel/helper-plugin-utils": "^7.14.5",
"@babel/parser": "^7.14.5",
"@babel/plugin-proposal-class-properties": "^7.14.5",
"@babel/plugin-proposal-decorators": "^7.14.5",
"@babel/plugin-proposal-do-expressions": "^7.14.5",
"@babel/plugin-proposal-object-rest-spread": "^7.14.5",
"@babel/plugin-syntax-dynamic-import": "7.8.3",
"@babel/plugin-transform-react-jsx": "^7.14.5",
"@babel/plugin-transform-runtime": "^7.14.5",
"@babel/preset-env": "^7.14.5",
"@babel/preset-react": "^7.14.5",
"@babel/preset-typescript": "^7.14.5",
"@babel/runtime": "^7.14.5",
"@babel/traverse": "^7.14.5",
"@commitlint/cli": "^17.6.6",
"@commitlint/config-conventional": "^17.6.6",
"@tarojs/components": "workspace:*",
"@tarojs/helper": "workspace:*",
"@tarojs/mini-runner": "workspace:*",
"@tarojs/plugin-framework-react": "workspace:*",
"@tarojs/plugin-framework-vue2": "workspace:*",
"@tarojs/plugin-framework-vue3": "workspace:*",
"@tarojs/plugin-platform-alipay": "workspace:*",
"@tarojs/plugin-platform-h5": "workspace:*",
"@tarojs/plugin-platform-jd": "workspace:*",
"@tarojs/plugin-platform-qq": "workspace:*",
"@tarojs/plugin-platform-swan": "workspace:*",
"@tarojs/plugin-platform-tt": "workspace:*",
"@tarojs/plugin-platform-weapp": "workspace:*",
"@tarojs/plugin-platform-harmony-hybrid": "workspace:*",
"@tarojs/router": "workspace:*",
"@tarojs/runner-utils": "workspace:*",
"@tarojs/runtime": "workspace:*",
"@tarojs/shared": "workspace:*",
"@tarojs/taro": "workspace:*",
"@tarojs/taro-h5": "workspace:*",
"@tarojs/taro-loader": "workspace:*",
"@tarojs/taro-rn": "workspace:*",
"@tarojs/webpack-runner": "workspace:*",
"@tarojs/webpack5-runner": "workspace:*",
"@types/babel-types": "^7.0.7",
"@types/babel__core": "^7.1.14",
"@types/babel__traverse": "^7.0.7",
"@types/debug": "^4.1.5",
"@types/detect-port": "1.3.0",
"@types/fs-extra": "^8.0.1",
"@types/history": "^4.7.5",
"@types/inquirer": "^8.2.1",
"@types/jest": "^29.4.0",
"@types/less": "^3.0.2",
"@types/lodash": "^4.14.142",
"@types/lodash-es": "^4.17.6",
"@types/node": "^14.14.31",
"@types/postcss-import": "^14.0.0",
"@types/react": "^18.0.0",
"@types/react-reconciler": "0.28.1",
"@types/request": "^2.48.1",
"@types/resolve": "^1.20.6",
"@types/sass": "1.43.1",
"@types/tapable": "^1",
"@types/webpack": "^4.41.26",
"@types/webpack-dev-server": "^3.11.3",
"@typescript-eslint/eslint-plugin": "^6.2.0",
"@typescript-eslint/parser": "^6.2.0",
"babel-plugin-syntax-jsx": "6.18.0",
"babel-preset-power-assert": "3.0.0",
"babel-preset-taro": "workspace:*",
"conventional-changelog-cli": "^2.0.1",
"core-js": "^3.6.5",
"cpy-cli": "^4.1.0",
"cross-env": "^7.0.2",
"eslint": "^8.12.0",
"eslint-config-prettier": "^6.4.0",
"eslint-config-standard": "^14.1.1",
"eslint-config-taro": "workspace:*",
"eslint-plugin-import": "^2.26.0",
"eslint-plugin-jest": "^26.1.3",
"eslint-plugin-node": "^10.0.0",
"eslint-plugin-prettier": "^4.2.1",
"eslint-plugin-promise": "^6.1.1",
"eslint-plugin-react": "^7.4.0",
"eslint-plugin-simple-import-sort": "^7.0.0",
"eslint-plugin-standard": "^4.0.1",
"husky": "^8.0.1",
"jest": "^27.4.5",
"jest-cli": "^27.4.5",
"jest-environment-node": "^27.4.4",
"lint-staged": "^13.0.2",
"nervjs": "^1.4.6",
"npm-run-all": "^4.1.2",
"postcss": "^8.4.18",
"postcss-scss": "^4.0.3",
"power-assert": "^1.6.1",
"preact": "^10.5.15",
"prettier": "^2.7.1",
"prop-types": "^15.7.2",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-test-renderer": "^18.2.0",
"rimraf": "^5.0.0",
"stylelint": "^14.6.1",
"stylelint-config-standard-scss": "^3.0.0",
"stylelint-config-taro-rn": "workspace:*",
"stylelint-order": "^6.0.3",
"stylelint-taro-rn": "workspace:*",
"tslib": "^2.6.2",
"typescript": "^4.7.4",
"vue": "^2.6.11",
"vue-loader": "^17.0.0",
"vue-template-compiler": "^2.6.11",
"webpack": "5.78.0",
"webpack-chain": "6.5.1",
"webpack-dev-server": "4.11.1",
"webpack-sources": "^3.2.3"
},
"pnpm": {
"packageExtensions": {
"@ant-design/react-native": {
"peerDependenciesMeta": {
"@react-native-community/cameraroll": {
"optional": true
}
}
},
"react-native-root-siblings": {
"peerDependencies": {
"react": "18.1.0"
},
"peerDependenciesMeta": {
"react": {
"optional": true
}
}
}
}
}
}