|
1 | 1 | { |
2 | 2 | "name": "@felce/lowcode-plugin-datasource-pane", |
3 | | - "version": "1.0.11", |
| 3 | + "version": "1.1.0-beta.1", |
4 | 4 | "description": "低代码引擎数据源面板", |
5 | | - "main": "lib/index.js", |
| 5 | + "main": "dist/index.umd.js", |
| 6 | + "module": "dist/index.es.js", |
| 7 | + "types": "dist/index.d.ts", |
| 8 | + "style": "dist/index.css", |
6 | 9 | "files": [ |
7 | | - "lib" |
| 10 | + "dist" |
8 | 11 | ], |
9 | 12 | "scripts": { |
10 | | - "start": "build-scripts start --config build.js", |
11 | | - "build": "build-scripts build --config build.js", |
12 | | - "test": "ava", |
13 | | - "test:snapshot": "ava --update-snapshots" |
14 | | - }, |
15 | | - "ava": { |
16 | | - "compileEnhancements": false, |
17 | | - "snapshotDir": "test/fixtures/__snapshots__", |
18 | | - "extensions": [ |
19 | | - "ts" |
20 | | - ], |
21 | | - "require": [ |
22 | | - "ts-node/register" |
23 | | - ] |
| 13 | + "start": "vite", |
| 14 | + "build": "vite build" |
24 | 15 | }, |
25 | 16 | "license": "MIT", |
26 | | - "devDependencies": { |
27 | | - "@alib/build-scripts": "^0.1.32", |
28 | | - "@alifd/theme-lowcode-light": "^0.2.1", |
29 | | - "@alilc/build-plugin-alt": "^1.2.2", |
30 | | - "@felce/lowcode-engine": "beta", |
31 | | - "@felce/lowcode-shell": "^1.0.0", |
32 | | - "@felce/lowcode-types": "beta", |
33 | | - "@types/babel-types": "^7.0.9", |
34 | | - "@types/babel__preset-env": "^7.9.2", |
35 | | - "@types/react": "^18", |
36 | | - "@types/react-dom": "^18", |
37 | | - "@types/traverse": "^0.6.32", |
38 | | - "build-plugin-fusion": "^0.1.9", |
39 | | - "build-plugin-moment-locales": "^0.1.3", |
40 | | - "monaco-editor": "^0.21.0" |
41 | | - }, |
42 | | - "peerDependencies": { |
43 | | - "@alifd/next": "^1.25.13", |
44 | | - "moment": "^2.29.1" |
45 | | - }, |
46 | 17 | "dependencies": { |
47 | | - "@alifd/next": "^1.25.13", |
48 | | - "@babel/core": "^7.15.8", |
49 | | - "@babel/parser": "^7.15.8", |
50 | | - "@babel/preset-env": "^7.15.8", |
51 | | - "@babel/preset-react": "^7.14.5", |
52 | | - "@babel/standalone": "^7.15.8", |
53 | | - "@babel/traverse": "^7.15.4", |
54 | | - "@babel/types": "^7.15.6", |
55 | | - "babel-plugin-transform-remove-strict-mode": "^0.0.2", |
56 | | - "classnames": "^2.3.1", |
57 | | - "js-beautify": "^1.14.0", |
| 18 | + "@alifd/next": "^1.27.30", |
| 19 | + "classnames": "^2.5.1", |
| 20 | + "js-beautify": "^1.15.1", |
58 | 21 | "react": "^18.3.1", |
59 | 22 | "react-dom": "^18.3.1", |
| 23 | + "@felce/lowcode-engine": "^1.5.0-beta.4", |
| 24 | + "@felce/lowcode-shell": "^1.5.0-beta.4", |
| 25 | + "@felce/lowcode-types": "^1.5.0-beta.4", |
| 26 | + "@felce/lowcode-utils": "^1.5.0-beta.4", |
60 | 27 | "@felce/lowcode-plugin-base-monaco-editor": "workspace:^", |
61 | | - "@felce/lowcode-types": "^1.0.0-beta.3", |
62 | | - "@formily/core": "^2.1.12", |
63 | | - "@formily/next": "^2.1.12", |
64 | | - "@formily/react": "^2.1.12", |
65 | | - "@types/lodash": "^4.14.178", |
| 28 | + "@formily/core": "^2.3.2", |
| 29 | + "@formily/next": "^2.3.2", |
| 30 | + "@formily/react": "^2.3.2", |
66 | 31 | "@xstate/react": "^4.1.3", |
67 | 32 | "ajv": "^6.12.4", |
68 | | - "lodash": "^4.17.20", |
| 33 | + "lodash": "^4.17.21", |
69 | 34 | "react-copy-to-clipboard": "^5.0.4", |
70 | 35 | "react-dnd": "^14.0.4", |
71 | 36 | "react-dnd-html5-backend": "^14.0.2", |
72 | 37 | "react-error-boundary": "^3.1.4", |
73 | 38 | "svgo": "2.x", |
74 | 39 | "traverse": "^0.6.6", |
75 | | - "xstate": "^5.18.2" |
| 40 | + "xstate": "^5.18.2", |
| 41 | + "json-schema": "^0.4.0", |
| 42 | + "monaco-editor": "^0.52.2", |
| 43 | + "zen-logger": "^1.1.4" |
76 | 44 | }, |
| 45 | + "devDependencies": { |
| 46 | + "@alilc/lowcode-datasource-types": "^1.2.1", |
| 47 | + "@types/lodash": "^4.17.14", |
| 48 | + "@types/react": "^18.3.1", |
| 49 | + "@types/react-dom": "^18.3.1", |
| 50 | + "@types/traverse": "^0.6.32", |
| 51 | + "@types/json-schema": "^7.0.15" |
| 52 | + }, |
| 53 | + "peerDependencies": {}, |
77 | 54 | "homepage": "https://unpkg.com/@felce/lowcode-plugin-datasource-pane@1.0.11/build/index.html", |
78 | 55 | "repository": { |
79 | 56 | "type": "git", |
80 | 57 | "url": "https://github.com/fe-lce/lowcode-plugins.git", |
81 | 58 | "directory": "packages/plugin-datasource-pane" |
| 59 | + }, |
| 60 | + "publishConfig": { |
| 61 | + "registry": "https://registry.npmjs.org/", |
| 62 | + "access": "public" |
82 | 63 | } |
83 | 64 | } |
0 commit comments