-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
54 lines (54 loc) · 1.71 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
{
"name": "root",
"version": "0.0.1",
"private": true,
"scripts": {
"build": "ts-node ./scripts/build.ts --mode=production",
"test": "jest --runInBand",
"format": "prettier --ignore-path .gitignore --write \"**/*.+(js|ts|json|vue|md|scss)\"",
"docs:dev": "vuepress dev docs",
"docs:build": "vuepress build docs",
"docs:build-api": "typedoc --options typedoc.json packages/*",
"docs:release": "npm run docs:build && gh-pages -d ./docs/.vuepress/dist",
"beta": "lerna version --conventional-prerelease --preid beta --no-changelog --commit-hooks --no-push --no-commit-hooks --no-git-tag-version"
},
"workspaces": [
"packages/**"
],
"dependencies": {},
"devDependencies": {
"@endemolshinegroup/cosmiconfig-typescript-loader": "^3.0.2",
"@lerna/filter-packages": "^4.0.0",
"@lerna/project": "^4.0.0",
"@types/jest": "^27.4.0",
"@types/lodash": "^4.14.178",
"@types/node": "^17.0.8",
"@vue/component-compiler-utils": "^3.3.0",
"@vuepress/plugin-pwa": "^2.0.0-beta.32",
"@vuepress/plugin-pwa-popup": "^2.0.0-beta.32",
"@vuepress/plugin-search": "^2.0.0-beta.32",
"builtin-modules": "^3.2.0",
"chalk": "^4.1.2",
"del": "^6.0.0",
"esbuild": "^0.14.11",
"esbuild-plugin-d.ts": "^1.1.0",
"gh-pages": "^3.2.3",
"jest": "^27.4.7",
"lodash": "^4.17.21",
"lru-cache": "^6.0.0",
"mri": "^1.2.0",
"prettier": "^2.5.1",
"sass-bem": "^2.6.5",
"ts-jest": "^27.1.2",
"ts-node": "^10.4.0",
"tsconfig-paths": "^3.11.0",
"typedoc": "^0.22.11",
"typescript": "^4.4.2",
"vuepress": "^2.0.0-beta.32"
},
"author": {
"name": "zhengxs2018",
"email": "zhengxs2018@foxmail.com"
},
"license": "MIT"
}