-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
57 lines (57 loc) · 1.6 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
{
"name": "valita",
"version": "0.0.0",
"private": true,
"description": "",
"keywords": [],
"homepage": "https://github.com/alitajs/valita#readme",
"bugs": {
"url": "https://github.com/alitajs/valita/issues"
},
"repository": {
"type": "git",
"url": "git+https://github.com/alitajs/valita.git"
},
"license": "MIT",
"author": "",
"main": "index.js",
"scripts": {
"bootstrap": "vs bootstrap",
"build": "lerna run build",
"dev": "lerna run dev",
"format": "prettier --cache --write .",
"postinstall": "npm run build",
"lint": "vs lint",
"lint:es": "vs lint --eslint-only",
"lint:es-fix": "vs lint --eslint-only --fix",
"lint:style": "vs lint --stylelint-only",
"lint:style-fix": "vs lint --stylelint-only --fix",
"prepare": "is-ci || husky install",
"prepublish": "pnpm run build",
"release": "lerna publish --force-publish=*",
"start": "cd examples/demo && npm run start"
},
"devDependencies": {
"@types/node": "^18.16.5",
"@umijs/lint": "4.0.0-canary.20230424.1",
"@umijs/utils": "4.0.0-canary.20230424.1",
"consola": "^2.15.3",
"eslint": "^8.40.0",
"father": "^4.1.9",
"husky": "^8.0.3",
"is-ci": "^3.0.1",
"lerna": "^6.6.2",
"prettier": "^2.8.8",
"prettier-plugin-organize-imports": "^3.2.2",
"prettier-plugin-packagejson": "^2.4.3",
"start-server-and-test": "^1.15.4",
"stylelint": "^15.6.1",
"tsx": "^3.12.7",
"typescript": "^4.9.5",
"valita": "workspace:*",
"vs": "workspace:*",
"webpack": "^5.82.0",
"zx": "^7.2.2"
},
"packageManager": "[email protected]"
}