-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
41 lines (41 loc) · 1.03 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
{
"name": "pinia-plugin-syncstatetourl",
"version": "1.0.12",
"description": "sync your state to url to support share with others",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "tsc",
"release": "bumpp",
"npm:prepublish": "npm run build & npm publish --tag=prerelease",
"npm:publish": "npm run build & npm publish"
},
"keywords": [
"pinia",
"pinia-plugin"
],
"author": "yinjialu <[email protected]>",
"license": "ISC",
"repository": {
"type": "git",
"url": "git+https://github.com/yinjialu/pinia-plugin-syncstatetourl.git"
},
"peerDependencies": {
"@vueuse/core": "^10.*",
"lodash": "^4.*",
"pinia": "^2.0.0",
"vue": "^3.*",
"vue-router": "^4.*"
},
"devDependencies": {
"@types/lodash": "^4.14.200",
"bumpp": "^9.2.0",
"typescript": "^5.2.2",
"@vueuse/core": "^10.*",
"lodash": "^4.*",
"pinia": "^2.0.0",
"vue": "^3.*",
"vue-router": "^4.*"
}
}