-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
52 lines (52 loc) · 1.1 KB
/
package.json
File metadata and controls
52 lines (52 loc) · 1.1 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
{
"name": "vite-plugin-blocklet",
"type": "module",
"version": "0.14.6",
"description": "",
"main": "index.js",
"files": [
"dist",
"libs"
],
"exports": {
".": {
"require": "./dist/index.cjs",
"import": "./index.js"
}
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"watch": "rollup -w -c rollup.config.js",
"build": "rollup -c rollup.config.js",
"prepublishOnly": "npm run build"
},
"engines": {
"node": ">=20.0.0"
},
"keywords": [],
"author": "",
"license": "ISC",
"devDependencies": {
"rollup": "^4.34.8"
},
"dependencies": {
"@arcblock/did": "^1.28.3",
"@ocap/mcrypto": "^1.28.3",
"@ocap/util": "^1.28.3",
"defu": "^6.1.4",
"get-port": "^5.1.1",
"http-proxy-middleware": "^3.0.3",
"ismobilejs": "^1.1.1",
"mlly": "^1.7.4",
"mri": "^1.2.0",
"p-map": "^4.0.0",
"rollup-plugin-external-globals": "^0.12.1",
"semver": "^7.7.1",
"ufo": "^1.5.4",
"vite-plugin-node-polyfills": "^0.23.0",
"yaml": "^2.7.0"
},
"peerDependencies": {
"vite": ">=5"
}
}