forked from gilbitron/laravel-vue-pagination
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
41 lines (41 loc) · 1.19 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": "laravel-vue-pagination",
"version": "2.1.0",
"description": "Vue.js pagination component for Laravel paginators and Bootstrap styles",
"author": "Gilbert Pellegrom <gilbert@pellegrom.me>",
"homepage": "https://github.com/Joe028/laravel-vue-pagination",
"license": "MIT",
"keywords": [
"vue",
"component",
"bootstrap",
"laravel",
"pagination"
],
"repository": {
"type": "git",
"url": "https://github.com/Joe028/laravel-vue-pagination.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"
}
}