-
Notifications
You must be signed in to change notification settings - Fork 18
Expand file tree
/
Copy pathpackage.json
More file actions
86 lines (86 loc) · 2.63 KB
/
package.json
File metadata and controls
86 lines (86 loc) · 2.63 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
{
"private": true,
"name": "lowcode-designable-taro-react",
"dependencies": {
"@babel/core": "^7.24.7",
"@babel/runtime": "^7.24.7",
"@formily/antd-v5": "1.1.9",
"@formily/core": "2.3.1",
"@formily/json-schema": "2.3.1",
"@formily/path": "^2.3.1",
"@formily/react": "2.3.1",
"@formily/reactive": "2.3.1",
"@formily/reactive-react": "2.3.1",
"@formily/shared": "2.3.1",
"@kimeng/vm": "0.6.0",
"@nutui/icons-react-taro": "^1.0.4",
"@nutui/nutui-react-taro": "^2.6.10",
"@pmmmwh/react-refresh-webpack-plugin": "^0.5.15",
"@tarojs/components": "^3.6.32",
"@tarojs/helper": "^3.6.32",
"@tarojs/plugin-framework-react": "^3.6.32",
"@tarojs/plugin-platform-alipay": "^3.6.32",
"@tarojs/plugin-platform-h5": "^3.6.32",
"@tarojs/plugin-platform-jd": "^3.6.32",
"@tarojs/plugin-platform-qq": "^3.6.32",
"@tarojs/plugin-platform-swan": "^3.6.32",
"@tarojs/plugin-platform-tt": "^3.6.32",
"@tarojs/plugin-platform-weapp": "^3.6.32",
"@tarojs/react": "^3.6.32",
"@tarojs/router": "^3.6.32",
"@tarojs/runtime": "^3.6.32",
"@tarojs/shared": "^3.6.32",
"@tarojs/taro": "^3.6.32",
"@tarojs/taro-h5": "^3.6.32",
"@tarojs/taro-loader": "^3.6.32",
"@tarojs/webpack5-runner": "^3.6.32",
"@types/react": "^18.3.3",
"@types/webpack-env": "^1.18.5",
"@typescript-eslint/eslint-plugin": "^5.62.0",
"@typescript-eslint/parser": "^5.62.0",
"babel-preset-taro": "^3.6.32",
"classnames": "^2.5.1",
"cz-conventional-changelog": "^3.3.0",
"dotenv-cli": "^7.4.2",
"eslint": "^8.57.0",
"eslint-config-prettier": "^8.10.0",
"eslint-config-taro": "^3.6.32",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-prettier": "^4.2.1",
"eslint-plugin-react": "^7.34.3",
"eslint-plugin-react-hooks": "^4.6.2",
"eslint-plugin-simple-import-sort": "^7.0.0",
"execa": "^6.1.0",
"fs-extra": "^10.1.0",
"inquirer": "6.5.2",
"lodash-es": "^4.17.21",
"patch-package": "^6.5.1",
"prettier": "^3.3.2",
"prettier-eslint": "^16.3.0",
"pretty-format": "^24.9.0",
"pretty-quick": "^3.3.1",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-refresh": "0.11.0",
"stylelint": "^14.16.1",
"ts-node": "^10.9.2",
"typescript": "^5.5.2",
"ui-nutui-react-taro": "workspace:^"
},
"config": {
"commitizen": {
"path": "./node_modules/cz-conventional-changelog"
}
},
"scripts": {
"installCz": "npm install -g commitizen",
"update": "pnpm --recursive update",
"commit": "cz"
},
"workspaces": {
"packages": [
"packages/*"
]
},
"pnpm": {}
}