-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
46 lines (46 loc) · 1.13 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": "vue-pagination-2",
"description": "Vue.js 2 pagination component",
"version": "2.0.0",
"keywords": [
"pagination",
"vuejs2",
"bootstrap"
],
"repository": {
"type": "git",
"url": "https://github.com/matfish2/vue-pagination-2"
},
"files": [
"compiled",
"dist",
"index.js"
],
"dependencies": {
"babel-plugin-add-module-exports": "^0.2.1",
"merge": "^1.2.0",
"vue": ">=2.0.0",
"vuex": "^2.0.0"
},
"license": "MIT",
"main": "compiled/main.js",
"scripts": {
"build": "babel src -d compiled",
"build-dist": "webpack"
},
"devDependencies": {
"babel-core": "^6.26.3",
"babel-helper-vue-jsx-merge-props": "^2.0.2",
"babel-loader": "^7.1.5",
"babel-plugin-syntax-jsx": "^6.18.0",
"babel-plugin-transform-object-rest-spread": "^6.26.0",
"babel-plugin-transform-vue-jsx": "^3.3.0",
"babel-plugin-transform-with": "^1.0.0",
"babel-preset-env": "^1.7.0",
"babel-preset-es2015": "^6.24.1",
"babel-preset-es2015-no-strict": "^6.7.0",
"babel-preset-stage-0": "^6.24.1",
"webpack": "^4.16.0",
"webpack-cli": "^3.0.2"
}
}