-
Notifications
You must be signed in to change notification settings - Fork 17
/
package.json
58 lines (58 loc) · 2.16 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
{
"name": "voerka-i18n",
"version": "2.0.27",
"private": true,
"description": "",
"main": "index.js",
"scripts": {
"test:runtime": "cross-env NODE_OPTIONS=--experimental-vm-modules jest runtime --coverage --collectCoverageFrom packages/runtime/dist/runtime.cjs",
"build:all": "turbo run build --filter=@voerkai18n/* --filter=!@voerkai18n/utils --filter=!@voerkai18n/babel --filter=!@voerkai18n/vite --filter=!@voerkai18n/cli",
"publish:all": "pnpm build:all && changeset version && changeset publish",
"changeset": "changeset",
"release:all": "changeset publish",
"version:all": "changeset version",
"sync": "cnpm sync @voerkai18n/cli @voerkai18n/runtime @voerkai18n/vue @voerkai18n/openinula @voerkai18n/vite @voerkai18n/react @voerkai18n/utils @voerkai18n/vue2 @voerkai18n/babel voerkai18n-loader",
"docs:dev": "vitepress dev docs",
"docs:build": "vitepress build docs",
"docs:preview": "vitepress preview docs"
},
"author": "[email protected]",
"license": "MIT",
"devDependencies": {
"@babel/core": "^7.18.10",
"@babel/plugin-transform-runtime": "^7.18.10",
"@babel/preset-env": "^7.18.10",
"@changesets/changelog-github": "^0.5.0",
"@changesets/cli": "^2.27.9",
"changeset": "^0.2.6",
"commander": "^9.4.0",
"cross-env": "^7.0.3",
"dayjs": "^1.11.4",
"deepmerge": "^4.2.2",
"docsify": "^4.13.0",
"fs-extra": "^10.1.0",
"gulp": "^4.0.2",
"jest": "^27.5.1",
"logsets": "^1.3.1",
"pnpm": "^7.9.0",
"prettier": "^2.7.1",
"semver": "^7.5.4",
"shelljs": "^0.8.5",
"turbo": "^2.1.2",
"vinyl": "^2.2.1",
"vitepress": "^1.5.0",
"yalc": "1.0.0-pre.53",
"yorkie": "^2.0.0"
},
"json-comments": {
"tips": "请安装JsonComments插件,详见https://github.com/zhangfisher/json_comments_extension",
"package.json": {
"scripts.test:runtime": "运行@voerkai18n/runtime单元测试",
"scripts.build:all": "构建所有包",
"scripts.changeset": "当更新后执行以更新变更历史",
"scripts.sync": "同步淘宝镜像",
"scripts.release:all": "一健自动化发布所有包"
}
},
"packageManager": "[email protected]"
}