-
Notifications
You must be signed in to change notification settings - Fork 9
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (35 loc) · 719 Bytes
/
package.json
File metadata and controls
35 lines (35 loc) · 719 Bytes
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
{
"name": "uni-composition-api",
"version": "0.6.1",
"description": "uni-composition-api",
"main": "dist/index.cjs.js",
"types": "dist/index.d.ts",
"module": "dist/index.esm.js",
"directories": {
"test": "test"
},
"keywords": [
"uni",
"composition-api",
"vue3"
],
"files": [
"dist",
"lib"
],
"author": "Mr.Mao",
"license": "ISC",
"dependencies": {
"@vue/composition-api": "^1.0.0-rc.5",
"vue": "^2.6.12"
},
"devDependencies": {
"@dcloudio/types": "^2.0.23",
"@types/node": "^14.14.35",
"esbuild": "^0.12.17",
"rollup": "^2.55.1",
"rollup-plugin-dts": "^3.0.2",
"rollup-plugin-esbuild": "^4.5.0",
"typescript": "^4.2.3"
}
}