forked from alibaba/x-render
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
50 lines (50 loc) · 1.38 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
{
"name": "root",
"private": true,
"workspaces": [
"packages/*",
"widgets/*",
"tools/schema-generator",
"tools/form-render-excel"
],
"scripts": {
"build": "lerna run build",
"doc": "dumi build",
"predeploy": "npm run doc",
"deploy": "gh-pages -d docs-dist",
"start": "dumi dev",
"size": "ANALYZE=1 dumi build",
"clean": "lerna clean -y",
"changelog": "lerna-changelog",
"publish": "npm run build && lerna publish -m \"chore: publish\" --no-verify-access",
"prettier": "prettier -c --write \"docs/**/*\" \"packages/**/*\" \"tools/**/*\" \"widgets/**/*\""
},
"devDependencies": {
"@umijs/plugin-esbuild": "1.x",
"@umijs/preset-react": "1.x",
"@umijs/test": "^3.0.5",
"antd": "^4.x",
"babel-plugin-import": "^1.13.0",
"dumi": "^1.1.15",
"father-build": "^1.17.2",
"fetch-jsonp": "^1.1.3",
"gh-pages": "^3.0.0",
"lerna": "^3.22.1",
"lerna-changelog": "^1.0.1",
"lint-staged": "^10.0.7",
"monaco-editor-webpack-plugin": "^4.1.1",
"prettier": "^1.19.1",
"prismjs": "^1.20.0",
"react": "^16.12.0",
"react-monaco-editor": "^0.44.0",
"react-simple-code-editor": "^0.11.0",
"umi-plugin-hire": "^1.0.3",
"yorkie": "^2.0.0"
},
"repository": {
"type": "git",
"url": "git+https://github.com/alibaba/x-render.git",
"branch": "master",
"platform": "github"
}
}