forked from imcuttle/mometa
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
113 lines (113 loc) · 3.21 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
{
"name": "@mometa/editor",
"version": "0.0.29",
"publishConfig": {
"access": "public"
},
"author": "imcuttle <[email protected]>",
"description": "编辑器",
"main": "lib",
"types": "types",
"module": "es",
"files": [
"webpack",
"es",
"lib",
"types",
"build",
"babel"
],
"scripts": {
"test": "NODE_OPTIONS=--experimental-vm-modules ../../scripts/run test",
"build:app": "cd example && npm run build",
"build:lib": "../../scripts/run build",
"build:runtime": "cd example && npm run build:runtime",
"postbuild:runtime": "node ./example/config/post-buildruntime",
"build": "run-p -l 'build:*'",
"start": "cd example && npm start",
"packlimit": "../../scripts/run packlimit",
"prepare": "npm run build",
"prepublishOnly": "npm run packlimit && ../../scripts/run pkgxo --submit",
"postpublish": "../../scripts/run pkgxo --reset",
"version": "npm test && npm run packlimit"
},
"peerDependencies": {
"html-webpack-plugin": "*",
"webpack": "^4 || ^5"
},
"dependencies": {
"@babel/helper-module-imports": "^7.16.7",
"@babel/template": "^7.16.7",
"@mometa/fs-handler": "^0.0.29",
"@mometa/materials-generator": "^0.0.29",
"@mometa/materials-resolver": "^0.0.29",
"@mometa/react-refresh-webpack-plugin": "^0.0.29",
"chalk": "^2.4.2",
"copy-webpack-plugin": "^10.2.0",
"copy-webpack-plugin-webpack4": "npm:copy-webpack-plugin@6",
"filenamify": "^4.3.0",
"fs-extra": "^10.0.0",
"hot-module-require": "^4.0.0",
"loader-utils": "^2.0.2",
"lodash.isequal": "^4.5.0",
"memoize-fn": "^2.0.1",
"object-hash": "^2.2.0",
"please-upgrade-node": "^3.2.0",
"schema-utils": "^3.0.0",
"shell-quote": "^1.7.2"
},
"keywords": [
"editor",
"imcuttle",
"mometa",
"lowcode",
"react",
"webpack"
],
"repository": {
"type": "git",
"url": "git+https://github.com/imcuttle/mometa.git",
"directory": "packages/editor"
},
"devDependencies": {
"@ant-design/icons": "^4.7.0",
"@babel/core": "^7.16.7",
"@emotion/css": "^11.7.1",
"@floating-ui/dom": "^0.1.7",
"@monaco-editor/react": "^4.3.1",
"@rcp/c.preventfastop": "^1.2.0",
"@rcp/use.behaviorsubject": "^1.0.2",
"@rcp/use.persistfn": "^1.0.2",
"@rcp/use.shared": "^1.1.1",
"@rcp/use.syncstorage": "^1.1.2",
"@rcp/use.uncontrolled": "^2.1.3",
"@rcp/util.open": "^1.0.3",
"@types/object-hash": "^2.2.1",
"antd": "^4.17.1",
"assign-ref": "^1.0.1",
"axios": "^0.24.0",
"classnames": "^2.3.1",
"element-resize-detector": "^1.2.4",
"events": "^3.3.0",
"fuse.js": "^6.5.3",
"get-window": "^1.1.2",
"lodash": "^4.17.21",
"lodash-es": "^4.17.21",
"memfs": "^3.4.1",
"moment": "^2.29.1",
"monaco-editor": "^0.31.1",
"npm-run-all": "^4.1.5",
"p-queue": "^7.1.0",
"prefix-classname": "^1.0.3",
"re-resizable": "^6.9.1",
"react": "^17.0.2",
"react-dnd": "^14.0.4",
"react-dnd-html5-backend": "^14.0.2",
"react-dom": "^17.0.2",
"react-error-boundary": "^3.1.4",
"react-error-overlay": "6.0.9",
"rxjs": "^7.4.0",
"sass": "^1.43.4"
},
"gitHead": "333b833f49286bef901694a6f84b1248131098a0"
}