forked from MrXujiang/h5-Dooring
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
55 lines (54 loc) · 1.97 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
{
"name": "h5-dooring",
"version": "1.4.0",
"description": "H5-Dooring是一款功能强大,开源免费的H5可视化页面配置解决方案,致力于提供一套简单方便、专业可靠、无限可能的H5落地页最佳实践。技术栈以react为主, 后台采用nodejs开发。",
"private": false,
"author": {
"name": "徐小夕",
"email": "[email protected]",
"url": "http://h5.dooring.cn"
},
"keywords": [
"h5 editor",
"h5",
"react",
"antd",
"react-dnd",
"web visible"
],
"contributors": [
"徐小夕 <[email protected]> (https://github.com/MrXujiang))",
"mokinzhao <[email protected]> (https://github.com/mokinzhao))",
"yehuozhili <[email protected]> (https://github.com/yehuozhili))"
],
"scripts": {
"pkg": "bash install.sh",
"start": "npm run start:ui & npm run start:editor",
"start:editor": "npx lerna exec --scope @h5-dooring/editor -- npm run start",
"start:ui": "npx lerna exec --scope @h5-dooring/ui -- npm run start",
"build": "npm run build:ui && npm run build:editor",
"build:editor": "npx lerna exec --scope @h5-dooring/editor -- npm run build",
"build:ui": "npx lerna exec --scope @h5-dooring/ui -- npm run build",
"docs:dev": "npx lerna exec --scope @h5-dooring/doc -- npm run dev",
"docs:build": "npx lerna exec --scope @h5-dooring/doc -- npm run build",
"server": "node server.js",
"dev": "http-server dist",
"test-demo": "http-server dist",
"postinstall": "umi generate tmp",
"prettier": "prettier --write '**/*.{js,jsx,tsx,ts,less,md,json}'",
"test": "umi-test",
"test:coverage": "umi-test --coverage",
"nocompress": "cross-env RM_TMPDIR=none COMPRESS=none umi build"
},
"homepage": "http://h5.dooring.cn",
"repository": {
"type": "git",
"url": "git+https://github.com/MrXujiang/h5-Dooring.git"
},
"bugs": {
"url": "https://github.com/MrXujiang/h5-Dooring/issues"
},
"devDependencies": {
"lerna": "^4.0.0"
}
}