-
Notifications
You must be signed in to change notification settings - Fork 6
/
package.json
69 lines (69 loc) · 2.15 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
{
"name": "mongchhi",
"version": "0.0.0",
"private": true,
"description": "",
"keywords": [],
"homepage": "https://github.com/umijs/Mongchhi#readme",
"bugs": {
"url": "https://github.com/umijs/Mongchhi/issues"
},
"repository": {
"type": "git",
"url": "git+https://github.com/umijs/Mongchhi.git"
},
"license": "MIT",
"author": "",
"main": "index.js",
"scripts": {
"build": "lerna run build",
"callme": "node packages/mongchhi/bin/mongchhi.js",
"dev": "lerna run dev",
"format": "prettier --cache --write .",
"g:test": "playwright codegen",
"lint": "mcs lint",
"lint:es": "mcs lint --eslint-only",
"lint:es-fix": "mcs lint --eslint-only --fix",
"lint:style": "mcs lint --stylelint-only",
"lint:style-fix": "mcs lint --stylelint-only --fix",
"prepare": "is-ci || husky install",
"pub": "mcs release",
"prepublish": "pnpm run build",
"release": "lerna publish --force-publish=*",
"simple": "cd examples/simple && pnpm start",
"test": "vitest run",
"test-pre:e2e": "npm run simple & npm run ui",
"test:e2e": "start-test test-pre:e2e :3000/__umi/api/status test:pw",
"test:e2e:simple": "start-test simple :8986/__umi/api/status test:pw",
"test:e2e:ui": "start-test ui :3000/__umi/api/status test:pw",
"test:pw": "playwright test",
"test:show": "playwright show-report",
"ui": "cd packages/ui && pnpm start",
"ui:build": "cd packages/ui && pnpm build"
},
"devDependencies": {
"@alita/test": "1.0.0-beta.5",
"@playwright/test": "^1.30.0",
"@types/node": "^18.0.0",
"@types/react": "^18.0.26",
"@types/react-dom": "^18.0.10",
"@umijs/lint": "4.0.89",
"@umijs/utils": "4.0.89",
"eslint": "^8.35.0",
"father": "^4.1.5",
"husky": "^8.0.0",
"is-ci": "^3.0.1",
"lerna": "^6.5.1",
"mcs": "workspace:*",
"prettier": "^2.8.4",
"prettier-plugin-organize-imports": "^3.2.2",
"prettier-plugin-packagejson": "^2.4.3",
"start-server-and-test": "^1.15.3",
"stylelint": "^15.2.0",
"tsx": "^3.12.3",
"typescript": "^4.9.5",
"vite": "^4.1.4",
"vitest": "^0.29.2"
},
"packageManager": "[email protected]"
}