-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
83 lines (83 loc) · 2.62 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
70
71
72
73
74
75
76
77
78
79
80
81
82
83
{
"name": "@mpxjs/mpxuse-monorepo",
"packageManager": "pnpm@7.6.0",
"version": "1.0.2",
"private": true,
"description": "composition-api的公用方法",
"main": "index.js",
"scripts": {
"test": "vitest",
"clean": "rimraf dist types packages/*/dist",
"watch": "esno scripts/build.ts --watch",
"build": "nr update && esno scripts/build.ts",
"build:rollup": "rollup -c",
"build:types": "tsc --emitDeclarationOnly",
"docs": "vitepress dev packages --open",
"docs:build": "nr update:full && vitepress build packages",
"lint": "eslint --cache .",
"lint:fix": "npm run lint --fix",
"typecheck": "tsc --noEmit",
"update": "nr -C packages/metadata update",
"update:full": "nr update && nr build:types",
"demo": "esno scripts/demo.ts",
"demo:watch": "nr -C demo watch",
"size": "esno scripts/export-size.ts",
"release": "bumpp package.json packages/*/package.json --execute=\"npm run release:prepare\" --all",
"release:prepare": "npm run build:types && npm run update",
"publish": "pnpm -r publish --access public"
},
"repository": {
"type": "git",
"url": "git@git.xiaojukeji.com:fe-opensource/mpxuse.git"
},
"author": "pagnkelly",
"license": "ISC",
"devDependencies": {
"@antfu/ni": "^0.18.5",
"@mpxjs/mpxuse-core": "workspace:*",
"@mpxjs/mpxuse-math": "workspace:*",
"@mpxjs/mpxuse-shared": "workspace:*",
"@iconify/json": "^2.1.152",
"@mpxjs/api-proxy": "^2.8.8",
"@mpxjs/core": "^2.8.15",
"@mpxjs/eslint-config-ts": "^1.0.5",
"@mpxjs/store": "^2.8.0-beta.2",
"@mpxjs/utils": "^2.8.15",
"@rollup/plugin-json": "^5.0.1",
"@types/fs-extra": "^9.0.13",
"@types/md5": "^2.3.2",
"@types/prettier": "^2.7.1",
"@types/wechat-miniprogram": "^3.4.1",
"@vueuse/core": "^9.6.0",
"bumpp": "^8.2.1",
"consola": "^2.15.3",
"esbuild": "^0.15.12",
"esbuild-register": "^3.3.3",
"eslint": "^8.26.0",
"esno": "^0.16.3",
"export-size": "^0.5.2",
"fast-glob": "^3.2.12",
"fs-extra": "^10.1.0",
"fuse.js": "^6.6.2",
"gray-matter": "^4.0.3",
"jsdom": "^20.0.3",
"markdown-table": "^3.0.3",
"md5": "^2.3.0",
"postcss": "^8.4.20",
"postcss-nested": "^6.0.0",
"prettier": "2.7.1",
"rimraf": "^3.0.2",
"rollup": "^3.2.3",
"rollup-plugin-dts": "^5.0.0",
"rollup-plugin-esbuild": "^4.10.1",
"simple-git": "^3.15.0",
"typescript": "^4.8.4",
"unocss": "0.45.29",
"unplugin-icons": "0.14.12",
"unplugin-vue-components": "0.22.8",
"vite": "^3.2.3",
"vitepress": "^1.0.0-alpha.27",
"vitest": "^0.24.5",
"vue": "^3.2.42"
}
}