-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
59 lines (59 loc) · 1.48 KB
/
package.json
File metadata and controls
59 lines (59 loc) · 1.48 KB
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
{
"name": "pickpic",
"version": "1.4.10",
"description": "",
"main": "dist/index.js",
"module": "dist/index.mjs",
"types": "dist/index.d.ts",
"exports": {
".": {
"import": {
"types": "./dist/types/index.d.ts",
"default": "./dist/index.mjs"
},
"require": {
"types": "./dist/types/index.d.cts",
"default": "./dist/index.cjs"
}
},
"./thumbnail": {
"import": "./src/thumbnail/image.vue"
}
},
"scripts": {
"build": "vite build",
"test": "vitest",
"publint": "npx publint",
"publish": "npm publish --registry=https://registry.npmjs.org",
"sync": "cnpm sync pickpic"
},
"keywords": [],
"author": "zhuscat",
"license": "ISC",
"peerDependencies": {
"@dcloudio/uni-app": "3.0.0-4020420240722002",
"vue": "^3.4.21"
},
"devDependencies": {
"@dcloudio/types": "3.4.8",
"@dcloudio/uni-app": "3.0.0-4020420240722002",
"@dcloudio/vite-plugin-uni": "3.0.0-4020420240722002",
"@rollup/plugin-alias": "^5.1.1",
"@types/node": "^22.13.12",
"@types/uni-app": "^1.4.8",
"@vitejs/plugin-vue": "^4.5.0",
"flyio": "^0.6.14",
"glob": "^11.0.1",
"prettier": "3.2.5",
"rollup-plugin-copy": "^3.5.0",
"sass-embedded": "^1.86.0",
"typescript": "^5.8.2",
"vite": "^6.2.2",
"vite-plugin-copy": "^0.1.6",
"vite-plugin-dts": "^4.5.3",
"vitest": "^3.0.9",
"vue": "^3.4.21",
"pickpic": "file:."
},
"packageManager": "pnpm@9.7.0"
}