-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
46 lines (45 loc) · 1.39 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
{
"name": "shetabit-laravel-vue-pagination",
"version": "2.3.7",
"description": "Vue.js pagination component for Laravel paginators and Bootstrap styles",
"author": "Gilbert Pellegrom <[email protected]>",
"homepage": "https://github.com/shetabit/laravel-vue-pagination.git",
"license": "MIT",
"keywords": [
"vue",
"component",
"bootstrap",
"laravel",
"pagination"
],
"repository": {
"type": "git",
"url": "https://github.com/shetabit/laravel-vue-pagination.git"
},
"main": "src/LaravelVuePagination.vue",
"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",
"now-build": "vue-cli-service build",
"deploy": "npm run now-build && now && now alias"
},
"devDependencies": {
"@vue/cli-plugin-babel": "^3.4.1",
"@vue/cli-plugin-eslint": "^3.4.1",
"@vue/cli-plugin-unit-jest": "^3.4.1",
"@vue/cli-service": "^3.4.1",
"@vue/eslint-config-standard": "^4.0.0",
"@vue/test-utils": "^1.0.0-beta.29",
"babel-core": "7.0.0-bridge.0",
"babel-eslint": "^10.0.1",
"babel-jest": "^23.6.0",
"bootstrap": "^4.3.1",
"eslint": "^5.14.1",
"eslint-plugin-vue": "^5.2.2",
"vue": "^2.6.7",
"vue-template-compiler": "^2.6.7",
"vue-router": "^3.5.2"
}
}