forked from fitzhavey/vue-json-tree-view
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
57 lines (57 loc) · 1.64 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
{
"name": "vue-json-tree-view",
"version": "2.1.6",
"repository": "michaelfitzhavey/vue-json-tree-view",
"homepage": "https://github.com/michaelfitzhavey/vue-json-tree-view",
"bugs": {
"url": "https://github.com/michaelfitzhavey/vue-json-tree-view/issues",
"email": "[email protected]"
},
"description": "a JSON Tree View Component in Vue.js",
"main": "./dist/vue-json-tree-view.min.js",
"scripts": {
"dev": "webpack-dev-server --inline --watch --progress --config webpack.dev.config.js --port 5000",
"build": "webpack --progress --config webpack.prod.config.js",
"lint": "eslint ."
},
"keywords": [
"vue-component",
"vuejs"
],
"author": "Arvid Kahl <[email protected]>",
"license": "MIT",
"dependencies": {
"lodash": "^4.17.4",
"vue": "^2.5.16",
"vue-input-autowidth": "^1.0.10"
},
"devDependencies": {
"babel-core": "^6.5.2",
"babel-eslint": "^10.0.3",
"babel-loader": "^6.2.2",
"babel-plugin-transform-runtime": "^6.5.2",
"babel-preset-es2015": "^6.5.0",
"babel-runtime": "^6.9.2",
"css-loader": "^0.23.1",
"eslint": "^6.8.0",
"eslint-config-airbnb-base": "^14.0.0",
"eslint-plugin-import": "^2.20.1",
"eslint-plugin-vue": "^6.2.0",
"file-loader": "^0.8.5",
"isparta": "^4.0.0",
"isparta-loader": "^2.0.0",
"node-sass": "^4.13.1",
"sass-loader": "^3.1.2",
"style-loader": "^0.13.0",
"url-loader": "^0.5.7",
"vue-eslint-parser": "^7.0.0",
"vue-hot-reload-api": "^1.3.2",
"vue-html-loader": "^1.1.0",
"vue-loader": "^14.2.2",
"vue-style-loader": "^1.0.0",
"vue-template-compiler": "^2.5.16",
"webpack": "^2.7.0",
"webpack-dev-server": "^3.1.11",
"webpack-merge": "^0.14.1"
}
}