-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
50 lines (50 loc) · 1.12 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
{
"name": "@axolo/tree-array",
"version": "0.6.0",
"description": "An array have children key and parentId key like tree.",
"author": "Yueming Fang",
"license": "MIT",
"type": "module",
"main": "dist/index.js",
"files": [
"dist"
],
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview",
"build:npm": "vite build --config npm.config.js",
"dev:docs": "vitepress dev docs",
"build:docs": "vitepress build docs"
},
"devDependencies": {
"@vitejs/plugin-vue": "^5.1.4",
"lodash.clonedeep": "^4.5.0",
"sass": "^1.79.4",
"vite": "^5.4.8",
"vitepress": "^1.3.4",
"vue": "^3.5.10",
"vue-json-pretty": "^2.4.0"
},
"keywords": [
"random id",
"random key",
"random string",
"tree",
"array",
"array2tree",
"array to tree",
"tree2array",
"tree to array",
"parents of tree",
"deep of tree",
"path of tree",
"sub tree",
"filter tree"
],
"homepage": "https://github.com/axolo/tree-array#readme",
"repository": {
"type": "git",
"url": "git+https://github.com/axolo/tree-array.git"
}
}