-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
100 lines (100 loc) · 2.32 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
{
"author": "zbryikt",
"name": "@plotdb/block",
"license": "MIT",
"description": "block",
"version": "5.3.1",
"browser": "dist/index.min.js",
"main": "dist/node.js",
"homepage": "https://github.com/plotdb/block",
"files": [
"dist/**/*"
],
"repository": {
"type": "git",
"url": "https://github.com/plotdb/block"
},
"engines": {
"node": ">=10.14.1",
"npm": ">=6.4.1"
},
"scripts": {
"start": "npx server -r web -o true"
},
"devDependencies": {
"@loadingio/bootstrap.ext": "^0.0.9",
"@loadingio/debounce.js": "^1.0.1",
"@loadingio/ldcolorpicker": "^3.0.3",
"@loadingio/ldquery": "^3.0.4",
"@loadingio/loading.css": "^3.1.0",
"@plotdb/datadom": "^0.2.0",
"@plotdb/json0": "^0.0.5",
"@zbryikt/template": "^2.3.41",
"body-parser": "^1.19.0",
"bootstrap": "^4.5.2",
"bootstrap.native": "^3.0.15",
"d3": "^7.6.1",
"d3-array": "^3.0.0",
"d3-geo": "^2.0.0",
"fedep": "^1.1.7",
"jsdom": "^20.0.3",
"jsoneditor": "^9.1.1",
"ldbutton": "^2.0.1",
"ldcolor": "^1.1.0",
"ldcover": "^3.3.0",
"lderror": "^2.3.2",
"ldfile": "^2.0.0",
"ldiconfont": "^0.2.3",
"ldloader": "^3.0.2",
"ldview": "^1.3.0",
"livescript": "^1.6.0",
"proxise": "^1.0.1",
"sharedb-wrapper": "^1.0.0",
"stylus": "^0.55.0",
"uglify-js": "^3.13.1",
"uglifycss": "^0.0.29"
},
"peerDependencies": {
"@plotdb/csscope": "^5.0.2",
"@plotdb/rescope": "^5.0.6",
"proxise": "^1.0.1"
},
"frontendDependencies": {
"root": "web/static/assets/lib",
"modules": [
"bootstrap",
"bootstrap.native",
"@loadingio/ldquery",
"@loadingio/debounce.js",
"@loadingio/loading.css",
"@loadingio/bootstrap.ext",
"@loadingio/ldcolorpicker",
"ldview",
"ldcolor",
"ldloader",
"lderror",
"ldfile",
"ldbutton",
"ldcover",
"jsoneditor",
"ldiconfont",
"proxise",
"@plotdb/datadom",
"@plotdb/csscope",
"@plotdb/rescope",
"@plotdb/semver",
"sharedb-wrapper",
"@plotdb/json0",
"d3",
"d3-array",
"d3-geo"
]
},
"dependencies": {
"@plotdb/semver": "^0.0.3",
"@plotdb/csscope": "^5.0.2",
"@plotdb/rescope": "^5.0.6",
"proxise": "^1.0.1",
"node-fetch": "^2.6.7"
}
}