-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
76 lines (76 loc) · 1.81 KB
/
package.json
File metadata and controls
76 lines (76 loc) · 1.81 KB
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
{
"author": "zbryikt",
"name": "@plotdb/sheet",
"license": "MIT",
"description": "spreadsheet",
"version": "0.7.0",
"style": "dist/index.min.css",
"browser": "dist/index.min.js",
"main": "dist/index.min.js",
"homepage": "https://github.com/plotdb/sheet",
"files": [
"dist/**/*"
],
"repository": {
"type": "git",
"url": "git+https://github.com/plotdb/sheet.git"
},
"engines": {
"node": ">=10.14.1",
"npm": ">=6.4.1"
},
"scripts": {
"start": "npx server -r web -o true",
"deploy": "npx deploy web/static"
},
"devDependencies": {
"@loadingio/bootstrap.ext": "^0.0.12",
"@loadingio/debounce.js": "1.0.1",
"@loadingio/ldquery": "^3.0.6",
"@plotdb/csscope": "^5.0.3",
"@plotdb/datadom": "^0.2.0",
"@plotdb/json0": "^0.0.5",
"@plotdb/rescope": "^5.0.14",
"@zbryikt/template": "^2.3.46",
"body-parser": "^1.19.0",
"bootstrap": "^4.5.2",
"bootstrap.native": "^3.0.13",
"d3-format": "^3.1.0",
"dompurify": "^2.2.6",
"fedep": "^1.3.0",
"jsoneditor": "^9.1.1",
"ldcover": "^3.5.4",
"ldiconfont": "^0.2.8",
"ldview": "^1.5.0",
"livescript": "^1.6.0",
"papaparse": "^5.4.1",
"proxise": "^1.0.1",
"sharedb-wrapper": "^1.0.0",
"stylus": "^0.55.0",
"uglify-js": "^3.13.1",
"uglifycss": "^0.0.29"
},
"frontendDependencies": {
"root": "web/static/assets/lib",
"modules": [
"bootstrap",
"@loadingio/bootstrap.ext",
"bootstrap.native",
"@loadingio/ldquery",
"@loadingio/debounce.js",
"d3-format",
"dompurify",
"ldview",
"ldcover",
"jsoneditor",
"ldiconfont",
"proxise",
"papaparse",
"@plotdb/datadom",
"@plotdb/csscope",
"@plotdb/rescope",
"sharedb-wrapper",
"@plotdb/json0"
]
}
}