|
1 | 1 | { |
2 | | - "name": "@test/nutui-react-taro", |
3 | | - "version": "3.0.0-alpha.0", |
| 2 | + "name": "@dongdesign/components", |
| 3 | + "version": "1.0.1", |
4 | 4 | "style": "dist/style.css", |
5 | 5 | "main": "dist/nutui.react.umd.js", |
6 | 6 | "module": "dist/es/packages/nutui.react.build.js", |
|
42 | 42 | ], |
43 | 43 | "publishConfig": { |
44 | 44 | "access": "public", |
45 | | - "registry": "https://registry.npmjs.org/" |
| 45 | + "registry": "http://registry.m.jd.com/" |
46 | 46 | }, |
47 | 47 | "scripts": { |
48 | 48 | "add": "node scripts/create-component-mode.js && npm run prepare", |
|
60 | 60 | "dev:theme": "npm run generate:themes-dev && npm run checked && vite --force --config vite.config.theme.ts", |
61 | 61 | "dev:taro:weapp": "pnpm --dir ./packages/nutui-taro-demo dev:weapp", |
62 | 62 | "dev:taro:jd": "pnpm --dir ./packages/nutui-taro-demo dev:jd", |
| 63 | + "build:taro:jd": "pnpm --dir ./packages/nutui-taro-demo build:jd", |
63 | 64 | "dev:taro:h5": "pnpm --dir ./packages/nutui-taro-demo dev:h5", |
64 | 65 | "dev:taro:h5:jmapp": "pnpm --dir ./packages/nutui-taro-demo dev:h5:jmapp", |
65 | 66 | "dev:taro:alipay": "pnpm --dir ./packages/nutui-taro-demo dev:alipay", |
66 | 67 | "dev:taro:harmony": "pnpm --dir ./packages/nutui-taro-demo dev:harmony", |
67 | 68 | "dev:taro:jdharmony": "pnpm --dir ./packages/nutui-taro-demo dev:jdharmony", |
| 69 | + "dev:taro:jdhybrid": "pnpm --dir ./packages/nutui-taro-demo-rn dev:jdhybrid", |
68 | 70 | "rn:copy": "node ./scripts/rn/copy-file.js", |
69 | | - "dev:taro:rn": "pnpm --dir ./packages/nutui-taro-demo-rn dev:jdrn & pnpm run gulp:watch", |
| 71 | + "dev:taro:jdrn": "pnpm run rn:copy && pnpm --dir ./packages/nutui-taro-demo-rn dev:jdrn & pnpm run gulp:watch", |
| 72 | + "dev:taro:rn:dark": "THEME=dark pnpm dev:taro:rn", |
70 | 73 | "gulp:watch": "gulp watch --environment", |
71 | 74 | "dev:taro:weapp:jmapp": "pnpm --dir ./packages/nutui-taro-demo && npm run dev:weapp:jmapp", |
72 | 75 | "test": "vitest --coverage", |
|
105 | 108 | "react-transition-group": "^4.4.5" |
106 | 109 | }, |
107 | 110 | "devDependencies": { |
| 111 | + "@babel/plugin-proposal-class-properties": "^7.18.6", |
108 | 112 | "@commitlint/cli": "^19.0.3", |
109 | 113 | "@commitlint/config-conventional": "^19.0.3", |
110 | 114 | "@loadable/component": "^5.16.3", |
111 | 115 | "@mdx-js/mdx": "^3.0.1", |
112 | 116 | "@mdx-js/react": "^3.0.1", |
113 | 117 | "@mdx-js/rollup": "^3.0.1", |
114 | 118 | "@pmmmwh/react-refresh-webpack-plugin": "0.5.10", |
| 119 | + "@rollup/plugin-babel": "^6.0.4", |
| 120 | + "@rollup/plugin-commonjs": "^26.0.1", |
| 121 | + "@rollup/plugin-node-resolve": "15.2.3", |
| 122 | + "@rollup/plugin-typescript": "^11.1.6", |
115 | 123 | "@swc/core": "^1.4.8", |
116 | | - "@tarojs/components": "4.0.0-beta.90", |
117 | | - "@tarojs/plugin-platform-alipay": "4.0.0-beta.90", |
118 | | - "@tarojs/plugin-platform-weapp": "4.0.0-beta.90", |
119 | | - "@tarojs/react": "4.0.0-beta.90", |
120 | | - "@tarojs/taro": "4.0.0-beta.90", |
| 124 | + "@tarojs/components": "^4.0.0-alpha.34", |
| 125 | + "@tarojs/plugin-platform-alipay": "^4.0.0-alpha.34", |
| 126 | + "@tarojs/plugin-platform-weapp": "^4.0.0-alpha.34", |
| 127 | + "@tarojs/react": "^4.0.0-alpha.34", |
| 128 | + "@tarojs/taro": "^4.0.0-alpha.34", |
121 | 129 | "@testing-library/jest-dom": "^6.4.2", |
122 | | - "@testing-library/react": "^15.0.4", |
| 130 | + "@testing-library/react": "^16.0.0", |
| 131 | + "@types/fs-extra": "^11.0.4", |
123 | 132 | "@types/loadable__component": "^5.13.8", |
124 | 133 | "@types/lodash.isequal": "^4.5.8", |
125 | 134 | "@types/lodash.kebabcase": "^4.1.9", |
|
148 | 157 | "eslint-plugin-prettier": "^5.1.3", |
149 | 158 | "eslint-plugin-react": "^7.33.2", |
150 | 159 | "eslint-plugin-react-hooks": "^4.6.0", |
151 | | - "eslint-plugin-unused-imports": "^3.1.0", |
| 160 | + "eslint-plugin-unused-imports": "^4.0.0", |
152 | 161 | "fs-extra": "^11.2.0", |
153 | 162 | "glob": "^10.3.10", |
154 | 163 | "gulp": "^5.0.0", |
|
157 | 166 | "gulp-rename": "^2.0.0", |
158 | 167 | "gulp-replace": "^1.1.4", |
159 | 168 | "gulp-sass": "^5.1.0", |
160 | | - "happy-dom": "^13.9.0", |
| 169 | + "happy-dom": "^14.2.0", |
161 | 170 | "highlight.js": "^11.9.0", |
162 | 171 | "husky": "^9.0.11", |
163 | 172 | "inquirer": "^8.2.6", |
|
0 commit comments