-
Notifications
You must be signed in to change notification settings - Fork 24
Expand file tree
/
Copy pathpackage.json
More file actions
49 lines (49 loc) · 1.33 KB
/
package.json
File metadata and controls
49 lines (49 loc) · 1.33 KB
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
{
"name": "v-tree-data-table",
"version": "1.0.17",
"description": "A Data Table with a Tree for Vuetify.",
"main": "dist/v-tree-data-table.js",
"scripts": {
"build": "rimraf ./dist && webpack --config ./webpack.config.js"
},
"author": "Russell Holmes",
"license": "MIT",
"dependencies": {
"@babel/core": "^7.3.4",
"babel-core": "7.0.0-bridge.0",
"babel-loader": "^7.1.5",
"babel-plugin-transform-es2015-arrow-functions": "^6.22.0",
"css-loader": "^1.0.0",
"extract-text-webpack-plugin": "^3.0.2",
"jquery": "3.3.1",
"less": "^3.8.1",
"lodash": "^4.2.0",
"npm": "^6.4.1",
"rimraf": "^2.6.2",
"vue": "^2.5.17",
"vue-loader": "^14.2.2",
"vue-template-compiler": "^2.5.16",
"vuetify": "^1.3.8",
"webpack": "^3.11.0",
"webpack-merge": "^4.1.4",
"yarn": "^1.7.0"
},
"repository": "git+https://github.com/portablemind/vuetify_tree_data_table.git",
"homepage": "https://github.com/portablemind/vuetify_tree_data_table",
"bugs": {
"url": "https://github.com/portablemind/vuetify_tree_data_table/issues"
},
"keywords": [
"vuetify",
"tree",
"data",
"table"
],
"devDependencies": {
"@babel/preset-env": "^7.3.4",
"less-loader": "^4.1.0",
"style-loader": "^0.23.1",
"uglifyjs-webpack-plugin": "^1.2.7"
},
"private": false
}