|
21 | 21 | "deploy": "gh-pages -d docs-dist", |
22 | 22 | "dev": "set PORT=8080 && dumi dev", |
23 | 23 | "doc": "dumi build", |
24 | | - "prepare": "dumi setup", |
25 | 24 | "format": "prettier -c --write \"docs/**/*\" \"packages/**/*\" \"tools/**/*\" \"widgets/**/*\"", |
| 25 | + "prepare": "dumi setup", |
26 | 26 | "publish": "npm run build && lerna publish -m \"chore: publish\" --no-verify-access", |
27 | 27 | "size": "ANALYZE=1 dumi build", |
28 | 28 | "start": "npm run dev", |
|
39 | 39 | "prettier --parser=typescript --write" |
40 | 40 | ] |
41 | 41 | }, |
| 42 | + "resolutions": { |
| 43 | + "types-ramda": "0.29.4" |
| 44 | + }, |
42 | 45 | "devDependencies": { |
43 | | - "typeit-react": "^2.6.4", |
| 46 | + "@ant-design/icons": "^4.0.2", |
44 | 47 | "@babel/core": "7.17.2", |
45 | 48 | "@babel/plugin-transform-react-jsx": "^7.19.0", |
46 | 49 | "@babel/preset-env": "7.16.11", |
47 | 50 | "@babel/preset-react": "7.16.7", |
48 | 51 | "@jest/types": "^27.5.1", |
| 52 | + "@monaco-editor/react": "^4.4.6", |
49 | 53 | "@testing-library/jest-dom": "^5.16.4", |
50 | 54 | "@testing-library/react": "^12.1.3", |
51 | 55 | "@testing-library/react-hooks": "^7.0.2", |
|
61 | 65 | "@vitest/ui": "^0.25.7", |
62 | 66 | "@wojtekmaj/enzyme-adapter-react-17": "^0.6.7", |
63 | 67 | "antd": "^5.x", |
| 68 | + "antd-mobile": "5.x", |
64 | 69 | "babel-jest": "^27.4.4", |
65 | 70 | "babel-plugin-import": "^1.13.0", |
66 | 71 | "babel-plugin-no-debugger": "^0.0.1", |
67 | 72 | "babel-plugin-transform-remove-console": "^6.9.4", |
| 73 | + "chart-render": "^0.1.9", |
68 | 74 | "cross-env": "^7.0.3", |
69 | 75 | "dumi": "2.2.16", |
| 76 | + "dumi-theme-mobile": "^2.0.4", |
70 | 77 | "enzyme": "^3.11.0", |
71 | 78 | "enzyme-adapter-react-16": "^1.15.6", |
72 | 79 | "enzyme-to-json": "^3.6.2", |
73 | 80 | "father-build": "^1.17.2", |
74 | 81 | "fetch-jsonp": "^1.1.3", |
| 82 | + "formRenderV1": "npm:form-render@^1.4.13", |
75 | 83 | "gh-pages": "^3.0.0", |
76 | 84 | "happy-dom": "^8.1.0", |
77 | 85 | "identity-obj-proxy": "^3.0.0", |
|
81 | 89 | "lerna": "^3.22.1", |
82 | 90 | "lerna-changelog": "^1.0.1", |
83 | 91 | "lint-staged": "^10.0.7", |
| 92 | + "lodash": "^4.17.21", |
84 | 93 | "monaco-editor-webpack-plugin": "^4.1.1", |
85 | 94 | "prettier": "^2.6.0", |
86 | 95 | "prettier-plugin-packagejson": "^2.2.16", |
|
90 | 99 | "react-monaco-editor": "^0.44.0", |
91 | 100 | "react-simple-code-editor": "^0.11.0", |
92 | 101 | "react-test-renderer": "^17.0.2", |
| 102 | + "tinycolor2": "^1.6.0", |
| 103 | + "translate-google": "^1.5.0", |
93 | 104 | "ts-jest": "^27.1.3", |
94 | 105 | "ts-node": "^10.5.0", |
95 | 106 | "turbo": "^1.3.1", |
| 107 | + "typeit-react": "^2.6.4", |
96 | 108 | "typescript": "^5.2.2", |
97 | 109 | "vite": "^3.2.5", |
98 | 110 | "vitest": "^0.25.6", |
99 | | - "yorkie": "^2.0.0", |
100 | | - "formRenderV1": "npm:form-render@^1.4.13", |
101 | | - "@monaco-editor/react": "^4.4.6", |
102 | | - "lodash": "^4.17.21", |
103 | | - "dumi-theme-mobile": "^2.0.4", |
104 | | - "antd-mobile": "5.x", |
105 | | - "translate-google": "^1.5.0", |
106 | | - "chart-render": "^0.1.9", |
107 | | - "tinycolor2": "^1.6.0" |
108 | | - }, |
109 | | - "resolutions": { |
110 | | - "types-ramda": "0.29.4" |
| 111 | + "yorkie": "^2.0.0" |
111 | 112 | } |
112 | 113 | } |
0 commit comments