forked from MicroDroid/vue-materialize-datatable
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
48 lines (48 loc) · 1.25 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
48
{
"name": "vue-materialize-datatable",
"version": "0.6.9",
"description": "Datatable for VueJS with Materialize",
"author": "Yousef Sultan <[email protected]>",
"private": false,
"main": "./src/DataTable.vue",
"license": "MIT",
"scripts": {
"demo": "cd docs && webpack",
"build": "webpack"
},
"keywords": [
"Vue",
"Datatable",
"Materialize",
"Table Component"
],
"repository": {
"type": "git",
"url": "git+https://github.com/MicroDroid/vue-materialize-datatable.git"
},
"homepage": "https://github.com/MicroDroid/vue-materialize-datatable",
"bugs": {
"url": "https://github.com/MicroDroid/vue-materialize-datatable/issues"
},
"dependencies": {
"babel-runtime": "^6.0.0",
"fuse.js": "^2.6.2",
"materialize-css": "^0.99.0",
"vue": "^1.0.21"
},
"devDependencies": {
"babel-core": "^6.0.0",
"babel-loader": "^6.0.0",
"babel-plugin-transform-runtime": "^6.0.0",
"babel-preset-es2015": "^6.0.0",
"babel-preset-stage-2": "^6.0.0",
"babel-register": "^6.0.0",
"css-loader": "^0.23.0",
"node-sass": "^3.8.0",
"sass-loader": "^4.0.0",
"vue-html-loader": "^1.2.3",
"vue-loader": "^8.3.0",
"vue-style-loader": "^1.0.0",
"webpack": "^1.12.2"
}
}