forked from oarepo/vue-query-synchronizer
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
63 lines (63 loc) · 1.97 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
{
"name": "@oarepo/vue-query-synchronizer",
"version": "1.4.1",
"main": "vue-query-synchronizer.esm.js",
"license": "MIT",
"private": false,
"devDependencies": {
"@babel/core": "^7.4.5",
"@babel/plugin-proposal-class-properties": "^7.4.4",
"@babel/plugin-proposal-decorators": "^7.4.4",
"@vue/cli-service": "^4.0.5",
"@vue/eslint-config-prettier": "^5.0.0",
"@vue/eslint-config-standard": "^4.0.0",
"babel-eslint": "^10.0.1",
"babel-plugin-syntax-dynamic-import": "^6.18.0",
"babel-preset-env": "^1.7.0",
"babel-preset-vue": "^2.0.2",
"bili": "^4.8.0",
"copyfiles": "^2.1.1",
"eslint": "^5.16.0",
"eslint-plugin-cypress": "^2.2.0",
"eslint-plugin-import": "^2.16.0",
"eslint-plugin-vue": "^5.2.2",
"glob": "^7.1.4",
"markdown-toc": "^1.2.0",
"postcss": "^7.0.17",
"rimraf": "^3.0.0",
"rollup-plugin-vue": "^5.0.0",
"set-value": "^3.0.1",
"vue-template-compiler": "^2.6.10"
},
"description": "Browser vue-router query synchronization library",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"serve": "vue-cli-service serve",
"build": "rimraf dist; bili -c bili.config.js src/library.js --plugins.vue --format esm --file-name vue-query-synchronizer.esm.js && copyfiles package.json README.md dist/",
"upload": "yarn build && npm publish --access public dist/",
"toc": "markdown-toc --maxdepth 4 -i README.md"
},
"repository": {
"type": "git",
"url": "git+https://github.com/oarepo/vue-query-synchronizer.git"
},
"keywords": [
"vuejs",
"ui",
"oarepo",
"invenio",
"components",
"vue-router",
"query parameters"
],
"author": "Miroslav Simek <[email protected]>",
"bugs": {
"url": "https://github.com/oarepo/vue-query-synchronizer/issues"
},
"homepage": "https://github.com/oarepo/vue-query-synchronizer#readme",
"dependencies": {
"flatted": "^2.0.1",
"vue": "^2.6.10",
"vue-router": "^3.1.3"
}
}