-
Notifications
You must be signed in to change notification settings - Fork 65
/
package.json
94 lines (94 loc) · 2.9 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
{
"name": "@alilc/lowcode-plugin-code-generator",
"version": "1.0.6",
"description": "集团低代码引擎 - 浏览器出码插件",
"main": "lib/index.js",
"module": "es/index.js",
"types": "es/index.d.ts",
"files": [
"lib",
"es",
"README.md"
],
"scripts": {
"start": "npm run dev",
"dev": "cross-env NODE_ENV=development build-scripts start --config build.dev.json --host localhost",
"build": "build-scripts build --skip-demo",
"clean": "rimraf es lib dist",
"prettier": "prettier --write 'src/**/*.{js,jsx,tsx,ts,less,md,json}'",
"prepublishOnly": "npm run clean && npm run build"
},
"repository": {
"type": "git",
"url": "[email protected]:ali-lowcode/code-generator-demo.git"
},
"keywords": [
"出码"
],
"authors": [
{
"name": "牧毅",
"email": "[email protected]"
}
],
"license": "MIT",
"dependencies": {
"@alilc/lowcode-code-generator": "^1.0.4",
"@alilc/lowcode-plugin-base-monaco-editor": "^1.0.0",
"@alilc/lowcode-types": "^1.0.0",
"@types/file-saver": "^2.0.4",
"@types/js-base64": "^3.3.1",
"@types/string-natural-compare": "^3.0.2",
"codesandbox": "^2.2.3",
"file-saver": "^2.0.5",
"js-base64": "^3.6.1",
"jszip": "^3.7.1",
"semver": "^7.3.5",
"string-natural-compare": "^3.0.1",
"tslib": "^2.3.1"
},
"peerDependencies": {
"@alilc/lowcode-engine": "^1.0.0",
"react": "16.x || 17.x"
},
"devDependencies": {
"@alib/build-scripts": "^0.1.18",
"@alifd/theme-lowcode-light": "^0.2.1",
"@alilc/lowcode-engine": "^1.0.0",
"@alilc/lowcode-engine-ext": "^1.0.0",
"@alilc/lowcode-types": "^1.0.0",
"@alilc/lowcode-plugin-code-editor": "^1.0.1",
"@alilc/lowcode-plugin-components-pane": "^1.0.2",
"@alilc/lowcode-plugin-datasource-pane": "^1.0.3",
"@alilc/lowcode-plugin-inject": "^1.0.0",
"@alilc/lowcode-plugin-manual": "^1.0.3",
"@alilc/lowcode-plugin-schema": "^1.0.0",
"@alilc/lowcode-plugin-simulator-select": "^1.0.0",
"@alilc/lowcode-plugin-undo-redo": "^1.0.0",
"@alilc/lowcode-plugin-zh-en": "^1.0.0",
"@alilc/lowcode-react-renderer": "^1.0.0",
"@alilc/lowcode-setter-behavior": "^1.0.0",
"@alilc/lowcode-setter-title": "^1.0.2",
"@types/classnames": "^2.2.7",
"@types/events": "^3.0.0",
"@types/node": "^13.7.1",
"@types/react": "^16.8.3",
"@types/react-dom": "^16.8.2",
"@types/streamsaver": "^2.0.0",
"build-plugin-component": "^0.2.10",
"build-plugin-fusion": "^0.1.0",
"build-plugin-moment-locales": "^0.1.0",
"build-plugin-react-app": "^1.1.2",
"cross-env": "^7.0.3",
"prettier": "^2.5.1",
"react": "^16.8.3",
"react-dom": "^16.8.3",
"rimraf": "^3.0.2",
"tsconfig-paths-webpack-plugin": "^3.2.0",
"typescript": "^4.5.4"
},
"publishConfig": {
"access": "public",
"registry": "https://registry.npmjs.org/"
}
}