-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
76 lines (76 loc) · 2.3 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
64
65
66
67
68
69
70
71
72
73
74
75
76
{
"name": "vue-datatable-url-sync",
"version": "0.1.0",
"private": false,
"author": "Adrien Montagu <[email protected]> (https://github.com/amontagu)",
"scripts": {
"build": "rollup -c build/rollup.config.js",
"test:unit": "vue-cli-service test:unit",
"lint": "vue-cli-service lint"
},
"main": "dist/vue-datatable-url-sync.cjs.js",
"module": "dist/vue-datatable-url-sync.esm-bundler.js",
"browser": "dist/vue-datatable-url-sync.esm.js",
"unpkg": "dist/vue-datatable-url-sync-VERSION.global.js",
"files": [
"dist/*",
"src/*"
],
"dependencies": {
"lodash.clonedeep": "^4.5.0",
"lodash.debounce": "^4.0.8",
"lodash.isequal": "^4.5.0",
"vue-demi": "^0.13.11"
},
"devDependencies": {
"@babel/plugin-transform-runtime": "^7.13.10",
"@rollup/plugin-babel": "^5.3.0",
"@rollup/plugin-commonjs": "^17.1.0",
"@rollup/plugin-node-resolve": "^11.2.0",
"@rollup/plugin-replace": "^2.4.1",
"@rollup/plugin-terser": "^0.4.0",
"@rollup/plugin-typescript": "^11.0.0",
"@types/jest": "^27.0.0",
"@types/lodash.clonedeep": "^4.5.6",
"@types/lodash.debounce": "^4.0.6",
"@types/lodash.isequal": "^4.5.5",
"@typescript-eslint/eslint-plugin": "^5.4.0",
"@typescript-eslint/parser": "^5.4.0",
"@vue/cli-plugin-babel": "^5.0.8",
"@vue/cli-plugin-eslint": "^5.0.8",
"@vue/cli-plugin-typescript": "^5.0.8",
"@vue/cli-plugin-unit-jest": "^5.0.8",
"@vue/cli-service": "^5.0.8",
"@vue/compiler-sfc": "^3.0.0",
"@vue/eslint-config-typescript": "^9.1.0",
"@vue/test-utils": "^2.3.2",
"@vue/vue3-jest": "^27.0.0",
"babel-eslint": "^10.1.0",
"eslint": "^7.32.0",
"eslint-plugin-typescript": "^0.14.0",
"eslint-plugin-vue": "^8.0.3",
"rollup": "^2.39.1",
"rollup-plugin-vue": "^6.0.0",
"ts-jest": "^27.1.5",
"typescript": "~4.5.5",
"vue": "^3.0.0",
"vue-router": "^4.0.3"
},
"peerDependencies": {
"@vue/composition-api": "^1.0.0-rc.2",
"vue": "^2.6.0 || >=3.0.0-rc.0",
"vue-router": "^3.0.0 || ^4.0.0"
},
"browserslist": [
"> 1%",
"last 2 versions",
"not dead"
],
"jsdelivr": "dist/vue-datatable-url-sync.global.js",
"peerDependenciesMeta": {
"@vue/composition-api": {
"optional": true
}
},
"types": "dist/vue-datatable-url-sync.d.ts"
}