-
Notifications
You must be signed in to change notification settings - Fork 124
/
package.json
77 lines (77 loc) · 2.22 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
{
"name": "@alilc/lowcode-engine-ext",
"version": "1.0.6",
"description": "",
"files": [
"dist",
"es",
"lib"
],
"main": "lib/index.js",
"module": "es/index.js",
"stylePath": "style.js",
"scripts": {
"start": "build-scripts start --config build.cloud.json --port 4008",
"build": "build-scripts build && build-scripts build --config build.cloud.json",
"cloud-build": "build-scripts build --config build.cloud.json",
"test": "build-scripts test",
"prepublishOnly": "npm run build",
"eslint": "eslint --cache --ext .js,.jsx ./",
"eslint:fix": "npm run eslint -- --fix",
"stylelint": "stylelint \"**/*.{css,scss,less}\"",
"lint": "npm run eslint && npm run stylelint",
"f2elint-scan": "f2elint scan -q",
"f2elint-fix": "f2elint fix",
"syncOss": "node ./scripts/sync-oss.js"
},
"keywords": [
"ice",
"react",
"component"
],
"dependencies": {
"@alilc/lowcode-plugin-base-monaco-editor": "^1.1.1",
"@alilc/lowcode-types": "^1.0.0",
"@alilc/lowcode-utils": "^1.0.0",
"antd": "^5.2.3",
"classnames": "^2.2.6",
"cssjson": "^2.1.3",
"js-beautify": "^1.13.0",
"react-color": "^2.19.3"
},
"devDependencies": {
"@alib/build-scripts": "^0.1.3",
"@alifd/next": "1.x",
"@iceworks/spec": "^1.0.0",
"@types/react": "^16.9.13",
"@types/react-dom": "^16.9.4",
"build-plugin-component": "^1.0.0",
"build-plugin-fusion": "^0.1.0",
"build-plugin-fusion-css": "1.0.3",
"build-plugin-moment-locales": "^0.1.0",
"@alilc/lowcode-editor-skeleton": "^1.0.0",
"build-plugin-react-app": "^1.1.2",
"enzyme": "^3.10.0",
"enzyme-adapter-react-16": "^1.14.0",
"f2elint": "^2.2.0",
"react": "^16.3.0",
"react-dom": "^16.3.0",
"tsconfig-paths-webpack-plugin": "^3.2.0"
},
"peerDependencies": {
"react": "^16.3.0",
"@alifd/next": "1.x"
},
"componentConfig": {
"name": "lowcode-engine-ext",
"title": "",
"category": ""
},
"publishConfig": {
"access": "public",
"registry": "https://registry.npmjs.org/"
},
"license": "MIT",
"homepage": "https://unpkg.com/@alilc/[email protected]/build/index.html",
"repository": "[email protected]:alibaba/lowcode-engine-ext.git"
}