forked from mm-frontend/huge-tree
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
104 lines (104 loc) · 3.16 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
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
{
"name": "@bitmain/components-tree",
"version": "1.1.14",
"description": "海量数据tree、list<br>",
"keywords": ["huge-tree", "huge-tree-vue", "tree", "large-tree", "vue", "huge-list-vue", "huge-list", "list", "large-list"],
"main": "src/library/components/index.js",
"scripts": {
"dev": "webpack-dev-server --inline --progress",
"build": "cross-env NODE_ENV=production webpack",
"test": "echo \"Error: no test specified\" && exit 1",
"lint": "eslint --ext .js,.vue --ignore-path .gitignore .",
"format": "prettier --write '{src,config,mock}/**/*.{js,json,vue,less}'",
"analyz": "NODE_ENV=production npm_config_report=true npm run build",
"mock:api": "nodemon ./mock/app.js"
},
"author": {
"name": "lizhuang",
"email": "lz760157714@gmail.com"
},
"license": "ISC",
"devDependencies": {
"autoprefixer": "^9.5.1",
"babel-core": "^6.26.3",
"babel-eslint": "^10.0.1",
"babel-loader": "^7.0.6",
"babel-plugin-transform-runtime": "^6.23.0",
"babel-preset-env": "^1.7.0",
"babel-preset-stage-2": "^6.24.1",
"babel-runtime": "^6.26.0",
"cache-loader": "^3.0.1",
"clean-webpack-plugin": "^2.0.2",
"copy-webpack-plugin": "^5.0.3",
"cross-env": "^5.2.0",
"css-loader": "^2.1.1",
"eslint": "^5.16.0",
"eslint-config-prettier": "^4.3.0",
"eslint-config-standard": "^12.0.0",
"eslint-loader": "^2.1.2",
"eslint-plugin-html": "^5.0.5",
"eslint-plugin-import": "^2.17.3",
"eslint-plugin-node": "^9.1.0",
"eslint-plugin-prettier": "^3.1.0",
"eslint-plugin-promise": "^4.1.1",
"eslint-plugin-standard": "^4.0.0",
"eslint-plugin-vue": "^5.2.2",
"glob": "^7.1.4",
"happypack": "^5.0.1",
"html-webpack-plugin": "^3.2.0",
"husky": "^2.3.0",
"koa": "^2.8.1",
"koa-body": "^4.1.1",
"koa-route": "^3.2.0",
"koa-static": "^5.0.0",
"less": "^3.9.0",
"less-loader": "^5.0.0",
"lint-staged": "^8.1.7",
"mini-css-extract-plugin": "^0.6.0",
"mkdirp": "^0.5.1",
"node-sass": "^4.13.0",
"node-uuid": "^1.4.8",
"nodemon": "^1.19.2",
"optimize-css-assets-webpack-plugin": "^5.0.1",
"postcss-loader": "^3.0.0",
"prettier": "1.17.1",
"sass": "^1.23.7",
"sass-loader": "7.3.1",
"style-loader": "^0.23.1",
"thread-loader": "^2.1.2",
"uglifyjs-webpack-plugin": "^2.1.3",
"url-loader": "^1.1.2",
"vue-loader": "^15.7.0",
"vue-markdown-loader": "^2.4.1",
"vue-template-compiler": "^2.6.10",
"webpack": "^4.31.0",
"webpack-bundle-analyzer": "^3.3.2",
"webpack-cli": "^3.3.2",
"webpack-dev-server": "^3.3.1",
"webpack-parallel-uglify-plugin": "^1.1.0"
},
"dependencies": {
"axios": "^0.19.0",
"vue": "^2.6.10",
"vue-router": "^3.0.6"
},
"husky": {
"hooks": {
"pre-commit": "lint-staged"
}
},
"lint-staged": {
"*.{js,css,md,vue}": [
"prettier --write",
"git add"
]
},
"repository": {
"type": "git",
"url": "git+https://github.com/bitmain-frontend/huge-tree.git"
},
"bugs": {
"url": "https://github.com/bitmain-frontend/huge-tree/issues"
},
"homepage": "https://github.com/bitmain-frontend/huge-tree#readme"
}