-
Notifications
You must be signed in to change notification settings - Fork 43
/
Copy pathpackage.json
56 lines (56 loc) · 1.56 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
{
"name": "@wchbrad/vue-easy-tree",
"description": "A Vue.js project",
"version": "1.0.13",
"author": "wchbrad <chao.wu.brad@foxmail.com>",
"license": "MIT",
"private": false,
"main": "./dist/vue-easy-tree.js",
"keywords": [
"virtual",
"tree",
"bigdata",
"largedata",
"lazy loading",
"vue"
],
"repository": {
"type": "git",
"url": "git+https://github.com/wchbrad/vue-easy-tree.git"
},
"publishConfig": {
"registry": "https://registry.npmjs.org/"
},
"scripts": {
"dev": "cross-env NODE_ENV=development webpack-dev-server --open --hot",
"build": "cross-env NODE_ENV=production webpack --progress --hide-modules"
},
"browserslist": [
"> 1%",
"last 2 versions",
"not ie <= 8"
],
"dependencies": {
"vue": "2.6.11",
"vue-virtual-scroller": "~1.0.10"
},
"devDependencies": {
"@babel/core": "^7.19.3",
"@babel/preset-env": "^7.19.4",
"babel-loader": "^8.2.5",
"core-js": "^3.6.5",
"cross-env": "^3.1.3",
"css-loader": "^2.1.0",
"file-loader": "^1.1.11",
"html-webpack-plugin": "^3.2.0",
"sass": "^1.55.0",
"sass-loader": "^7.1.0",
"uglifyjs-webpack-plugin": "^2.1.1",
"vue-loader": "^15.7.0",
"vue-template-compiler": "2.6.11",
"vue-template-es2015-compiler": "^1.6.0",
"webpack": "^4.14.0",
"webpack-cli": "^3.0.8",
"webpack-dev-server": "^3.1.11"
}
}