forked from matfish2/vue-tables-2
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
47 lines (47 loc) · 1.08 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
{
"name": "vue-tables-2",
"description": "Vue.js 2 grid components",
"version": "0.6.2",
"keywords": [
"vue2",
"vuex",
"bootstrap",
"tables",
"grids"
],
"repository": {
"type": "git",
"url": "https://github.com/matfish2/vue-tables-2"
},
"files": [
"compiled"
],
"dependencies": {
"array-intersection": "^0.1.2",
"clone": "^2.1.0",
"merge": "^1.2.0",
"moment": "^2.11.1",
"vue": ">=2.0.0",
"vue-pagination-2": "^0.3",
"vue-resource": "^0.9.0"
},
"scripts": {
"build": "babel lib -d compiled"
},
"licenses": "MIT",
"main": "compiled/index.js",
"tonicExampleFilename": "tonic-example.js",
"devDependencies": {
"daterangepicker": "0.0.3",
"jasmine-core": "^2.3.4",
"jquery": "^2.1.4",
"karma": "^0.13.15",
"karma-browserify": "^4.4.1",
"karma-chrome-launcher": "^0.2.1",
"karma-firefox-launcher": "^0.1.7",
"karma-jasmine": "^0.3.6",
"babel-helper-vue-jsx-merge-props": "^2.0.1",
"babel-plugin-syntax-jsx": "^6.13.0",
"babel-plugin-transform-vue-jsx": "^3.1.0"
}
}