-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
66 lines (66 loc) · 1.92 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
{
"name": "@xlaoyu/enhanced-el-tree",
"version": "1.2.0",
"private": false,
"description": "enhanced element-ui's tree component",
"main": "./dist/enhanced-el-tree.min.js",
"scripts": {
"lint": "eslint src",
"build": "webpack --progress --config ./build/webpack.config.js",
"test": "cross-env NODE_ENV=test karma start test/karma.conf.js --single-run"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Yuliang-Lee/enhanced-el-tree.git"
},
"keywords": [
"vue",
"tree",
"el-tree",
"enhanced"
],
"author": "xlaoyu <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/Yuliang-Lee/enhanced-el-tree/issues"
},
"homepage": "https://github.com/Yuliang-Lee/enhanced-el-tree#readme",
"devDependencies": {
"babel-core": "^6.26.0",
"babel-eslint": "^8.2.2",
"babel-loader": "^7.1.4",
"babel-plugin-istanbul": "^4.1.5",
"babel-plugin-syntax-jsx": "^6.18.0",
"babel-plugin-transform-vue-jsx": "^3.7.0",
"babel-preset-env": "^1.6.1",
"babel-preset-stage-2": "^6.24.1",
"chai": "^4.1.2",
"cross-env": "^5.1.4",
"css-loader": "^0.28.10",
"element-ui": "2.2.1",
"eslint": "^4.18.2",
"eslint-friendly-formatter": "^3.0.0",
"eslint-loader": "^2.0.0",
"eslint-plugin-vue": "^4.2.2",
"karma": "^2.0.0",
"karma-chai": "^0.1.0",
"karma-chrome-launcher": "^2.2.0",
"karma-coverage": "^1.1.1",
"karma-mocha": "^1.3.0",
"karma-sourcemap-loader": "^0.3.7",
"karma-spec-reporter": "0.0.32",
"karma-webpack": "^2.0.13",
"mocha": "^5.0.4",
"node-sass": "^4.8.1",
"sass-loader": "^6.0.7",
"uglifyjs-webpack-plugin": "^1.2.3",
"vue": "2.5.15",
"vue-loader": "^14.2.1",
"vue-style-loader": "^4.0.2",
"vue-template-compiler": "2.5.15",
"webpack": "^4.1.1",
"webpack-bundle-analyzer": "^2.11.1",
"webpack-cli": "^2.0.11"
},
"dependencies": {}
}