forked from gilbitron/laravel-vue-pagination
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
42 lines (42 loc) · 1.28 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
{
"name": "laravel-vue-pagination",
"version": "3.0.16",
"description": "Vue.js pagination component for Laravel paginators and Bootstrap styles, customised for Vijci Kranjec Nautika Shop",
"copyright": "Gilbert Pellegrom",
"author": "Zoran Stankovic <[email protected]>",
"homepage": "https://github.com/stzoran1/laravel-vue-pagination-vk.git",
"license": "MIT",
"keywords": [
"vue",
"component",
"bootstrap",
"laravel",
"pagination"
],
"repository": {
"type": "git",
"url": "https://github.com/stzoran1/laravel-vue-pagination-vk.git"
},
"main": "dist/laravel-vue-pagination.common.js",
"scripts": {
"serve": "vue-cli-service serve --open",
"build": "vue-cli-service build --target lib src/LaravelVuePagination.vue",
"lint": "vue-cli-service lint",
"test": "vue-cli-service test:unit"
},
"dependencies": {
"vue": "^2.5.17"
},
"devDependencies": {
"@vue/cli-plugin-babel": "^3.0.1",
"@vue/cli-plugin-eslint": "^3.0.1",
"@vue/cli-plugin-unit-jest": "^3.0.1",
"@vue/cli-service": "^3.0.1",
"@vue/eslint-config-standard": "^3.0.1",
"@vue/test-utils": "^1.0.0-beta.20",
"babel-core": "7.0.0-bridge.0",
"babel-jest": "^23.0.1",
"bootstrap": "^4.1.3",
"vue-template-compiler": "^2.5.17"
}
}