-
Notifications
You must be signed in to change notification settings - Fork 21
/
package.json
89 lines (89 loc) · 2.3 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
{
"name": "vue3-blocks-tree",
"version": "0.6.2",
"description": "A vue3 block organization tree view component. Hierarchical horizontal or vertical tree",
"main": "dist/vue3-blocks-tree.common.js",
"unpkg": "dist/vue3-blocks-tree.umd.js",
"author": "megafetis",
"scripts": {
"build": "set NODE_OPTIONS=--openssl-legacy-provider && vue-cli-service build --target lib --name vue3-blocks-tree ./src/index.ts && webpack --env.production",
"demo": "webpack-dev-server"
},
"devDependencies": {
"@babel/core": "^7.12.10",
"@babel/preset-env": "^7.12.11",
"@babel/preset-typescript": "^7.12.7",
"@types/ts-nameof": "4.2.1",
"@vue/cli-plugin-babel": "~4.5.0",
"@vue/cli-plugin-typescript": "~4.5.0",
"@vue/cli-service": "^4.5.13",
"@vue/compiler-sfc": "3.0.11",
"babel-loader": "^8.1.0",
"clean-webpack-plugin": "^3.0.0",
"copy-webpack-plugin": "^6.0.3",
"css-loader": "^4.2.0",
"dotenv": "^8.2.0",
"file-loader": "^6.0.0",
"html-webpack-plugin": "^4.3.0",
"less": "^3.13.0",
"less-loader": "^7.1.0",
"mini-css-extract-plugin": "^0.9.0",
"resolve-url-loader": "^3.1.2",
"sass": "^1.26.10",
"sass-loader": "^9.0.3",
"style-loader": "^1.2.1",
"ts-loader": "^8.0.12",
"ts-nameof": "5.0.0",
"typescript": "^4.1.3",
"url-loader": "^4.1.0",
"vue": "^3.0.11",
"vue-loader": "16.1.2",
"vue-style-loader": "4.1.2",
"webpack": "^4.44.1",
"webpack-cli": "^3.3.12",
"webpack-dev-server": "^3.11.0",
"webpackbar": "^4.0.0"
},
"peerDependencies": {
"vue": "^3.0.0"
},
"bugs": {
"url": "https://github.com/megafetis/vue3-blocks-tree/issues"
},
"browserslist": [
"Android >= 4.0",
"iOS >= 8"
],
"homepage": "https://github.com/megafetis/vue3-blocks-tree",
"files": [
"types",
"dist/*.js",
"dist/*.css",
"src"
],
"keywords": [
"vue",
"vue3",
"next",
"vue next",
"tree",
"org",
"select",
"tree select",
"blocks",
"hierarchy",
"hierarchical"
],
"typings": "types/index.d.ts",
"style": "dist/vue3-blocks-tree.css",
"sideEffects": [
"src/**/styles/*",
"*.css",
"*.less"
],
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/megafetis/vue3-blocks-tree.git"
}
}