-
Notifications
You must be signed in to change notification settings - Fork 8
/
Copy pathpackage.json
83 lines (83 loc) · 2.42 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
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
{
"name": "vstx-data-table",
"version": "0.5.0",
"description": "Data table component for the Vue Stacks Template",
"main": "dist/vstx-data-table-install.js",
"scripts": {
"build": "rimraf ./dist && webpack --config ./webpack.config.js"
},
"author": "Garion Berg <[email protected]>",
"contributors": [
"Jeremy DeYoung <[email protected]>"
],
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/blackfisk-tech/vstx-data-table"
},
"keywords": [
"vue",
"data table",
"component",
"table",
"datatable"
],
"devDependencies": {
"babel-core": "^6.26.3",
"babel-loader": "^7.1.4",
"babel-plugin-lodash": "^3.3.4",
"babel-plugin-transform-es2015-destructuring": "^6.23.0",
"babel-plugin-transform-es2015-parameters": "^6.24.1",
"babel-plugin-transform-object-rest-spread": "^6.26.0",
"babel-plugin-transform-runtime": "^6.9.0",
"babel-preset-env": "^1.7.0",
"babel-preset-es2015": "^6.9.0",
"babel-preset-stage-2": "^6.11.0",
"babel-runtime": "^6.9.2",
"css-loader": "^0.28.11",
"eslint-config-standard": "^11.0.0",
"eslint-plugin-import": "^2.16.0",
"eslint-plugin-node": "^6.0.1",
"eslint-plugin-promise": "^3.7.0",
"eslint-plugin-standard": "^3.1.0",
"lodash-webpack-plugin": "^0.11.5",
"node-sass": "^4.11.0",
"pug": "^2.0.3",
"pug-loader": "^2.4.0",
"rimraf": "^2.6.3",
"sass-loader": "^6.0.7",
"style-loader": "^0.21.0",
"stylus": "^0.54.5",
"stylus-loader": "^3.0.2",
"vue": "^2.6.10",
"vue-html-loader": "^1.2.3",
"vue-loader": "^14.2.1",
"vue-style-loader": "^4.1.2",
"vue-template-compiler": "^2.6.10",
"webpack": "^3.11.0",
"webpack-bundle-analyzer": "^2.13.1",
"webpack-cli": "^3.3.0",
"webpack-merge": "^4.2.1"
},
"dependencies": {
"@fortawesome/fontawesome": "^1.1.8",
"@fortawesome/fontawesome-free-solid": "^5.0.13",
"@fortawesome/vue-fontawesome": "0.0.22",
"accounting": "^0.4.1",
"bulma": "^0.7.1",
"flatted": "^2.0.0",
"joi": "^13.3.0",
"joi-browser": "^13.4.0",
"localforage": "^1.7.3",
"md5": "^2.2.1",
"moment": "^2.24.0",
"store": "^2.0.12",
"vstx-autocomplete": "0.0.7",
"vstx-draggable-list": "0.0.1",
"vstx-loader": "0.0.1",
"vstx-search-bar": "0.0.14",
"vstx-select": "0.0.11",
"vue-async-computed": "^3.6.1",
"vue-worker": "^1.2.1"
}
}