File tree Expand file tree Collapse file tree 1 file changed +44
-0
lines changed Expand file tree Collapse file tree 1 file changed +44
-0
lines changed Original file line number Diff line number Diff line change
1
+ {
2
+ "name" : " @vues3/flat-json-tree" ,
3
+ "version" : " 0.0.0" ,
4
+ "type" : " module" ,
5
+ "main" : " ./src/index.ts" ,
6
+ "dependencies" : {
7
+ "vue" : " ^3.5.13" ,
8
+ "uuid-random" : " ^1.3.2"
9
+ },
10
+ "devDependencies" : {
11
+ "@typescript-eslint/eslint-plugin" : " ^7.18.0" ,
12
+ "@typescript-eslint/parser" : " ^7.18.0" ,
13
+ "eslint" : " ^8.57.1" ,
14
+ "eslint-config-airbnb-base" : " ^15.0.0" ,
15
+ "eslint-config-airbnb-typescript" : " ^18.0.0" ,
16
+ "eslint-config-prettier" : " ^9.1.0" ,
17
+ "eslint-import-resolver-typescript" : " ^3.7.0" ,
18
+ "eslint-plugin-perfectionist" : " ^4.2.0" ,
19
+ "eslint-plugin-prettier" : " ^5.2.1" ,
20
+ "eslint-plugin-tsdoc" : " ^0.4.0" ,
21
+ "prettier" : " ^3.4.2" ,
22
+ "prettier-plugin-jsdoc" : " ^1.3.0" ,
23
+ "typescript" : " ~5.5.4"
24
+ },
25
+ "repository" : {
26
+ "type" : " git" ,
27
+ "url" : " git+https://github.com/vues3/flat-json-tree.git"
28
+ },
29
+ "keywords" : [
30
+ " vue" ,
31
+ " flat-json-tree" ,
32
+ " tree" ,
33
+ " json" ,
34
+ " flattering" ,
35
+ " composable"
36
+ ],
37
+ "author" : " jbruwes" ,
38
+ "license" : " MIT" ,
39
+ "bugs" : {
40
+ "url" : " https://github.com/vues3/flat-json-tree/issues"
41
+ },
42
+ "homepage" : " https://github.com/vues3/flat-json-tree#readme" ,
43
+ "description" : " @vues3/flat-json-tree"
44
+ }
You can’t perform that action at this time.
0 commit comments